diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d45d5d7b..60dae047 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 24.3.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ diff --git a/CHANGELOG.md b/CHANGELOG.md index aedc65ee..0b3f6076 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` @@ -396,7 +398,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 diff --git a/setup.py b/setup.py index 16ae3faa..cced8a9e 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(fname): "pillow", "matplotlib>=3.4.0", "numexpr", - "numpy>=1.15.0", + "numpy>=1.15.0,<2.0", "pint", "python-dateutil", "scipy",