Skip to content

Commit

Permalink
CHANGELOG update (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Apr 6, 2019
1 parent 8bb2cbd commit 640c8d8
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
# Changelog

## 0.3.0
## Version 0.3.0

Under development

* Package made dependent on the ``particle`` package
* Lark parser files added, for ``.dec`` decay files
* Simplification of ``.travis.yml`` file
* Minor bug fixes


## 0.2.0 (2018-08-02)
* First release as part of SciKit-HEP
* Using new data package with ``importlib_resources`` (or ``importlib.resources`` on Python 3.7)
* Better docs and examples
* Some method renaming
* Generalized converter script


## 0.1.0 (2018-03-13)

* First release on PyPI
* Decays modelling:
- Updates to Mint related particle data files.
* Particle decays:
- Lark parser files added, for ``.dec`` decay files.
- ``DecFileParser`` class introduced, with doc and test suite.
- Various ``.dec`` test decay files added.
* Package dependencies:
- Package made dependent on Scikit-HEP's ``Particle`` package
- Redundant code removed.
* Continuous integration:
- CI with Azure pipelines introduced.
- Simplification of ``.travis.yml`` file.
* Miscellaneous:
- Minor bug fixes.


## Version 0.2.0 (2018-08-02)
* First release as part of Scikit-HEP.
* Using new data package with ``importlib_resources`` (or ``importlib.resources`` on Python 3.7).
* Better docs and examples.
* Some method renaming.
* Generalized converter script.


## Version 0.1.0 (2018-03-13)

* First release on PyPI.

0 comments on commit 640c8d8

Please sign in to comment.