Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Apr 28, 2020
1 parent e28c30b commit 46afd5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
PyDL Changelog
==============

1.0.0 (unreleased)
------------------
1.0.0rc1 (2020-04-28)
---------------------

*This version will only support Python 3 and Astropy 3.* This release is
planned for early 2019.
*This version will only support Python 3.*

* Various bug fixes in preparation for 1.0 (PR `#58`_).
* Remove `astropy_helpers`_ entirely (PR `#55`_).
* Update test infrastructure (PR `#54`_).
* Remove all Python 2 constructs; add tests in :mod:`~pydl.photoop.window` (PR `#51`_).

.. _`#51`: https://github.com/weaverba137/pydl/pull/51
.. _`#54`: https://github.com/weaverba137/pydl/pull/54
.. _`#55`: https://github.com/weaverba137/pydl/pull/55
.. _`#58`: https://github.com/weaverba137/pydl/pull/58

0.7.0 (2019-02-22)
------------------
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py{36,37,38}-test-astropy{30,40,lts}
astropy20
build_docs
linkcheck
codestyle
requires =
setuptools >= 30.3.0
Expand Down

0 comments on commit 46afd5e

Please sign in to comment.