Skip to content

Releases: ydataai/python-core

0.5.0.rc2

14 Dec 23:21
f8ed6c5
Compare
Choose a tag to compare
0.5.0.rc2 Pre-release
Pre-release

fix(error): improve representation (#38)

0.4.0.rc7

29 Jun 10:29
f63868e
Compare
Choose a tag to compare

feat(StringEnum): implement hash method using value as hash (#31)

0.4.0

21 Jul 20:37
f63868e
Compare
Choose a tag to compare

0.4.0 (2023-06-29)

Features

  • error: add description field to FabricError init (#29) (6060fad)
  • privacy: convert enum into string value (#30) (b9077bb)
  • StringEnum: implement hash method using value as hash (#31) (f63868e)
  • add connectors write mode enum (#27) (14583b0)

0.4.0.rc6

26 Jun 09:25
b9077bb
Compare
Choose a tag to compare

feat(privacy): convert enum into string value (#30)

0.4.0.rc5

06 Jun 23:26
6060fad
Compare
Choose a tag to compare

feat(error): add description field to FabricError init (#29)

0.4.0.rc4

08 May 04:32
680d090
Compare
Choose a tag to compare
0.4.0.rc4 Pre-release
Pre-release

chore(actions): update pypa/gh-action-pypi-publish action to v1.8.6

0.4.0.rc3

27 Apr 13:57
cb63779
Compare
Choose a tag to compare
0.4.0.rc3 Pre-release
Pre-release

chore(actions): update runners to ubuntu-22.04 (#28)

0.4.0.rc2

10 Apr 05:16
cd965e2
Compare
Choose a tag to compare
0.4.0.rc2 Pre-release
Pre-release

chore(actions): update pypa/gh-action-pypi-publish action to v1.8.5

0.4.0.rc1

05 Apr 14:53
14583b0
Compare
Choose a tag to compare

feat: add connectors write mode enum (#27)

0.3.0

28 Mar 08:10
ea1cdb9
Compare
Choose a tag to compare

0.3.0 (2023-03-27)

Bug Fixes

  • actions: add datascience package to makefile and CI (#26) (ea1cdb9)

Features