Releases: microbiomedata/refscan
Releases · microbiomedata/refscan
v0.4.4
What's Changed
- Update container image to include app version identifier by @eecavanna in #72. This will make it so the containerized app reports its version number accurately, instead of as
0.0.0.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Update
scanfunction to print basic progress info when console is not a TTY by @eecavanna in #70
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- Fix issue within GHA workflow, where external workflows were not being given permission to read repository contents
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Publish
refscancontainer image to facilitate running via Kubernetes CronJob by @eecavanna in #68
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Simplify function used to get package version identifier by @eecavanna in #62
- Allow package to be installed in environments running newer Python versions by @eecavanna in #64
- Specify GHA workflow permissions explicitly by @eecavanna in #66
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- Fix
mypytype violations involvingPathversusstrby @Copilot in #59 - Migrate from
poetrytouvand fromblacktoruffby @eecavanna in #60
New Contributors
- @Copilot made their first contribution in #59
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update GHA workflow to explicitly use release tag name by @eecavanna in #56
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Refrain from accessing
idfield of documents that lack it by @eecavanna in #55
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Derive values instead of requiring caller to provide them by @eecavanna in #51
Breaking changes
This release introduces the following breaking changes:
- The
scan_outgoing_referencesfunction no longer accepts the following parameters:reference_field_names_by_source_class_name,collection_names - The
scanfunction no longer accepts the following parameter:collection_names - The
scan_outgoing_referencesfunction now raises an exception when it fails to determine the name of the schema class of which the subject document represents an instance (typically due to problems with the subject document'stypefield)
Full Changelog: v0.2.5...v0.3.0
v0.2.5
What's Changed
- Introduce
identify_referring_documentsfunction, which finds all references to a given document by @eecavanna in #48
Full Changelog: v0.2.4...v0.2.5