You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor enhancements and support for web links (#29)
* Remove unneeded custom exceptions
* get a resource either by rname or rid
* Add metadata CRUD methods
* Update tests
Simplify the cache module and interface (#20)
- Supports tags
- Fixed issues with sqlalchemy and session handling
- Supports various compression methods in the hashlib library
- Cleanup expired resources in the cache
- Updated documentation & tests
Migrate schema to match Bioconductor's BiocFileCache. (#12)
- Mostly changing some of the fields from varchar to text (#11)
- Update contributor list
- Update Changelog
Co-authored-by: Khoroshevskyi <[email protected]>
Include `asis` in `add` and `update` methods (#10)
- Include `asis` as an option, It existed in the earlier versions but at one point there was a regression.
- Add tests
- Revamp docstrings