Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REL: 23.2.0 #87

Merged
merged 2 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
23.2.0 (December 13, 2023)
==========================

A new minor release with support for Python 3.12, matplotlib 3.8,
and dropping the implicit dependency on setuptools.

CHANGES
-------

**Full Changelog**: https://github.com/nipreps/nireports/compare/23.1.0...23.2.0

* FIX: Fix AttributeError Xtick has no attribute label (#84)
* FIX: Typos found by codespell (#79)
* ENH: Add session filtering to report generation (#82)
* ENH: Add `ignore_initial_volumes` param to `ConfoundsCorrelationPlot` (#83)
* RF: Purge pkg_resources, add data loader (#85)
* STY: Assorted pyupgrade suggestions (#80)

23.1.0 (June 13, 2023)
======================
A new minor release including several bugfixes and a new module for diffusion MRI data plotting tools.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exclude = [
[tool.hatch.version]
validate-bump = true
source = "vcs"
# raw-options = { version_scheme = "nipreps-calver" }
raw-options = { version_scheme = "nipreps-calver" }

[tool.hatch.build.hooks.vcs]
version-file = "nireports/_version.py"
Expand Down
Loading