Skip to content

Releases: datadotworld/data.world-py

2.0.0 Release

19 Apr 12:50
6ee0a1c
Compare
Choose a tag to compare

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)

27 Mar 01:42
7b81f48
Compare
Choose a tag to compare

What's Changed

  • Updates dependencies to build, test, and install against Python 3.12

1.8.4

02 Feb 17:16
e02b85b
Compare
Choose a tag to compare

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

Full Changelog: v1.8.0...v1.8.4

1.8.0

12 Oct 15:53
7e5f474
Compare
Choose a tag to compare

1.8.3

11 Oct 15:09
5eb3e7c
Compare
Choose a tag to compare

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

Full Changelog: v1.6.0...v1.8.3

1.7.0

06 Jul 01:04
5eb3e7c
Compare
Choose a tag to compare
  • 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

15 Feb 19:11
0793509
Compare
Choose a tag to compare

New API wrappers for:

  1. Projects API
  2. Insights API
  3. User API

1.5.0

15 Dec 16:21
d75a5ae
Compare
Choose a tag to compare

Improvements and bug fixes, including:

  • #28 reStructuredText docstrings
  • #37 Automatic style and coverage checks
  • #52 auto_update option for load_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

08 Oct 19:07
Compare
Choose a tag to compare
  • addresses #66 by pinning versions of tabulator to <=1.4.1 - there is an issue in handling character sets when our dependency updated to 1.5.0

  • addresses #65 by adding UriParam type to allow for URI-valued query parameters to SPARQL queries

1.4.1

04 Aug 13:58
Compare
Choose a tag to compare

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