Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 1, 2022
1 parent f7a55d3 commit 0f30163
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/releases.rst
Expand Up @@ -8,12 +8,15 @@ Latest development release
| Version: 2.18.0-beta.0
| Released: 2022-08-22

2.18 (2022-08-31)
-----------------
- Support parameterized unit conversions (such as molarity).
- Allow % to act as a scale factor.
- First argument of scaling functions are now guaranteed to be quantities.
- Added :func:`UnitConversion.fixture` decorator function.
- Added :meth:`UnitConversion.activate` method (allows overridden converters to
be re-activated).
- Added :meth:`UnitConversion.activate` method
(allows overridden converters to be re-activated).


2.17 (2022-04-04)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -21,7 +21,6 @@
download_url = 'https://github.com/kenkundert/quantiphy/tarball/master',
license = 'MIT',
py_modules = 'quantiphy'.split(),
install_requires = [],
python_requires = '>=3.6',
zip_safe = True,
keywords = keywords.split(),
Expand Down

0 comments on commit 0f30163

Please sign in to comment.