File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 3.5.2
1+ 3.5.3
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments