Skip to content

Releases: microbiomedata/refscan

v0.2.2

01 Feb 09:34
0b2aef0
Compare
Choose a tag to compare

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

28 Jan 01:55
2b3a76e
Compare
Choose a tag to compare

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 via any_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

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 commit 624db4a, 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 on main, and then created this release.

v0.2.0

13 Jan 07:47
08663e3
Compare
Choose a tag to compare

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

15 Dec 07:11
f5abd0a
Compare
Choose a tag to compare

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

22 Oct 17:53
46daba3
Compare
Choose a tag to compare

What's Changed

  • Update linkml-runtime to fix its behavior regarding any_of by @eecavanna in #29

Full Changelog: v0.1.21...v0.1.22

v0.1.21

15 Oct 00:20
Compare
Choose a tag to compare

What's Changed

  • Lower Python version requirement from 3.10 to 3.9 by @eecavanna in #28

Full Changelog: v0.1.20...v0.1.21

v0.1.20

12 Sep 08:53
2fcfd9f
Compare
Choose a tag to compare

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

07 Sep 23:25
cd648df
Compare
Choose a tag to compare

What's Changed

  • refgraph: Display app version and schema version on web page by @eecavanna in #22
  • Add documentation about refgraph to README.md by @eecavanna in #23

Full Changelog: v0.1.18...v0.1.19

v0.1.18

06 Sep 07:22
62b9de1
Compare
Choose a tag to compare

What's Changed

  • refgraph: Consult schema directly instead of consulting references.tsv file generated by refscan by @eecavanna in #20

Full Changelog: v0.1.17...v0.1.18

v0.1.17

05 Sep 06:05
7f197f6
Compare
Choose a tag to compare

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