Skip to content

Tags: zillow/zdatasets

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AIP-9641: Update to publish to pypi. Fix code for updated dependencie…

…s. (#42)

* Update actions/cache from v1 to v4 to fix deprecated action

* Fix code quality check failures.

* Updated the lock file.

* Updated the github workflow to use Python 3.10.

* Fixed test errors.

* Upper bound on zdatasets.

* Use setuptools v79.

* Make setuptools mandatory. Print its details.

* Fix more test failures.

* Fix more errors.

* Black fix.

* Added defensive settings for Dask 2025+ compatibility.

* Downgrade Dask.

* Downgrade Dask even lower to <2023.

* Downgrade Dask even lower to <2022.9.1.

* Restore Dask to the latest version. Fix Dask errors.

* Fix more errors

* Fix github actions for publishing to pypi.

* Remove setuptools. Switch to the feature/aip branch of zillow-metaflow.

* Fix github action warnings. Update ReadMe.

1.2.5

Toggle 1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename import to zdatasets avoid HuggingFace conflict (#37)

0.2.5

Toggle 0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AIP-7332: Relax the version range of importlib-metadata (#36)

* Relax importlib-metadata

* cut dev release

* Bump up the version.

---------

Co-authored-by: Ash Kulkarni <51029169+akdigitalself@users.noreply.github.com>

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AIP-6913 support Py3.8 (#34)

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Serializable SecretFetcher (#32)

* Make SecretFetcher serializable

* Update comments

* Update version (dev)

* Update version

0.2.2

Toggle 0.2.2's commit message
Allow older version of pandas.

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AIP-6606: Remove awswrangler dependency, not needed. (#31)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AIP-6606: Relax upper bound for python to ensure compatibility with o…

…ther python libraries at ZG (#30)

* AIP-6606: Relax upper bound for python to ensure compatibility with other python libraries at ZG

* AIP-6606: Increment the version to reflect the change nature

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Secret dataclass for secret retrieval (#29)

* Checkpoint: secret (not tested yet)

* black format

* lint

* Bump up version

* Improve retry and bugfix

* Bump up version

* More restricted secret return type; secret cache; add tests

* Lint

* Add tests

* PR feedbacks

* Add extra kubernetes to github workflow

* PR feedbacks; improve optional dependency experience

* Rename secret file

* Fix tests

* version = "0.1.3"

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Deserializeable Plugin (#28)

* Deserializeable Plugin

* black fix

* version = "0.1.2"

Co-authored-by: Taleb Zeghmi <talebz@zillowgroup.com>