Skip to content

Latest commit

 

History

History
92 lines (76 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

92 lines (76 loc) · 6.18 KB

0.6.0-dev

0.5.0

NEW FEATURES

  • #94 Add access to Attributes of a Dataset
  • #103 Dataset update_records now returns the JSON response body for the underlying POST datasets/{id}:updateRecords call
  • #98 Add __geo_interface__ to Dataset
  • #100 Add from_geo_features to Dataset
  • #116 Add support for associating a dataset with a project
  • #109 Add support for profiling datasets
  • #86 Add support for creating projects
  • #114 Add support for generating pairs estimate
  • #106 Add support for initializing a source dataset
  • #107 Add support for creating a dataset attribute

BUG FIXES

  • #118 Fix JSON sent for Dataset.update_records

0.4.0

BREAKING CHANGES

  • #61 data field renamed to _data (private).
  • #78 Property accessors return None rather than raise KeyError

NEW FEATURES

  • Record Clusters API endpoint to finish working mastering workflow.
  • #78 Improved repr for objects through the library
  • #42 Optional session argument to Client to use a specific requests.Session instance

BUG FIXES

  • Mastering workflow example was missing the generate clusters step, which has been rectified using proper endpoint
  • #30 Better docs for how to call directly call APIs
  • #61 data field renamed to _data (private).

0.3.0

released on 2019-3-1

NEW FEATURES

  • Versioning example in FAQ
  • Offline installation docs
  • by_external_id methods for Dataset and Project
  • DatasetStatus resource (subresource of Dataset)
  • Client.request accepts absolute paths as relative to origin

BUG FIXES

  • requests version specified changed to >=2.20.0 for Airflow compatibility
  • setup.py reads VERSION.txt and README.md with explicit utf-8 encodings

0.2.0

released on 2019-1-17

NEW FEATURES

BUG FIXES

  • PyPI metadata
    • - not _ in project name (details)
    • correct github repo URL (details)
    • "Apache 2.0" as license value (details)
    • README now parsed/rendered as Markdown (details)
  • Change Log for 0.1.0 release (details)
  • readthedocs compatibility (details)

0.1.0

released on 2019-1-10

Initial public release

BREAKING CHANGES

  • Protobuf-related dependencies (details)

NEW FEATURES

BUG FIXES

  • Reference documentation
    • Autodoc should show inherited members (details)
    • Autodoc warning about ** in param docstrings (details)
    • Shortened Sphinx references with ~ (details)