Skip to content

Commit b9b18d6

Browse files
authored
Merge pull request #1187 from wright-group/pin-numpy-1.x
WrightTools 3.5.3
2 parents d915987 + c8346e0 commit b9b18d6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [3.5.3]
9+
810
### Added
911
- `Data.ichop`, an iteration-based version of `Data.chop`
1012
- new artist helper function: `norm_from_channel`
@@ -394,7 +396,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
394396
### Added
395397
- initial release
396398

397-
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.5.2...master
399+
[Unreleased]: https://github.com/wright-group/WrightTools/-/compare/3.5.3...master
400+
[3.5.3]: https://github.com/wright-group/WrightTools/compare/3.5.2...3.5.3
398401
[3.5.2]: https://github.com/wright-group/WrightTools/compare/3.5.1...3.5.2
399402
[3.5.1]: https://github.com/wright-group/WrightTools/compare/3.5.0...3.5.1
400403
[3.5.0]: https://github.com/wright-group/WrightTools/compare/3.4.6...3.5.0

WrightTools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.2
1+
3.5.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read(fname):
4040
"imageio>=2.28.0",
4141
"matplotlib>=3.4.0",
4242
"numexpr",
43-
"numpy>=1.15.0",
43+
"numpy>=1.15.0,<2.0",
4444
"pint",
4545
"python-dateutil",
4646
"scipy",

0 commit comments

Comments
 (0)