Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Apr 20, 2024
1 parent 9c03595 commit 16424fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release notes
=============

v0.8.2
------
Released April 20, 2024

* New propagate_dft() functionality for performing propagations
in areas limited by a mask
* Plane directly sets its own internal attribues `#53`_
* Migrate to numpy random.default_rng() for random numbers
* Backend enhancements and bugfixes

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

v0.8.1
------
Released February 27, 2024
Expand Down
2 changes: 1 addition & 1 deletion lentil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2020-2024, California Institute of Technology ("Caltech").
# U.S. Government sponsorship acknowledged.

__version__ = '0.8.1'
__version__ = '0.8.2'

from lentil.ptype import ptype

Expand Down

0 comments on commit 16424fd

Please sign in to comment.