24.0.1
Release Notes
The new release series includes a fair share of maintenance, style, and documentation improvements. It also includes some bugfixes, one very relevant as memory consumption may have been overseen for a long while because many reporters were not closing their matplotlib figures. Finally, several relevant features, such as new DWI plotting tools, have been included.
What's Changed
- FIX: Set max height and overflow css for qcrating widget by @rwblair in #117
- FIX: Address memory issues and corruption in
fMRIPlot
by @oesteban in #131 - ENH: Add gradient plot method by @jhlegarreta in #96
- ENH: Set the
seaborn
barplothue
property value by @jhlegarreta in #100 - ENH: Add DWI volume plot method by @jhlegarreta in #101
- ENH: Add raincloud plot capabilities by @jhlegarreta in #118
- ENH: Higher-level carpetplot tooling for DWI by @teresamg in #119
- DOC: Update Readthedocs and package's docs dependencies by @oesteban in #97
- DOC: Misc documentation and style fixes by @jhlegarreta in #102
- DOC: Fix
dwi
module function cross ref in docstring by @jhlegarreta in #103 - MAINT: Fix
matplotlib.cm.get_cmap
deprecation by @DimitriPapadopoulos in #98 - MAINT: Consistently use
matplotlib.colormaps
inmpl
namespace by @effigies in #104 - MAINT: Add CI badges to
README
by @jhlegarreta in #111 - MAINT: Add PyPI badge to
README
by @jhlegarreta in #112 - MAINT: Add license badge to
README
by @jhlegarreta in #113 - MAINT: Pacify ruff by @oesteban in #123
- MAINT: Numpy 2.0 compatibility by @effigies in #127
- STY: Apply ruff/flake8-implicit-str-concat rule ISC001 by @DimitriPapadopoulos in #99
- STY: Make coverage badge be last in
README
badge list by @jhlegarreta in #116 - STY: Transition to ruff for code formatting by @jhlegarreta in #114
- STY: Fix style in
update_authors.py
by @jhlegarreta in #115
New Contributors
- @jhlegarreta made their first contribution in #96
- @teresamg made their first contribution in #119
- @rwblair made their first contribution in #117
Full Changelog: 23.2.2...24.0.1