Skip to content

Commit 9990047

Browse files
committed
Release 0.11.0
1 parent 333d3cb commit 9990047

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/source/changelog.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@ Changelog
33

44
.. _changelog-0.11.0:
55

6-
0.11.0 / TBD
7-
------------
6+
0.11.0 / 2019-07-29
7+
-------------------
88

99
- **Breaking Change:** Python 2 support has been dropped. This is to align
1010
with the pandas package which dropped Python 2 support at the end of 2019.
1111
(:issue:`268`)
1212

13+
Enhancements
14+
~~~~~~~~~~~~
15+
16+
- Ensure ``table_schema`` argument is not modified inplace. (:issue:`278`)
17+
1318
Implementation changes
1419
~~~~~~~~~~~~~~~~~~~~~~
1520

@@ -20,6 +25,9 @@ Internal changes
2025
~~~~~~~~~~~~~~~~
2126

2227
- Populate ``user-agent`` with ``pandas`` version information. (:issue:`281`)
28+
- Fix ``pytest.raises`` usage for latest pytest. Fix warnings in tests.
29+
(:issue:`282`)
30+
- Update CI to install nightly packages in the conda tests. (:issue:`254`)
2331

2432
.. _changelog-0.10.0:
2533

0 commit comments

Comments
 (0)