Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Jun 21, 2020
1 parent 5b4dd3f commit 810a659
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changes
=======

v0.1.1
------
Released June 21, 2020

* Update ``propagate`` to support :class:`~lentil.Tilt` planes `#1`_
* Streamline the innards of :func:`~lentil.propagate`
* Update :func:`lentil.wfe.power_spectrum` to return phases with a slightly more correct
RMS
* Remove unused code
* Increase unit testing coverage
* Set up Travis CI, Coveralls

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

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

__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 810a659

Please sign in to comment.