Skip to content

v0.3.0

Choose a tag to compare

@cthoyt cthoyt released this 04 Apr 17:47
· 115 commits to main since this release

What's Changed

Highlights:

  1. major improvements to the backend - there is now a reusable abstraction and multiple implementations for SQL, Neo4j, and the filesystem
  2. new reviewer slots in the SSSOM specification and related workflows.

Repository Abstraction

  • Add abstraction for repositories by @cthoyt in #50
  • Add a Neo4j repository backend by @cthoyt in #46
  • Update imports by @cthoyt in #53
  • Add filesystem backend by @cthoyt in #54
  • Refactor, improve tests, and add missing functionality to backends by @cthoyt in #55
  • Implement neo4j sorting by @cthoyt in #60
  • Add default mapping hash by @cthoyt in #63
  • Add count_entities() function by @cthoyt in #64
  • Add read and write functions to generic repository by @cthoyt in #66
  • Refactor read/write testing by @cthoyt in #67

Web

Review Workflow

Misc

Full Changelog: v0.2.0...v0.3.0