Releases: datadotworld/data.world-py
Releases · datadotworld/data.world-py
2.0.0 Release
This release updates the datadotworld
package for compatibility with Python 3.12 - from the 2.0.0 release, this library supports Python 3.8+, per the python release cycle.
v2.0.0a: updates to work with modern Python (3.11+) (#145)
What's Changed
- Updates dependencies to build, test, and install against Python 3.12
1.8.4
What's Changed
- Fix to install the python sdk with pandas for python version > 3.7 by @nikhilhegde-ddw in #128
- [PAP-174] python SDK uses an older version of click library by @nikhilhegde-ddw in #129
- [PAP-34] Update python SDK to remove information about searching using resource_id by @nikhilhegde-ddw in #130
- PAPPY-277: Remove outdated file functionality (new PR) by @ddw-mike in #133
- IN-2775: execute_query_with_http_info() response fix by @ddw-mike in #136
New Contributors
- @nikhilhegde-ddw made their first contribution in #128
Full Changelog: v1.8.0...v1.8.4
1.8.0
New API wrappers for:
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
1.7.0
- Addresses #97 and #111 by upgrading the dependency versions
- A couple of dependencies were pinned to the last versions that support Python 2.7 (we'll still be maintaining compatibility for a few more months)
- Addresses #110 by moving flake8 to the dev dependency section
- Allows hostnames to be specified by environment variables (#102)
1.6.0
New API wrappers for:
1.5.0
Improvements and bug fixes, including:
- #28 reStructuredText docstrings
- #37 Automatic style and coverage checks
- #52
auto_update
option forload_dataset()
- #55 New config option with
InlineConfig
- #57 CONTRIBUTING.md
- #60 API wrappers for all API features up to 0.9.0
- #73 Fix for LocalDataset and QueryResults caching
- #81 API wrappers for streams API
- #83 README.rst updates
1.4.2
1.4.1
Defect Fixes:
- correctly report User-Agent in all HTTP calls
- fixed RestApiError to correctly collect values from underlying cause
this release also resumes publishing an sdist
alongside the wheel, making the package visible to easy_install