Skip to content

Commit 633187e

Browse files
authored
Add notes re doctests (#4440)
1 parent 13c09dc commit 633187e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/whats-new.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ v0.16.1 (2020-09-20)
2222
This patch release fixes an incompatability with a recent pandas change, which
2323
was causing an issue indexing with a ``datetime64``. It also includes
2424
improvements to ``rolling``, ``to_dataframe``, ``cov`` & ``corr`` methods and
25-
bug fixes.
25+
bug fixes. Our documentation has a number of improvements, including fixing all
26+
doctests and confirming their accuracy on every commit.
2627

2728
Many thanks to the 36 contributors who contributed to this release:
2829

@@ -32,7 +33,7 @@ Bednar, Joe Hamman, Julia Kent, Kai Mühlbauer, Keisuke Fujii, Mathias Hauser,
3233
Maximilian Roos, Nick R. Papior, Pascal Bourgault, Peter Hausamann, Romain
3334
Martinez, Russell Manser, Samnan Rahee, Sander, Spencer Clark, Stephan Hoyer,
3435
Thomas Zilio, Tobias Kölling, Tom Augspurger, alexamici, crusaderky, darikg,
35-
inakleinbottle, jenssss, johnomotani, keewis, rpgoldman
36+
inakleinbottle, jenssss, johnomotani, keewis, and rpgoldman.
3637

3738
Breaking changes
3839
~~~~~~~~~~~~~~~~
@@ -128,6 +129,8 @@ Documentation
128129
Internal Changes
129130
~~~~~~~~~~~~~~~~
130131

132+
- Fixed all doctests and enabled their running in CI.
133+
By `Justus Magin <https://github.com/keewis>`_.
131134
- Relaxed the :ref:`mindeps_policy` to support:
132135

133136
- all versions of setuptools released in the last 42 months (but no older than 38.4)

0 commit comments

Comments
 (0)