| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Keepsake 0.4.1 source code.tar.gz | 2021-03-10 | 1.7 MB | |
| Keepsake 0.4.1 source code.zip | 2021-03-10 | 1.8 MB | |
| README.md | 2021-03-10 | 636 Bytes | |
| Totals: 3 Items | 3.5 MB | 0 | |
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_REGIONenvironment variable to determine what region to create S3 buckets in. [#561] - Correctly throw error if
pathpassed tocheckpoint()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.