v1.2.0
1.2.0 (2024-04-15)
Features
- Add hasnans, combine_first, update to Series (#600) (86e0f38)
- Add MultiIndex subclass. (#596) (5d0f149)
- Add pivot_table for DataFrame. (#473) (5f1d670)
- Add Series.autocorr (#605) (4ec8034)
- Support list of numerics in pandas.cut (#580) (290f95d)
Bug Fixes
- Address more technical writers feedback (#581) (4b08d92)
- Error for object dtype on read_pandas (#570) (8702dcf)
- Inverting int now does bitwise inversion rather than sign flip (#574) (5f1db8b)
- Loc setitem dtype issue. (#603) (b94bae9)
- Toc menu missing plotting name (#591) (eed12c1)