Releases: INCATools/relation-graph
Releases · INCATools/relation-graph
Release 2.3.2
What's Changed
- Cleanup. by @balhoff in #171
- Update zio, zio-streams, zio-test, ... to 2.0.13 by @scala-steward in #199
- Update sbt to 1.8.2 by @scala-steward in #180
- Update apache-jena-libs to 4.8.0 by @scala-steward in #200
- Update scalafmt-core to 3.7.3 by @scala-steward in #196
- Update scribe-slf4j to 3.10.7 by @scala-steward in #185
- Update sbt-native-packager to 1.9.16 by @scala-steward in #192
- Update sbt-pgp to 2.2.1 by @scala-steward in #176
- Update sbt-git to 2.0.1 by @scala-steward in #175
- Update zio, zio-streams, zio-test, ... to 2.0.19 by @scala-steward in #232
- Update scalafmt-core to 3.7.17 by @scala-steward in #234
- Update apache-jena-libs to 4.10.0 by @scala-steward in #231
- Update scala-library to 2.13.12 by @scala-steward in #226
- Update scribe-slf4j to 3.12.2 by @scala-steward in #224
- Update sbt to 1.8.3 by @scala-steward in #203
- Update sbt to 1.9.7 by @scala-steward in #235
- Update version and dependencies. by @balhoff in #236
Full Changelog: v2.3.1...v2.3.2
Release 2.3.1
What's Changed
Dependency Updates
- Update to ZIO 2.0.3. by @balhoff in #170
- Update sbt to 1.7.3 by @scala-steward in #166
- Update circe-yaml to 0.14.2 by @scala-steward in #165
Full Changelog: v2.3...v2.3.1
Release 2.3
What's Changed
- Implement TSV output mode. by @balhoff in #162
- Properly handle nonexistent input relations; add documentation on default relations by @balhoff in #157
Dependency updates
- Update scribe-slf4j to 3.10.1 by @scala-steward in #143
- Update zio, zio-streams, zio-test, ... to 2.0.1 by @scala-steward in #149
- Update sbt-native-packager to 1.9.11 by @scala-steward in #148
- Update scribe-slf4j to 3.10.3 by @scala-steward in #150
- Update apache-jena-libs to 4.6.1 by @scala-steward in #154
- Update zio, zio-streams, zio-test, ... to 2.0.2 by @scala-steward in #153
- Update scala-library to 2.13.10 by @scala-steward in #159
- Update sbt to 1.7.2 by @scala-steward in #160
- Update scribe-slf4j to 3.10.4 by @scala-steward in #158
Full Changelog: v2.2.2...v2.3
Release 2.2.2
What's Changed
- Update build & run instructions by @balhoff in #138
- Use strict N-Triples format. by @balhoff in #141
Dependency updates
- Update sbt to 1.7.1 by @scala-steward in #135
- Update whelk-owlapi to 1.1.2 by @scala-steward in #132
- Update to ZIO 2 release version. by @balhoff in #139
- Update scribe-slf4j to 3.8.3 by @scala-steward in #129
- Update scala-logging to 3.9.5 by @scala-steward in #128
- Update apache-jena-libs to 4.5.0 by @scala-steward in #125
- Update version. by @balhoff in #142
Full Changelog: v2.2.1...v2.2.2
Release 2.2.0
This release now provides a core JVM library on Maven Central.
What's Changed
- Update usage info in README. by @balhoff in #113
- Output triples with individuals as subjects. by @balhoff in #111
- Improve CLI options descriptions. by @balhoff in #112
- Split project into core and cli modules. Add static method for easy access from Java. by @balhoff in #121
- Migrate to ZIO 2. Reduce contention updating seen restrictions. by @balhoff in #116
Dependency changes
- Update sbt-native-packager to 1.9.9 by @scala-steward in #107
- Update scribe-slf4j to 3.7.1 by @scala-steward in #104
- Update scalafmt-core to 3.4.3 by @scala-steward in #103
- Update sbt-buildinfo to 0.11.0 by @scala-steward in #106
- Update scribe-slf4j to 3.8.2 by @scala-steward in #110
- Update sbt-git to 2.0.0 by @scala-steward in #115
Full Changelog: v2.1.0...v2.2.0
Release 2.1.0
What's Changed
- Add --version output. by @balhoff in #100
- Don’t output stack trace unless --verbose is passed. Support option for --disable-owl-nothing. by @balhoff in #102
- Update sbt to 1.6.2 by @scala-steward in #99
- Update scribe-slf4j to 3.7.0 by @scala-steward in #98
Full Changelog: v2.0.1...v2.1.0
Release 2.0.1
What's Changed
- Shutdown queue if no tasks will be added to it. Add test. by @balhoff in #96
- Update README.md by @balhoff in #97
- Update scalafmt-core to 3.4.2 by @scala-steward in #94
- Update scribe-slf4j to 3.6.10 by @scala-steward in #88
- Update apache-jena-libs to 4.4.0 by @scala-steward in #91
- Update scala-library to 2.13.8 by @scala-steward in #85
- Update zio, zio-streams, zio-test, ... to 1.0.13 by @scala-steward in #74
- Update sbt-native-packager to 1.9.7 by @scala-steward in #67
- Update sbt to 1.5.8 by @scala-steward in #78
Full Changelog: v2.0...v2.0.1
Release 2.0
This release removes output of "non-redundant" triples, and also improves performance when querying relations to classes with large numbers of subclasses.
What's Changed
- Update zio, zio-streams, zio-test, ... to 1.0.12 by @scala-steward in #50
- Update sbt-native-packager to 1.9.0 by @scala-steward in #53
- Update apache-jena-libs to 4.2.0 by @scala-steward in #47
- Update sbt to 1.5.5 by @scala-steward in #40
- Update scribe-slf4j to 3.6.3 by @scala-steward in #58
- Update whelk-owlapi to 1.1.1 by @scala-steward in #39
- Stop computing nonredundant. Clean up code. by @balhoff in #61
- Update scala-library to 2.13.7 by @scala-steward in #62
- Update sbt-native-packager to 1.9.6 by @scala-steward in #60
- Avoid slowdown for existential fillers with large numbers of subclasses. by @balhoff in #64
Full Changelog: v1.2.1...v2.0
Release 1.2.1
Minor release to roll back Jena dependency version, to allow running on Java 8.
Release 1.2
Faster algorithm (especially for large complicated ontologies).