Skip to content

Releases: zillow/zdatasets

datasets -> zdatasets package rename

26 Jun 16:42
7f687fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.5...1.2.5

Relax the version range of importlib-metadata

27 Apr 19:33
cf23227
Compare
Choose a tag to compare

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

Python 3.8 and above support

08 Dec 20:14
79d4947
Compare
Choose a tag to compare
0.2.4

AIP-6913 support Py3.8 (#34)

Serializable SecretFetcher

08 Dec 18:22
2c26391
Compare
Choose a tag to compare

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

17 Nov 17:44
Compare
Choose a tag to compare

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

06 Oct 00:14
a5c58c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

Expand Python upper bound to < 4

05 Oct 23:24
8c92585
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.3...0.2.0

SecretFetcher for secret retrieval

05 Oct 19:05
c475c60
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 0.1.2...0.1.3

Deserializeable Metaflow DatasetParameter

20 Aug 17:28
1686ac6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.1.2

0.1.1 Dataset plugin factory refactoring

31 May 22:20
e017db6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.11...0.1.1