From 16424fd646acf84888126248c5fcd78be5ade853 Mon Sep 17 00:00:00 2001 From: Andy Kee Date: Sat, 20 Apr 2024 15:55:10 -0700 Subject: [PATCH] v0.8.2 --- CHANGES.rst | 12 ++++++++++++ lentil/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3f73d5e..ddea05f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/lentil/__init__.py b/lentil/__init__.py index 4fa8302..c12bdf0 100644 --- a/lentil/__init__.py +++ b/lentil/__init__.py @@ -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