Skip to content

Commit

Permalink
Merge pull request #1187 from wright-group/pin-numpy-1.x
Browse files Browse the repository at this point in the history
WrightTools 3.5.3
  • Loading branch information
kameyer226 authored Jul 8, 2024
2 parents d915987 + c8346e0 commit b9b18d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [3.5.3]

### Added
- `Data.ichop`, an iteration-based version of `Data.chop`
- new artist helper function: `norm_from_channel`
Expand Down Expand Up @@ -394,7 +396,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.2...master
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.5.3...master
[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
[3.5.1]: https://github.com/wright-group/WrightTools/compare/3.5.0...3.5.1
[3.5.0]: https://github.com/wright-group/WrightTools/compare/3.4.6...3.5.0
Expand Down
2 changes: 1 addition & 1 deletion WrightTools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.2
3.5.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(fname):
"imageio>=2.28.0",
"matplotlib>=3.4.0",
"numexpr",
"numpy>=1.15.0",
"numpy>=1.15.0,<2.0",
"pint",
"python-dateutil",
"scipy",
Expand Down

0 comments on commit b9b18d6

Please sign in to comment.