Skip to content

Commit

Permalink
Merge branch 'master' into better-gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Jul 8, 2024
2 parents b64a93a + b9b18d6 commit 8f99aff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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+
Expand Down
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 @@ -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
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):
"pillow",
"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 8f99aff

Please sign in to comment.