Skip to content

Keepsake 0.4.1

Choose a tag to compare

@bfirsh bfirsh released this 10 Mar 00:41
673ea65

Just a few bugs squished:

  • Prefix some private Python APIs with underscores so they don't mess with IDE auto-complete. #542 (thanks @gabrielmbmb!)
  • Fix different plots being written on the same plot with incorrect axes. #553 (thanks @enochkan!)
  • Use AWS_DEFAULT_REGION environment variable to determine what region to create S3 buckets in. #561
  • Correctly throw error if path passed to checkpoint() does not exist. #556
  • Fix an issue where if only a single file was saved, then checkout would fail. #560
  • Bump dependencies. (thanks @dependabot!)

Run pip install -U keepsake to get the new goodness.