Skip to content

Commit

Permalink
REL: Auto-FOX 0.8.8 (#146)
Browse files Browse the repository at this point in the history
* REL: Version bump: 0.8.7 -> 0.8.8
* REL, DOC: Updated the changelog for 0.8.8
* STY: Various style fixes
  • Loading branch information
BvB93 committed Nov 13, 2020
1 parent 12508f3 commit a33d12a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
28 changes: 21 additions & 7 deletions CHANGELOG.rst
Expand Up @@ -6,20 +6,34 @@ All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.


0.8.8
*****
* Added recipes for calculating time-resolved angular/radial distribution functions.
* Various documentation-related updates.
* The order in wich atom-pair/-triplet based parameters are provided is now irrelevant.
For example ``Cd Se`` and ``Se Cd`` are now treated as equivalent, as well as
``O C H`` and ``H C O`` (but not ``O H C``).
* Fixed an issue where guessed parameters were not properly parsed.
* Relaxed the PLAMS version requirement.
* Log all local variables whenever an exception is encountered.
* Move the ARMC test files to their own repo.
* Export parameter metadata to the .hdf5 file.


0.8.7
*****
* Moved from `PRMContainer.__dict__` to a `PRMContainer.__slots__` based class structure.
* Cleaned up the `PRMContainer` code; updated annotations, etc..
* Removed `assertionlib.AbstractDataClass` as base class from `PRMContainer`.
* Moved from ``PRMContainer.__dict__`` to a ``PRMContainer.__slots__`` based class structure.
* Cleaned up the ``PRMContainer`` code; updated annotations, *etc.*.
* Removed ``assertionlib.AbstractDataClass`` as base class from ``PRMContainer``.
* Do not read or write comments to and from a .prm file.
* Upped the minimum Sphinx version to `2.1`.
* Removed `sphinx-autodoc-typehints`.
* Upped the minimum Sphinx version to ``2.1``.
* Removed ``sphinx-autodoc-typehints``.


0.8.6
*****
* Import `AbstractFileContainer` from Nano-Utils.
* Removed `TypeMapping` in favor of `TypedDict`.
* Import ``AbstractFileContainer`` from Nano-Utils.
* Removed ``TypeMapping`` in favor of `TypedDict`.
* Remove travis in favor of GitHub Actions.


Expand Down
2 changes: 1 addition & 1 deletion FOX/__version__.py
@@ -1,3 +1,3 @@
"""The Auto-FOX version."""

__version__ = '0.8.7'
__version__ = '0.8.8'
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -15,7 +15,7 @@


#################################################
Automated Forcefield Optimization Extension 0.8.7
Automated Forcefield Optimization Extension 0.8.8
#################################################

**Auto-FOX** is a library for analyzing potential energy surfaces (PESs) and
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -74,7 +74,7 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
release = '0.8.7' # The full version, including alpha/beta/rc tags.
release = '0.8.8' # The full version, including alpha/beta/rc tags.
version = release.rsplit('.', maxsplit=1)[0] # The short X.Y version.


Expand Down

0 comments on commit a33d12a

Please sign in to comment.