Releases: ardoco/core
Releases · ardoco/core
v0.8.0
Commits since last release
- ad6681d Update gitignore
- 36997d1 Rename complete test to misc test.
- 827d93f Fix report
- 2de5133 Rename part 2
- 788d16e Rename default to complete
- 9b5130f Formatter
- 10144df Try to fix build
- 334b166 Add gitignore
- 6f885f8 Split into profiles
- 12f34ac Update index.rst
- 6299baf Apply formatting changes
- 627a232 Refactor text-provider into text-preprocessor pipeline
- ea29e83 Fix missing rename of dependency in test-module
- fbe78be Add test case for constructor of CoreNLPProvider
- c95767d Apply formatting changes
- 5a03f8a Add some more JavaDoc
- 12cdf9b Refactor text-provider into text-preprocessor pipeline
- d0795d3 Update sonarcloud.yml
- 61b7f02 Dependency(deps): Bump furo from 2022.12.7 to 2023.3.27 in /docs
What's Changed
- Dependency(deps): Bump furo from 2022.12.7 to 2023.3.27 in /docs by @dependabot in #207
- Refactor text-provider into text-preprocessor pipeline by @Gram21 in #203
- Refactor model-provider into full model-provider pipeline by @Gram21 in #208
- Feature: Fusion of InFormALin and ArDoCo by @dfuchss in #206
- Create Profiles for different UseCases in ArDoCo by @dfuchss in #209
Full Changelog: v0.7.7...v0.8.0
v0.7.7
Commits since last release
- 0cd4e49 Auto-Update Dependencies
- Updated org.xerial:sqlite-jdbc:jar:3.41.0.1 to version 3.41.2.1
- e45eb81 Update pom w.r.t. spotless formatting
- 8f10f00 Dependency(deps): Bump stanford.corenlp.version from 4.5.2 to 4.5.3
What's Changed
- Dependency(deps): Bump stanford.corenlp.version from 4.5.2 to 4.5.3 by @dependabot in #205
Full Changelog: v0.7.6...v0.7.7
v0.7.6
Commits since last release
- 4517e12 Auto-Update Dependencies
- Updated org.xerial:sqlite-jdbc:jar:3.41.0.0 to version 3.41.0.1
Full Changelog: v0.7.5...v0.7.6
v0.7.5
Commits since last release
What's Changed
- Dependency(deps): Bump sphinxcontrib-plantuml from 0.24.1 to 0.25 in /docs by @dependabot in #204
Full Changelog: v0.7.4...v0.7.5
v0.7.4
Commits since last release
- 80d6187 Auto-Update Dependencies
- Updated org.xerial:sqlite-jdbc:jar:3.40.1.0 to version 3.41.0.0
- Updated org.apache.opennlp:opennlp-tools:jar:2.1.0 to version 2.1.1
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
Commits since last release
- 53201e4 Auto-Update Dependencies
- a6a7fc1 Dependency(deps): Bump joshlong/java-version-export-github-action
What's Changed
- Dependency(deps): Bump joshlong/java-version-export-github-action from 20 to 28 by @dependabot in #202
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Commits since last release
- 7beed2a Auto-Update Dependencies
- Updated org.xerial:sqlite-jdbc:jar:3.40.0.0 to version 3.40.1.0
- 68cdfa7 Update release.yml
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Commits since last release
- d4f259f Update to new version mangement
- 2df6bff Update code w.r.t. consistent code layout
- 2a81ad6 Remove CLI and move it to own Repository (#185)
- 3dee9b4 Remove Fasttext as not used in ArDoCo (#186)
- e51a5ce Remove CLI and move it to own Repository (#175)
- d4e2390 Add DOI to README
What's Changed
- Dependency(deps): Bump sqlite-jdbc from 3.39.3.0 to 3.39.4.0 by @dependabot in #184
- Remove Fasttext as not used in ArDoCo by @dfuchss in #186
- Remove CLI and move it to own Repository by @Gram21 in #185
- Feature: Add ConfigurationHelper and Builder for ArDoCoRunner by @Gram21 in #189
- Dependency(deps-dev): Bump archunit-junit5 from 1.0.0 to 1.0.1 by @dependabot in #190
- Dependency(deps): Bump sqlite-jdbc from 3.39.4.0 to 3.40.0.0 by @dependabot in #191
- Dependency(deps): Bump sphinxcontrib-plantuml from 0.24 to 0.24.1 in /docs by @dependabot in #192
- Update naming of alternative projects by @Gram21 in #193
- Dependency(deps): Bump opennlp-tools from 2.0.0 to 2.1.0 by @dependabot in #194
- Dependency(deps): Bump furo from 2022.9.29 to 2022.12.7 in /docs by @dependabot in #195
- Dependency(deps): Bump joshlong/java-version-export-github-action from 17 to 20 by @dependabot in #196
- Dependency(deps): Bump sphinx from 5.3.0 to 6.0.0 in /docs by @dependabot in #197
- Dependency(deps): Bump sphinx from 6.0.0 to 6.1.3 in /docs by @dependabot in #198
- Dependency(deps): Bump stanford.corenlp.version from 4.5.1 to 4.5.2 by @dependabot in #201
- Dependency(deps): Bump parent from 0.9.2 to 0.10.0 by @dependabot in #200
- Feature/refactor evaluation by @Laxraa in #199
New Contributors
Full Changelog: v0.6.0...v0.7.0
Release v0.6.0
What's Changed
- Dependency(deps): Bump pipeline from 0.8-SNAPSHOT to 0.8.0 by @dependabot in #148
- Dependency(deps): Bump deeplearning4j-core.version from 1.0.0-M2 to 1.0.0-M2.1 by @dependabot in #149
- Dependency(deps): Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.0 by @dependabot in #150
- Feature/Consider project name by @Gram21 in #151
- Support for UML (Papyrus) Models by @dfuchss in #152
- Feature/uml pcm integration test by @Gram21 in #153
- Dependency(deps): Bump sqlite-jdbc from 3.39.2.0 to 3.39.2.1 by @dependabot in #157
- Feature/Update GitHub actions w.r.t. Java version and caching by @Gram21 in #159
- Initial phrase mappings by @Hossiphi in #145
- Update pipeline and agents w.r.t. InFormALin 0.9.0 by @Gram21 in #154
- Dependency(deps): Bump stanford.corenlp.version from 4.5.0 to 4.5.1 by @dependabot in #160
- Remove ICopyable interface from states and state elements by @dfuchss in #161
- Rename all extractors to informant by @dfuchss in #162
- Dependency(deps): Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 by @dependabot in #164
- Dependency(deps): Bump furo from 2022.6.21 to 2022.9.15 in /docs by @dependabot in #165
- Dependency(deps): Bump sphinx from 5.1.1 to 5.2.2 in /docs by @dependabot in #166
- Dependency(deps): Bump commons-text from 1.9 to 1.10.0 by @dependabot in #168
- Dependency(deps): Bump sphinx from 5.2.2 to 5.2.3 in /docs by @dependabot in #169
- Dependency(deps): Bump furo from 2022.9.15 to 2022.9.29 in /docs by @dependabot in #170
- Add JabRef as evaluation study by @Gram21 in #172
- Feature: New Evaluation Metrics by @Gram21 in #163
- Dependency(deps-dev): Bump archunit-junit5 from 0.23.1 to 1.0.0 by @dependabot in #167
- Add gitattributes by @Gram21 in #173
- Dependency(deps): Bump whelk-io/maven-settings-xml-action from 20 to 21 by @dependabot in #177
- Dependency(deps): Bump sphinx from 5.2.3 to 5.3.0 in /docs by @dependabot in #180
- Dependency(deps): Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 by @dependabot in #178
- Improve inconsistency detection for undocumented model elements and its handling by @Gram21 in #176
- Feature: Improve filters for Inconsistency Detection by @Gram21 in #174
- Feature: Update benchmark and include alternative (historic) versions of projects by @Gram21 in #181
- Feature: Add metrics PhiMax and Phi/PhiMax by @Gram21 in #182
Full Changelog: v0.5.0...v0.6.0
The archive of this release can be found under the DOI 10.5281/zenodo.7274035.