Releases: VirtusLab/pandas-stubs
1.2.0.19
1.2.0.18
Pandas datetime-like classes now inherit from datetime classes allowing for arithmetic operation
1.2.0.1
Compliant with Pandas 1.2.x version.
Changes:
- Optionally disallow duplicate labels
- Passing arguments to fsspec backends
- Support for binary file handles in to_csv
- Support for short caption and table position in to_latex
- Added set_flags() for setting table-wide flags on a Series or DataFrame
- DataFrame.applymap() now supports na_action
- DataFrame now supports the divmod operation
- DataFrame.to_parquet() now returns a bytes object when no path argument is passed
1.1.0.14
Compliant with Pandas 1.1.x version. Will work with never versions, however changes to some of the interfaces might not be reflected and cause problems.
Improvements:
- Checking that snippets execute correctly
1.1.0.13
Compliant with Pandas 1.1.x version. Will work with never versions, however changes to some of the interfaces might not be reflected and cause problems.
Improvements:
- Introduced bumpversion
1.1.0.12
Compliant with Pandas 1.1.x version. Will work with never versions, however changes to some of the interfaces might not be reflected and cause problems.
Fixes:
- typed the
pipe
methods
1.1.0.11
Compliant with Pandas 1.1.x version. Will work with never versions, however changes to some of the interfaces might not be reflected and cause problems.
Fixes:
- Fixed an issue with concat
For Pandas 1.0.x
Designed to be complaint with Pandas 1.0.x API version. If used for an older Pandas version it might allow for too broad interfaces and if used with a newer one it might bring false-positive type errors when using new interface elements.