Release Notes (What's New)
Version 0.9.3 (July 9, 2024)
For the full details of all changes in this release, see the GitHub commit history. Below are the changes we think users may wish to be aware of.
Breaking Changes
- Renamed and relocated function
scores.continuous.correlation
toscores.continuous.correlation.pearsonr
. See PR #583 by @nicholasloveday.
Documentation
- Added "Dimension Handling" tutorial, which describes reducing and preserving dimensions. See PR #589 by @nicholasloveday.
- Updated "Detailed Installation Guide" with information on installing kernels in a Jupyter environment. See PR #586 by @tennlee and PR #587 by @Steph-Chong.