From d72e763a7c5278b034d4d428c027e5b764ceff8d Mon Sep 17 00:00:00 2001 From: Andy Kee Date: Tue, 27 Feb 2024 13:00:23 -0800 Subject: [PATCH] v0.8.1 --- CHANGES.rst | 18 ++++++++++++++++++ lentil/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2c8448a..710a19e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ Release notes ============= +v0.8.1 +------ +Released February 27, 2024 + +* Deprecate :class:`~lentil.Image`` ``shape`` parameter `#50`_ +* :class:`~Plane` ``mask``, ``pixelscale``, ``diameter``, and ``ptype`` are + now immutable +* Fix bugs in creation and handling of :class:`~lentil.Plane` ``mask`` and + ``slice`` +* Fix scipy deprecation warnings +* Update GitHub actions `#51`_ `#52`_ +* Update docs `#49`_ + +.. _#49: https://github.com/andykee/lentil/issues/49 +.. _#50: https://github.com/andykee/lentil/issues/50 +.. _#51: https://github.com/andykee/lentil/issues/51 +.. _#52: https://github.com/andykee/lentil/issues/52 + v0.8.0 ------ Released February 2, 2024 diff --git a/lentil/__init__.py b/lentil/__init__.py index 07ba948..4fa8302 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.0' +__version__ = '0.8.1' from lentil.ptype import ptype