Releases: zillow/zdatasets
Releases · zillow/zdatasets
datasets -> zdatasets package rename
What's Changed
- Resolve bug AIP-7404 to avoid import conflict with HuggingFace https://pypi.org/project/datasets/ by @talebzeghmi in #37
Full Changelog: 0.2.5...1.2.5
Relax the version range of importlib-metadata
Increasing the version range of importlib-metadata to address the dependency conflict in clients.
PR: #36
Python 3.8 and above support
0.2.4 AIP-6913 support Py3.8 (#34)
Serializable SecretFetcher
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
Remove awswrangler dependency #31
Expand Python upper bound to < 4
What's Changed
- Expand Python upper bound to < 4 by @alexlatchford in #30
Full Changelog: 0.1.3...0.2.0
SecretFetcher for secret retrieval
What's Changed
- SecretFetcher for secret retrieval by @Peilun-Li in #29
Full Changelog: 0.1.2...0.1.3
Deserializeable Metaflow DatasetParameter
0.1.1 Dataset plugin factory refactoring
What's Changed
- AIP-5916 Dataset plugin factory refactoring by @talebzeghmi in #24
Full Changelog: 0.0.11...0.1.1