Skip to content

Releases: SETI/rms-filecache

Fix bug in `get_local_path`

22 Oct 19:50
49b4a45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Add multi-file upload and download

19 Oct 02:02
6bc91e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Major refactoring, add functionality

09 Oct 21:04
9ba87d6
Compare
Choose a tag to compare

Add FileCacheSource subclasses. Add exists methods.

Initial release

02 Oct 19:25
b98fa3a
Compare
Choose a tag to compare
Implement file upload (#4)

* Add atexit and logging

* Remove debugging code

* Initial work on uploading files

* Fix tests

* Remove Python 3.8 support

* Clean up documentation, add upload/download counters

* Update README

* Improve documentation