Skip to content

Commit e375402

Browse files
committed
update docs for 0.4.0
1 parent 696f8a2 commit e375402

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

docs/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ What's New
1818

1919
These are new features and improvements of note in each release.
2020

21+
.. include:: whatsnew/v0.4.0.txt
2122
.. include:: whatsnew/v0.3.0.txt
2223
.. include:: whatsnew/v0.2.1.txt
2324
.. include:: whatsnew/v0.2.0.txt

docs/source/whatsnew/v0.4.0.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.. _whatsnew_040:
22

3-
v0.4.0 (???)
4-
-------------------------
3+
v0.4.0 (May 15, 2017)
4+
---------------------
55

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.
77

88
Highlights include:
99

@@ -13,20 +13,16 @@ Highlights include:
1313

1414
.. _whatsnew_040.enhancements:
1515

16-
New features
16+
Enhancements
1717
~~~~~~~~~~~~
1818

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`)
2621

2722
.. _whatsnew_040.api_breaking:
2823

2924
Backwards incompatible API changes
3025
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26+
3127
- Support has been dropped for Python 2.6 and 3.4 (:issue:`313`)
3228
- Support has been dropped for `pandas` versions before 0.17.0 (:issue:`313`)

0 commit comments

Comments
 (0)