Skip to content

Releases: VirtusLab/pandas-stubs

1.2.0.19

06 Oct 12:03
340e827
Compare
Choose a tag to compare

Fixes:

  • Fix values attribute of Series class

1.2.0.18

06 Oct 12:05
73d3444
Compare
Choose a tag to compare

Pandas datetime-like classes now inherit from datetime classes allowing for arithmetic operation

1.2.0.1

13 Jul 09:27
Compare
Choose a tag to compare

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

13 Jul 06:20
Compare
Choose a tag to compare

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

13 Jul 06:19
Compare
Choose a tag to compare

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

01 Jul 19:23
2f22555
Compare
Choose a tag to compare

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

01 Jul 06:52
24384b5
Compare
Choose a tag to compare

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

12 Apr 15:25
dc8b537
Compare
Choose a tag to compare

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.