Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Sep 8, 2020
1 parent daab479 commit 29116a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
Changes
=======

v0.3.4
------
Released September 8, 2020

* Fix implementation error in Gaussian detector.shot_noise
* Add better exception handling for detector.shot_noise `#10`_
* No longer check Python version on import
* Update ``np.ediff1d`` usage to be compatible with Numpy 1.19

.. _#10: https://github.com/andykee/lentil/issues/10

v0.3.3
------
Released August 17, 2020

* Make FPN seed optional in ``detector.dark_current``
* Update ``np.ediff1d`` usage to be compatible with Numpy 1.19

v0.3.2
------
Expand Down
2 changes: 1 addition & 1 deletion lentil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from lentil import wfe
from lentil import zernike

__version__ = '0.3.3'
__version__ = '0.3.4'

0 comments on commit 29116a2

Please sign in to comment.