Releases: ydataai/python-core
Releases · ydataai/python-core
0.5.0.rc2
fix(error): improve representation (#38)
0.4.0.rc7
feat(StringEnum): implement hash method using value as hash (#31)
0.4.0
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
feat(privacy): convert enum into string value (#30)
0.4.0.rc5
feat(error): add description field to FabricError init (#29)
0.4.0.rc4
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.6
0.4.0.rc3
chore(actions): update runners to ubuntu-22.04 (#28)
0.4.0.rc2
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.5
0.4.0.rc1
feat: add connectors write mode enum (#27)
0.3.0
0.3.0 (2023-03-27)
Bug Fixes
- actions: add datascience package to makefile and CI (#26) (ea1cdb9)
Features