Skip to content

Commit

Permalink
Release version 0.9.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues authored Jan 7, 2020
1 parent 174e1fc commit 526d9d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 0.9.0
-------------
January 7th, 2020

* ``Particle`` class:
- Robust handling of missing mass info.
* Data CSV files:
- Version 4 of package data files,
with more particles added (mostly badly-known particles relevant for MC).
- Version header now also present in the `particleXXXX.csv` files.


Version 0.8.1
-------------
December 14th, 2019
Expand Down
2 changes: 1 addition & 1 deletion particle/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Distributed under the 3-clause BSD license, see accompanying file LICENSE
# or https://github.com/scikit-hep/particle for details.

__version__ = "0.8.1"
__version__ = "0.9.0"

version = __version__
version_info = __version__.split(".")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'enum34>=1.1; python_version<"3.4"',
'importlib_resources>=1.0; python_version<"3.7"',
"attrs>=17.4.0",
"hepunits>=1.0.0",
"hepunits>=1.1.0",
]

extras = {"test": ["pytest", "pandas"], "convert": ["pandas"]}
Expand Down

0 comments on commit 526d9d3

Please sign in to comment.