Skip to content

Releases: gretelai/gretel-python-client

Bugfixes and optimizations

22 Oct 13:15
94e4b24
Compare
Choose a tag to compare
  • 🐛 fixed an issue where iterating backwards in a project stream would yield duplicate records
  • ⚙️ enable more flexible ways to pull sample data
  • 🐛 fixed an issue where records could not be fetched in their original (un-flattened) state

v0.7.7

12 Oct 22:35
0d0566c
Compare
Choose a tag to compare

Adds client methods list_samples and get_sample for interacting with Gretel's sample dataset API.

v0.7.6

07 Oct 19:50
b72d005
Compare
Choose a tag to compare
  • Updates Gretel package installation manager to support tags and pinned versions from the API.
  • Python package dependency updates.

v0.7.5

29 Sep 16:30
06fbe42
Compare
Choose a tag to compare

Adds a new method for fetching a project's console link. Updates error handling to support upcoming API changes.

0.7.4

08 Sep 20:58
3ca404a
Compare
Choose a tag to compare

⚙️ Added new DataTransformPipeline ability to run the pipeline on a Pandas DataFrame. It also returns a DataFrame with the transformed data.

v0.7.3

08 Sep 11:27
Compare
Choose a tag to compare
  • Docs updates
  • Setup updates

Bug fixes

28 Aug 11:47
3e9ce59
Compare
Choose a tag to compare

🐛 When transforming data that was originally a numeric value, we also update the original metadata with the new transformed value, this prevents the same field being over-written by its previously untransformed data

Gretel helper package updates

21 Aug 21:10
22aac16
Compare
Choose a tag to compare

Updates internal package naming conventions.

Beta launch!

20 Aug 14:06
95bbfec
Compare
Choose a tag to compare

Final release before the Gretel Beta 🚀

RC8

12 Aug 19:11
38626ae
Compare
Choose a tag to compare
RC8 Pre-release
Pre-release

Support display name setter for project creation