File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff 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+
1318Implementation 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
You can’t perform that action at this time.
0 commit comments