Skip to content

Commit

Permalink
Update changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
markjonestx committed Jun 4, 2020
1 parent adbb7f2 commit c7b285e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/)

## [Unreleased]
## [3.0.0] - 2020-6-4
### Added
- ProjectDatabase has been added handle large data manipulation on disk
instead of in memory.
Expand All @@ -25,7 +25,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
- Separate release tag from version info
- Package info is now stored in PyPWA.info
- pydata has officially been updated to PyPWA 3.0.
- Structured Arrays have been replaces for Pandas DataFrames.
- Structured Arrays have been replaces for Pandas DataFrames in some
cases. Vectors still wrap regular numpy arrays to maintain performance.
- Reactions have been merged into ParticlePool.
- Vectors have been simplified to be easier to test while still being
powerful to use.
Expand Down Expand Up @@ -154,6 +155,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)


[Unreleased]: https://github.com/JeffersonLab/PyPWA/compare/v3.0.0a1...development
[3.0.0]: https://github.com/JeffersonLab/PyPWA/compare/v3.0.0a1...v3.0.0
[3.0.0a1]: https://github.com/JeffersonLab/PyPWA/compare/v2.2.1...v3.0.0a1
[2.2.1]: https://github.com/JeffersonLab/PyPWA/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/JeffersonLab/PyPWA/compare/v2.1.0...v2.2.0
Expand Down

0 comments on commit c7b285e

Please sign in to comment.