Skip to content

Releases: dolthub/doltpy

v0.0.8

16 Apr 07:23
5a4f4a3
Compare
Choose a tag to compare

Patch an issue introduced in a function call that is outside test coverage.

0.0.7

16 Apr 06:09
9d3d19a
Compare
Choose a tag to compare

Bug fixes and improvements.

0.0.5

04 Dec 03:22
726354d
Compare
Choose a tag to compare

Gracefully exit when trying to create an empty commit. Previously command line error surfaced in Python. Now we handle it and move on to the next loader. Useful in CDC context

Release changes to loader interface

05 Nov 01:22
Compare
Choose a tag to compare

This is a substantial change in the semantics:

  • "table loaders" are now writers
  • loaders manage running writers
  • branch, commit managed at loader level
  • many loads can be passed into a single DoltHub load

0.0.2

25 Oct 21:51
Compare
Choose a tag to compare

Enhance branch management

  1. create branch when writing to unknown branch
  2. programmatically generate branch name by specifying function path

0.0.1

23 Oct 21:22
Compare
Choose a tag to compare

An alpha release of our Python package for automating Dolt workflows.