Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Feb 27, 2024
1 parent 09cd8d3 commit d72e763
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
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.0'
__version__ = '0.8.1'

from lentil.ptype import ptype

Expand Down

0 comments on commit d72e763

Please sign in to comment.