* add .gitattributes file to fix versioneer not working
Contributors
* msarahan
1.3.2
Bug fixes
* port rm_rf functionality from conda, to better handle permissions errors being observed on Azure and Appveyor windows hosts (but not on local machines)
Contributors
* msarahan
1.3.1
Bug fixes
* try to wrap tempdir cleanup so that it never exits violently. Add warning message.
Contributors
* msarahan
1.3.0
Enhancements
* add a cph-specific exception, so that downstream consumers of cph don't have to handle libarchive exceptions
Contributors
* msarahan
1.2.0
Enhancements
* add get_default_extracted_folder api function that returns the folder location where a file would be extracted to by default (no dest folder specified) * add --processes flag to cph t, to limit number of processes spawned. Defaults to number of CPUs if not set.
Contributors
* msarahan
1.1.5
Bug fixes
* generate symlink tests rather than including file layout, to avoid issues on win