1.8.3
Fixes a bug in which create_dataset
, update_dataset
, replace_dataset
, create_project
, update_project
, and replace_project
allowed for local file uploads and URL file uploads. The methods now match the functionality of the public API, in which only create_dataset
and create_project
allow only URL file uploads.
What's Changed
- Create docs folder/index.html file - landing page by @sarakbarr in #99
- Python LP + Images by @sarakbarr in #106
- Update API Token Link by @sarakbarr in #107
- Upgrading tabulator to 1.19.3 by @laconc in #108
- Fixing references to api_client by @laconc in #104
- allow hostnames to be specified via environment variables by @bryonjacob in #102
- Fixing broken unit tests by @laconc in #112
Full Changelog: v1.6.0...v1.8.3