Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Jan 23, 2025
1 parent ddb8421 commit 191716c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [3.5.5]

### Fixed
- distribution information includes dependency setuptools (fixes conda feedstock)

## [3.5.4]

## Fixed
### Fixed
- setup.py is now configured to allow numpy 2.x
- contour/contourf artist overloads compatible with matplotlib 3.10

## changed
### Changed
- actively supporting python 3.11-3.13

## [3.5.3]
Expand All @@ -27,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
- wt5 explore : fixed bug where data will not load interactively if directory is not cwd
- constants in chopped data will inherit the units of the original data

## Changed
### Changed
- numpy 2.0 compatible
- refactor of artists.quick1D and artists.quick2D
- quick2D and quick1D will not force `autosave=True` if the number of figures is large. Instead, interactive plotting will be truncated if the number of figures is large.
Expand Down Expand Up @@ -406,7 +411,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Added
- initial release

[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.5.4...master
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.5.5...master
[3.5.5]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.5
[3.5.4]: https://github.com/wright-group/WrightTools/compare/3.5.3...3.5.4
[3.5.3]: https://github.com/wright-group/WrightTools/compare/3.5.2...3.5.3
[3.5.2]: https://github.com/wright-group/WrightTools/compare/3.5.1...3.5.2
Expand Down
2 changes: 1 addition & 1 deletion WrightTools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.4
3.5.5

0 comments on commit 191716c

Please sign in to comment.