Skip to content

Commit

Permalink
Update PyPWA to 3.2.2
Browse files Browse the repository at this point in the history
Updates the Changelog with the small handful of patches between 3.2.1
and 3.2.2, as well as updates the version information for the package.
  • Loading branch information
markjonestx committed Jun 11, 2021
1 parent 2cf3a80 commit e74253c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All changes important to the user will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/)

## [3.2.2] - 2021-6-11
### Fixed
- Particles can now be masked again, the mask is no longer silently deleted
when passed to the object.
- Numpy's warning about numpy.float being deprecation should be resolved.
- Any warnings about the LaTeX in the Likelihood's Docstrings being
deprecated should be resolved as well.

## [3.2.1] - 2021-6-10
### Fixed
- Gamp no longer combines particles with the same ID
Expand Down Expand Up @@ -194,7 +202,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
- PySim plugin
- Packaging

[Unreleased]: https://github.com/JeffersonLab/PyPWA/compare/v3.2.1...main
[Unreleased]: https://github.com/JeffersonLab/PyPWA/compare/v3.2.2...main
[3.2.2]: https://github.com/JeffersonLab/PyPWA/compare/v3.2.1...3.2.2
[3.2.1]: https://github.com/JeffersonLab/PyPWA/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/JeffersonLab/PyPWA/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/JeffersonLab/PyPWA/compare/v3.0.0...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion PyPWA/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
__credits__ = ["Mark Jones"]

AUTHOR = "PyPWA Team and Contributors"
VERSION = "3.2.1"
VERSION = "3.2.2"
RELEASE = f"{VERSION}"
LICENSE = "GPLv3"
STATUS = "development"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

__author__ = "PyPWA Team and Contributors"
__license__ = "GPLv3"
__version__ = "3.2.1"
__version__ = "3.2.2"
__email__ = "[email protected]"
__status__ = "development"

Expand Down

0 comments on commit e74253c

Please sign in to comment.