Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Jul 16, 2020
1 parent 318394b commit ae7fc37
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

v0.3.1
------
Released July 16, 2020

* Objects in the :ref:`convolvable<api-convolvable>` module have been rearchitected as
functions.
* Legacy functionality from the ``detector.Windowable`` class has been resurrected into
:func:`lentil.util.window`
* Deprecate ``util.col_major_to_util_major()``
* Lentil is now compatible with Python 3.6 and newer. `#9`_

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

v0.3.0
------
Released July 8, 2020
Expand Down Expand Up @@ -30,7 +43,6 @@ Released July 8, 2020
.. _#7: https://github.com/andykee/lentil/issues/7
.. _#8: https://github.com/andykee/lentil/issues/8


v0.2.0
------
Released June 29, 2020
Expand Down
2 changes: 1 addition & 1 deletion lentil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
if sys.hexversion < 0x030600F0:
raise ImportError('Lentil requires Python >= 3.6')

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit ae7fc37

Please sign in to comment.