1
1
.. _whatsnew_223 :
2
2
3
- What's new in 2.2.3 (September XX , 2024)
3
+ What's new in 2.2.3 (September 20 , 2024)
4
4
----------------------------------------
5
5
6
6
These are the changes in pandas 2.2.3. See :ref: `release ` for a full changelog
@@ -9,28 +9,37 @@ including other versions of pandas.
9
9
{{ header }}
10
10
11
11
.. ---------------------------------------------------------------------------
12
- .. _whatsnew_223.regressions :
13
12
14
- Fixed regressions
15
- ~~~~~~~~~~~~~~~~~
16
- -
13
+ .. _whatsnew_220.py13_compat :
14
+
15
+ Pandas 2.2.3 is now compatible with Python 3.13
16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
+
18
+ Pandas 2.2.3 is the first version of pandas that is generally compatible with the upcoming
19
+ Python 3.13, and both wheels for free-threaded and normal Python 3.13 will be uploaded for
20
+ this release.
21
+
22
+ As usual please report any bugs discovered to our `issue tracker <https://github.com/pandas-dev/pandas/issues/new/choose >`_
17
23
18
24
.. ---------------------------------------------------------------------------
19
25
.. _whatsnew_223.bug_fixes :
20
26
21
27
Bug fixes
22
28
~~~~~~~~~
23
- -
29
+ - Bug in :func: `eval ` on :class: `complex ` including division ``/ `` discards imaginary part. (:issue: `21374 `)
30
+ - Minor fixes for numpy 2.1 compatibility. (:issue: `59444 `)
24
31
25
32
.. ---------------------------------------------------------------------------
26
33
.. _whatsnew_223.other :
27
34
28
35
Other
29
36
~~~~~
30
- -
37
+ - Missing licenses for 3rd party dependencies were added back into the wheels. ( :issue: ` 58632 `)
31
38
32
39
.. ---------------------------------------------------------------------------
33
40
.. _whatsnew_223.contributors :
34
41
35
42
Contributors
36
43
~~~~~~~~~~~~
44
+
45
+ .. contributors :: v2.2.2..v2.2.3|HEAD
0 commit comments