Skip to content

v0.7 - ActionKit, Rename Repo, Reduce Package Size

Compare
Choose a tag to compare
@jburchard jburchard released this 15 Oct 00:25
e2f82e8

Potentially Breaking Changes

  • ActionKit Class: Previously, to instantiate the class, you passed in the subdomain of your AK instance. Now, you have to pass in the entire domain. Previously: myorg, Currently myorg.actionkit.com. This was done to support users who have fully custom domains for their AK instance. (Ref ActionKit()).

  • Repo Renamed: The GitHub repo has been renamed from parsons_public to parsons.

  • Removed pandas dependency. This is now an optional dependency. It is required for the Table.to_dataframe() method.

Other Updates

  • Removed various documentation build dependencies that are irrelevant to usage of the package. This and the removal of pandas significantly shrinks the size of package on install.

  • Fixed various Table.to_csv() compression bugs when archiving with zip.

  • Added SFTP.get_file_size() method to access the size of file without having to first download it.

  • Internal improvements to VAN class.