@@ -22,7 +22,8 @@ v0.16.1 (2020-09-20)
22
22
This patch release fixes an incompatability with a recent pandas change, which
23
23
was causing an issue indexing with a ``datetime64 ``. It also includes
24
24
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.
26
27
27
28
Many thanks to the 36 contributors who contributed to this release:
28
29
@@ -32,7 +33,7 @@ Bednar, Joe Hamman, Julia Kent, Kai Mühlbauer, Keisuke Fujii, Mathias Hauser,
32
33
Maximilian Roos, Nick R. Papior, Pascal Bourgault, Peter Hausamann, Romain
33
34
Martinez, Russell Manser, Samnan Rahee, Sander, Spencer Clark, Stephan Hoyer,
34
35
Thomas Zilio, Tobias Kölling, Tom Augspurger, alexamici, crusaderky, darikg,
35
- inakleinbottle, jenssss, johnomotani, keewis, rpgoldman
36
+ inakleinbottle, jenssss, johnomotani, keewis, and rpgoldman.
36
37
37
38
Breaking changes
38
39
~~~~~~~~~~~~~~~~
@@ -128,6 +129,8 @@ Documentation
128
129
Internal Changes
129
130
~~~~~~~~~~~~~~~~
130
131
132
+ - Fixed all doctests and enabled their running in CI.
133
+ By `Justus Magin <https://github.com/keewis >`_.
131
134
- Relaxed the :ref: `mindeps_policy ` to support:
132
135
133
136
- all versions of setuptools released in the last 42 months (but no older than 38.4)
0 commit comments