Releases: monarch-initiative/closurizer
Releases · monarch-initiative/closurizer
v0.7.3
What's Changed
- Actually write tables, so that they'll get exported by @kevinschaper in #24
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Keep lists in duckdb for edge closure lists, but export to tsv with pipes by @kevinschaper in #23
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- fix limiting of closure fields by @kevinschaper in #22
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add additional param that labels with node properties but not full closure expansion by @kevinschaper in #21
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Update to duckdb 0.10.2, fix casting of boolean to string (likely due to better auto-typing in duckdb's read_csv). by @kevinschaper in #20
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
What's Changed
- Add denormalized node file by @kevinschaper in #17
- Use ifnull to get zeroes for the length function counting evidence fields by @kevinschaper in #18
Full Changelog: v0.4.1...v0.5.1
v0.4.1
What's Changed
- Uses string_agg instead of array_agg to gather up closure ID and label lists to get pipe separated lists in the tsv. Also adds a dry_run flag to just print the query. by @kevinschaper in #16
Full Changelog: v0.4.0...v0.4.1