replicate/keepsake v0.4.0
replicate/keepsake
Captured source
source ↗published Feb 6, 2021seen 5dcaptured 13hhttp 200method plain
Keepsake 0.4.0
Repository: replicate/keepsake
Tag: v0.4.0
Published: 2021-02-06T22:38:47Z
Prerelease: no
Release notes: With this release, we've renamed Replicate to Keepsake.
We're going to use "Replicate" as the name for our broader project to make machine learning reproducible. We think that tools should do one thing well, and we want to create space for multiple tools.
Migration is simple:
- Use
pip install keepsaketo install or usekeepsakeinrequirements.txt - Rename
replicatetokeepsakein your code, both where it is imported and where it is used - If you use the Keras or PyTorch Lightning callbacks, they're now both called
KeepsakeCallback - Rename
replicate.yamltokeepsake.yaml - Rename
.replicateignoreto.keepsakeignore
If you just want to stick with the replicate package that's no problem, but you'll just miss out on new stuff in the future.
No new features in this release. Keep on trackin'.