Skip to content

Commit 46afd5e

Browse files
committed
update change log
1 parent e28c30b commit 46afd5e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/changes.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
PyDL Changelog
33
==============
44

5-
1.0.0 (unreleased)
6-
------------------
5+
1.0.0rc1 (2020-04-28)
6+
---------------------
77

8-
*This version will only support Python 3 and Astropy 3.* This release is
9-
planned for early 2019.
8+
*This version will only support Python 3.*
109

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

1315
.. _`#51`: https://github.com/weaverba137/pydl/pull/51
16+
.. _`#54`: https://github.com/weaverba137/pydl/pull/54
17+
.. _`#55`: https://github.com/weaverba137/pydl/pull/55
18+
.. _`#58`: https://github.com/weaverba137/pydl/pull/58
1419

1520
0.7.0 (2019-02-22)
1621
------------------

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ envlist =
55
py{36,37,38}-test-astropy{30,40,lts}
66
astropy20
77
build_docs
8+
linkcheck
89
codestyle
910
requires =
1011
setuptools >= 30.3.0

0 commit comments

Comments
 (0)