Releases: zillow/zdatasets
Releases · zillow/zdatasets
Release list
Update the dependencies to the latest versions.
- 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-metaflowtofeature/aip. - Updated the ReadMe to development instructions.
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