From 1accdd3458dda95fb3e5205af74c7738a3729a8a Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Sat, 6 Jul 2024 12:40:43 -0500 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4fe3588..ff529627 100755 --- a/setup.py +++ b/setup.py @@ -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", From c8346e06bed07e5e2269cd21bef9fc69aa671043 Mon Sep 17 00:00:00 2001 From: Daniel Kohler <11864045+ddkohler@users.noreply.github.com> Date: Sat, 6 Jul 2024 22:12:21 -0500 Subject: [PATCH 2/2] bump version --- CHANGELOG.md | 5 ++++- WrightTools/VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1e54d5..31e338cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/WrightTools/VERSION b/WrightTools/VERSION index 87ce4929..444877d4 100644 --- a/WrightTools/VERSION +++ b/WrightTools/VERSION @@ -1 +1 @@ -3.5.2 +3.5.3