Releases: microbiomedata/refscan
v0.2.2
In this release, we made refscan run faster at the expense of consuming more memory. 🏃 🐏
What's Changed
- Cache the result of searching for a given document in a given collection by @eecavanna in #41
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Create
LICENSE
file by @shreddd in #35 - Add
CliRunner
-based tests targeting CLI behavior by @sierra-moxon in #36 - Use separate GHA workflows for formatting/testing versus building/publishing by @eecavanna in #38
- Add support for
Database
slots that define their range viaany_of
by @eecavanna in #40 - New: Designate GHA workflows as being "reusable," allowing them to be called by other GHA workflows by @eecavanna
New Contributors
- @shreddd made their first contribution in #35
- @sierra-moxon made their first contribution in #36
Thank you both!
Full Changelog: v0.2.0...v0.2.1
Note: There was a "false release" of
v0.2.1
before this one. The "false release" was of commit624db4a
, which—shortly after I created the release—I learned contained a bug: the two newly-introduced GHA workflows were not designated as "reusable." As a result, the builder/publisher GHA workflow failed to "use" them, which resulted in a failure to build/publish. I deleted that release, fixed the bug onmain
, and then created this release.
v0.2.0
What's Changed
- Expose core functionality so it is easier to use within downstream apps by @eecavanna in #33
Full Changelog: v0.1.23...v0.2.0
v0.1.23
What's Changed
- Include source document's schema class name in violation report by @eecavanna in #31
Full Changelog: v0.1.22...v0.1.23
v0.1.22
What's Changed
- Update
linkml-runtime
to fix its behavior regardingany_of
by @eecavanna in #29
Full Changelog: v0.1.21...v0.1.22
v0.1.21
What's Changed
- Lower Python version requirement from
3.10
to3.9
by @eecavanna in #28
Full Changelog: v0.1.20...v0.1.21
v0.1.20
What's Changed
refgraph
: Display names of fields represented by edges connected to selected node by @eecavanna in #25
Full Changelog: v0.1.19...v0.1.20
v0.1.19
What's Changed
refgraph
: Display app version and schema version on web page by @eecavanna in #22- Add documentation about
refgraph
toREADME.md
by @eecavanna in #23
Full Changelog: v0.1.18...v0.1.19
v0.1.18
What's Changed
refgraph
: Consult schema directly instead of consultingreferences.tsv
file generated byrefscan
by @eecavanna in #20
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
refgraph
: Optionally generate class-focused graph (as opposed to collection-focused) by @eecavanna in #18
Full Changelog: v0.1.16...v0.1.17