11.. _whatsnew_223 :
22
3- What's new in 2.2.3 (September XX , 2024)
3+ What's new in 2.2.3 (September 20 , 2024)
44---------------------------------------- 
55
66These are the changes in pandas 2.2.3. See :ref: `release ` for a full changelog
@@ -9,28 +9,37 @@ including other versions of pandas.
99{{ header }}
1010
1111..  ---------------------------------------------------------------------------
12-  .. _whatsnew_223.regressions :
1312
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 >`_
1723
1824..  ---------------------------------------------------------------------------
1925 .. _whatsnew_223.bug_fixes :
2026
2127Bug fixes
2228~~~~~~~~~ 
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 `)
2431
2532..  ---------------------------------------------------------------------------
2633 .. _whatsnew_223.other :
2734
2835Other
2936~~~~~ 
30- -
37+ - Missing licenses for 3rd party dependencies were added back into the wheels. ( :issue: ` 58632 `) 
3138
3239..  ---------------------------------------------------------------------------
3340 .. _whatsnew_223.contributors :
3441
3542Contributors
3643~~~~~~~~~~~~ 
44+ 
45+ .. contributors :: v2.2.2..v2.2.3|HEAD 
0 commit comments