Releases: edmcouncil/onto-viewer
Releases · edmcouncil/onto-viewer
Release Candidate 1.0
This release is a release candidate for the first stable release of the onto-viewer.
What's Changed
- Add cardinality for realations in the graph. by @patrycjamia in #66
- Fixed bugs in graph visitors by @patrycjamia in #67
- Search by using class names and definitions by @patrycjamia in #69
- Fibo 212 add integration tests by @trojczak in #70
- Add generated definitions to glossary view in OntoViewer. Also adds a… by @trojczak in #71
- Sort restrinctions in alphabetical order by @dasawanaka in #72
- Add usage info for classes and object property by @patrycjamia in #73
- FIBO-197 Sort generated definitions by @trojczak in #74
- Added display of axioms for classes and object Property by @patrycjamia in #75
- Implementing levenshtein distance in search bar by @patrycjamia in #78
- Fix bug in Levenshtein distance by @patrycjamia in #79
- Displaying direct sub-properties by @patrycjamia in #80
- Displaying taxonomy 'annotation property' by @patrycjamia in #81
- Change the way how generated descriptions are displayed by @trojczak in #83
- Grouped inherited restrictions by the class they are coming from by @patrycjamia in #82
- Don't display empty list of generated descriptions by @trojczak in #86
- Bump httpclient from 4.5.10 to 4.5.13 in /viewer-core by @dependabot in #87
- Economic display in diagrams by @patrycjamia in #85
- Create api for fibo stats and graph improvments by @dasawanaka in #88
- Restructure the code base and add a new module by @trojczak in #90
- change header for direct sub properties by @patrycjamia in #92
- 93 unit tests for configuration files by @patrycjamia in #94
- datatypes are not displayed by @patrycjamia in #99
- 100 Search Api Controller type is always null by @patrycjamia in #101
- Add running onto viewer app through docker by @trojczak in #104
- Update README.md with Docker instructions by @trojczak in #108
- Description generator simplified by @dasawanaka in #102
- add viewer location to description by @mereolog in #110
- Add checking code style for the project by @trojczak in #111
- 103 modify the actulator prefix and add a custom by @patrycjamia in #105
- Add endpoint to stop the application on request with a valid X-API-Key by @trojczak in #113
- Add logging for requests by @trojczak in #115
- Test and adapt Ontoviewer for external ontologies by @patrycjamia in #114
- 116 Fix display of classes on the auto-viewer page by @patrycjamia in #117
- 118 Fix incorrect display of restriction with 'or' in graph by @patrycjamia in #119
- 120 Unit test for labelProvider by @patrycjamia in #121
- 122 Fix display hint on dev page by @patrycjamia in #123
- 124 Different rendering of language tags by @patrycjamia in #126
- 112 add generating spreadsheet file by @trojczak in #125
- 127 Remove the display of types for data property assertions by @patrycjamia in #128
- update of README.md with more appropriate information about docker by @mereolog in #130
- Add consistency checks tool to OV Toolkit by @trojczak in #135
- Add handling for ontology mapping files in OV Toolkit by @trojczak in #137
- 138 Onto-viewer backend changes required by new GUI by @patrycjamia in #139
- Merge of build-dev to develop by @mereolog in #141
- 113 Add new search functionality for Onto Viewer by @trojczak in #144
- 143 typo in json returned for a search request by @patrycjamia in #147
- 142 xsd:string shown as an object property by @patrycjamia in #148
- 140 more comprehensive ontoViewers logs by @patrycjamia in #146
- Add Git commit hash info to OV Web App and the '--version' command li… by @trojczak in #152
- 149 improve ov toolkit speed by @trojczak in #153
- Update REST API documentation for /actuator/info by @trojczak in #157
- 151 Missing label for Haiti by @patrycjamia in #155
- Fix problem with Lucene when updating app by @trojczak in #159
- Fix error in find search API by @trojczak in #162
- 156 Removal of staticOntologies folder by @patrycjamia in #164
- 163 Display of deprecated entities by @patrycjamia in #165
- Create endpoint for missing imports by @patrycjamia in #172
- 161 Add ontological modules generation by @trojczak in #166
- Repair all glitches of displaying resources by @dasawanaka in #177
- Display of descriptions of individuals by @patrycjamia in #179
- 181 Fix problems with imports in OV Toolkit by @trojczak in #182
- 175 Display of ontological characteristics of data properties by @patrycjamia in #188
- Add /api/entity for resources and ontologies by @trojczak in #187
- Fix problems with loading ontologies by @trojczak in #193
- Fix axiom numering when key is generated by @dasawanaka in #195
- 196 add regex filter pattern to ov toolkit by @trojczak in #198
- Add regex filter pattern to OV toolkit. Fixes: 196 by @trojczak in #197
- Problems with resolving local ontologies by @patrycjamia in #191
- 189 to build-dev by @patrycjamia in #206
- 189 problem with resolving local ontologies fix by @trojczak in #202
- 203 Added new fields to the configuration file by @patrycjamia in #205
- Fix problem with following links. Fixes: #209 by @trojczak in #210
- 184 Api returns different maturity values in module tree and resource search by @patrycjamia in #215
- 207 Labels are not generated for some IRIs by @patrycjamia in #211
- 212 Wrong search for inverse properties by @patrycjamia in #216
- 180 new configuration handling implementation by @trojczak in #219
- Bump commons-io from 2.5 to 2.7 in /onto-viewer-config-loader by @dependabot in #226
- Rename maturity level values by @patrycjamia in #228
- 218 No hyperlink for equivalent classes by @patrycjamia in #220
- 221 Resolve problem with not updates modules by @dasawanaka in #230
- 224 Module automatic creation needs a trigger by @patrycjamia in #231
- 222 - Merge develop into 222-ov-updates-its-ontologies-folder-from-a-zip-file by @dasawanaka in #232
- Add updating configuration by @trojczak in #235
- Bump gson from 2.8.5 to 2.8.9 in /onto-viewer-core by @dependabot in #237
- Fix problem with OV Toolkit by @trojczak ...
beta_v0.3.1
[0.3.1] - 2021-01-11
Added
- Add 'equivalent to' type to the handle Inherited Axioms method PR-64
beta v0.3.0
[0.3.0] 2020-12-16
Added
- reload the ontology and all used resources in the application when the update request arrives
Changed
- rest api mapping - more information about it in /api-doc/rest_changes_0_3_0.md
- used AutoOntologyLoader for more efficient ontology loading, now we can add mapper directory with ontologies and these ontologies will not be downloaded from the network when imported in ontology or defined in configuration file in
<ontologyUrl>...</ontologyUrl>
tags- status controller now has
@deprecated
, and will be deleted in future release, please useviewer-adress/actuator/health
insted thatviewer-adress/status
- rebuilding the configuration file and its loader
- splitting the configuration file into 5 files
- So far, the IRI scope has been defined in the configuration. Many ontologies have more than one scope and it is counterintuitive to complete this field. To skip this step, the ontology scope is generated automatically from the IRI loaded ontologies.
- Fixed problem with redirecting a links to another pages.
- Incorrect graph display has been fixed. The restrictions with "or" are correctly displayed in the graph.
- Fix #51
- Add negation in the graph.
- Change rest api response headers.
- Fix language supports.
- Simplification of the "and" relation.
beta_v0.2.0
[0.2.0] - 2020-06-02
Added
- handle dataproperties annotaions
- load default ontologies (dcterms, owl, rdf-schema, rdf-syntax, skos, fibo-glosary) from resource folder in application
- full configurable searcher
- specially endpoint for hints
- mark not released resources(PR #40)
- displaying OWLDataExactCardinality in graph
- displaying Annotation Property
- create rest api documentation(api-doc/rest_api.md)
Changed
- changing the storing and returning graph value from generating string to objects
- small changes in config file structure
- change graph returned structures(more info in directory api-doc/graph.md )
Removed
- deprecated methods in fibo data handler
beta_v0.1.0
The first FIBO Viewer beta release.