File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ What's New
18
18
19
19
These are new features and improvements of note in each release.
20
20
21
+ .. include :: whatsnew/v0.4.0.txt
21
22
.. include :: whatsnew/v0.3.0.txt
22
23
.. include :: whatsnew/v0.2.1.txt
23
24
.. include :: whatsnew/v0.2.0.txt
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_040:
2
2
3
- v0.4.0 (??? )
4
- -------------------------
3
+ v0.4.0 (May 15, 2017 )
4
+ ---------------------
5
5
6
- This is a major release from 0.3.0 and includes new features and a number of bug fixes .
6
+ This is a major release from 0.3.0 and includes compat with pandas 0.20.1, and some backwards incompatible API changes .
7
7
8
8
Highlights include:
9
9
@@ -13,20 +13,16 @@ Highlights include:
13
13
14
14
.. _whatsnew_040.enhancements:
15
15
16
- New features
16
+ Enhancements
17
17
~~~~~~~~~~~~
18
18
19
- Other enhancements
20
- ^^^^^^^^^^^^^^^^^^
21
-
22
- .. _whatsnew_040.bug_fixes:
23
-
24
- Bug Fixes
25
- ~~~~~~~~~
19
+ - Compat with pandas 0.20.1 (:issue:`304`, :issue:`320`)
20
+ - Switched test framework to use ``pytest`` (:issue:`310`, :issue:`312`)
26
21
27
22
.. _whatsnew_040.api_breaking:
28
23
29
24
Backwards incompatible API changes
30
25
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
+
31
27
- Support has been dropped for Python 2.6 and 3.4 (:issue:`313`)
32
28
- Support has been dropped for `pandas` versions before 0.17.0 (:issue:`313`)
You can’t perform that action at this time.
0 commit comments