Skip to content

Releases: drivendataorg/pandas-path

v0.3.0 Release - Change import syntax

15 Mar 06:05
34c508b
Compare
Choose a tag to compare
  • Added HISTORY.md file
  • Changed import syntax to from pandas_path import path to better support custom accessors. This means that we do not register .path unless you import .path so that in other libraries you don't have to add the .path accessor if you are just registering your own custom accessor.
  • Added quickstart section to README
  • Fix bug where we tried to instantiate with blank string for an example rather than first item in the Series

v0.2.0 release

07 Mar 01:39
3729a74
Compare
Choose a tag to compare
  • Enable custom path accessors for other objects that implement pathlib methods
  • Update limitations with Path on LHS in older Python failing.
  • Add additional tests with Path objects on LHS and RHS
  • Migrate to github actions for tests
  • Add code coverage
  • Minor updates to README (missing link, badges)