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
3
3
4
4
.. _changelog-0.11.0 :
5
5
6
- 0.11.0 / TBD
7
- ------------
6
+ 0.11.0 / 2019-07-29
7
+ -------------------
8
8
9
9
- **Breaking Change: ** Python 2 support has been dropped. This is to align
10
10
with the pandas package which dropped Python 2 support at the end of 2019.
11
11
(:issue: `268 `)
12
12
13
+ Enhancements
14
+ ~~~~~~~~~~~~
15
+
16
+ - Ensure ``table_schema `` argument is not modified inplace. (:issue: `278 `)
17
+
13
18
Implementation changes
14
19
~~~~~~~~~~~~~~~~~~~~~~
15
20
@@ -20,6 +25,9 @@ Internal changes
20
25
~~~~~~~~~~~~~~~~
21
26
22
27
- 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 `)
23
31
24
32
.. _changelog-0.10.0 :
25
33
You can’t perform that action at this time.
0 commit comments