Skip to content

Tags: bashtage/pandas-stubs

Tags

v1.4.3.220704

bump to version 1.4.3.220704

v1.4.3.220703

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Miscissues (pandas-dev#78)

* add missing stubs from pylance dist

* Fix multiple issues

Fix issue 55 - read_xml missing
Fix issue 56 - assert_frame_equal missing args
Fix issue 67 - df.sample() returning incorrect result
Fix issue 70 - Change iter of dataframe

Also, pytest.skip() was causing issues where type checker was skipping that code,
   so changed tests to just use TYPE_CHECKING instead

* fix issue 71 - DatetimeIndex.tzinfo

v1.4.3.220702

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove installation dependencies on pandas and matplotlib (pandas-dev#66

)