Skip to content

Tags: BiocPy/pyBiocFileCache

Tags

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use the trusted publisher workflow (#33)

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor changes to match resource ids (#28)

0.6.0

Toggle 0.6.0's commit message
Fix github action

0.5.2-dev1

Toggle 0.5.2-dev1's commit message
remove is compressed check

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Export cache config and fix package name in README (#21)

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
List all cached resources (#19)

0.4.0

Toggle 0.4.0's commit message
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]>

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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