Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Mar 8, 2022
1 parent 0eb0231 commit a851594
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release notes
=============

v0.7.0
------
Released March 7, 2022

* Fix complex amplitude sign flip introduced in `v0.6.0`_
* Remove unused parameter from ``Wavefront.insert()`` function
signature `#42`_
* Scipy compatibility - Fix Scipy map_coordinates import `#40`_
* Python 3.9 compatibility - Ensure ``math.factorial()`` always
receives an int

.. _#40: https://github.com/andykee/lentil/issues/40
.. _#42: https://github.com/andykee/lentil/issues/42

v0.6.0
------
Released January 21, 2022
Expand Down
2 changes: 1 addition & 1 deletion lentil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Copyright (c) 2021, California Institute of Technology ("Caltech"). U.S.
# Government sponsorship acknowledged.
__version__ = '0.6.0'
__version__ = '0.7.0'

from lentil.convolvable import jitter, smear

Expand Down

0 comments on commit a851594

Please sign in to comment.