This repository was archived by the owner on Mar 4, 2026. It is now read-only.
Releases: everycure-org/matrix-validator
Releases · everycure-org/matrix-validator
Matrix Validator v0.0.6
v0.0.5
v0.0.4
What's Changed
- Feat/add biolink preferred prefix check by @jdr0887 in #46
- add edge type validation, plus a few small fixes by @kevinschaper in #45
- fix referential integrity bug, optimize to be more join-y by @kevinschaper in #47
New Contributors
- @kevinschaper made their first contribution in #45
Full Changelog: v0.0.3...v0.0.4
v0.0.3 release
What's Changed
- catching required column exceptions by @jdr0887 in #30
- Add generic validate command back to CLI by @matentzn in #28
- adding new required columns by @jdr0887 in #36
- catching Superfluous column errors and logging at end of respective v… by @jdr0887 in #35
- Allow supplemental prefixes by @jdr0887 in #34
Full Changelog: v0.0.2...v0.0.3
v0.0.2 release
What's Changed
- Modularizing checks by @jdr0887 in #23. This offers a complete polars based implementation of the minimal checklist.
Full Changelog: v0.0.1...v0.0.2
Version 0.0.1
This initial version of the validator has a very basic pure python, a basic polars and a super basic pandera based implementation of the minimal checklist.
What's Changed
- Lazy polars with pandera by @jdr0887 in #10
- Restructure the CLI for the validator by @matentzn in #15
- Pure polars refactor cli by @matentzn in #16
- Pure polars by @jdr0887 in #12
New Contributors
Full Changelog: https://github.com/everycure-org/matrix-validator/commits/v0.0.1