Skip to content

Releases: zillow/zdatasets

Update the dependencies to the latest versions.

Choose a tag to compare

@akdigitalself akdigitalself released this 02 Feb 23:54
4993de0
  • Updated the python dependencies to get past their CVE affected versions.
  • Updated the github actions file to address failures in publishing to PyPI.
  • Updated the code for the new version of Dask and moto.
  • Corrected the branch of zillow-metaflow to feature/aip.
  • Updated the ReadMe to development instructions.

datasets -> zdatasets package rename

Choose a tag to compare

@talebzeghmi talebzeghmi released this 26 Jun 16:42
7f687fb

What's Changed

Full Changelog: 0.2.5...1.2.5

Relax the version range of importlib-metadata

Choose a tag to compare

@akdigitalself akdigitalself released this 27 Apr 19:33
cf23227

Increasing the version range of importlib-metadata to address the dependency conflict in clients.
PR: #36

Python 3.8 and above support

Choose a tag to compare

@talebzeghmi talebzeghmi released this 08 Dec 20:14
79d4947
0.2.4

AIP-6913 support Py3.8 (#34)

Serializable SecretFetcher

Choose a tag to compare

@Peilun-Li Peilun-Li released this 08 Dec 18:22
2c26391

What's Changed

  • Serializable SecretFetcher by @Peilun-Li in #32 . You can now customize SecretFetcher through (DatasetParameter) CLI input. Example:
Equivalent CLI input for
testsecret = DatasetParameter("testsecret", default=Dataset(name="TestSecret", options=SecretDatasetTestOptions(a="Ta", secret=SecretFetcher(env_var="test2")))
would be
--testsecret '{"name": "TestSecret", "options":{"type": "SecretDatasetTestOptions", "a": "Ta", "secret": {"type": "SecretFetcher", "env_var": "test2"}}}'

Full Changelog: 0.2.2...0.2.3

0.2.2

Choose a tag to compare

@cloudw cloudw released this 17 Nov 17:44

What's Changed

  • Allowing older version of pandas to be used by @cloudw in #33

New Contributors

Full Changelog: 0.2.1...0.2.2

Remove awswrangler dependency #31

Choose a tag to compare

@alexlatchford alexlatchford released this 06 Oct 00:14
a5c58c1

What's Changed

Full Changelog: 0.2.0...0.2.1

Expand Python upper bound to < 4

Choose a tag to compare

@alexlatchford alexlatchford released this 05 Oct 23:24
8c92585

What's Changed

Full Changelog: 0.1.3...0.2.0

SecretFetcher for secret retrieval

Pre-release

Choose a tag to compare

@Peilun-Li Peilun-Li released this 05 Oct 19:05
c475c60

What's Changed

Full Changelog: 0.1.2...0.1.3

Deserializeable Metaflow DatasetParameter

Choose a tag to compare

@talebzeghmi talebzeghmi released this 20 Aug 17:28
1686ac6

What's Changed

Full Changelog: 0.1.1...0.1.2