Skip to content

Releases: tecnomod-um/oquare-metrics

v3.0

15 Jan 19:52
89627d3
Compare
Choose a tag to compare

Changes

  • Upgraded action dependencies to their latest version (checkout, setup-java v4, setup-python v5)
  • Upgraded OQuaRE library to a more recent version (bugfixes, java 17)
  • Upgraded action to use Java 17 instead of Java 8

v2.2

23 Nov 11:14
Compare
Choose a tag to compare
  • Added support for multiple ontology file formats. Currently supporting .owl, .rdf, .ttl, .nt, .n3 and .jsonld.
  • Improved some of the steps conditional logic. Instead of relying mostly on modified files it now also checks folder status/existence.
  • Fixed a bug where the source folder filters would not work properly
  • Fixed an abnormal situation where it would try to run full parse script
  • Upgraded dependencies

v2.1

02 May 11:30
1ac4e95
Compare
Choose a tag to compare

Fixed a bug where it would not create the images of the analysis (and the readme) due to a mislabeled variable.

Not too long from now I'll be doing a new release. Some of the plans are the following:

v2

31 May 15:06
Compare
Choose a tag to compare
v2

Renaming files and updated styles

  • Updated README.md file styles
  • Changed the naming of images and execution parameters. Categories -> Features and so on. Refer to documentation.
  • Fixed some minor issues

Important note

Older workflows will stop working with this new release if they made use of category or subcategory-plot parameters. Make sure to update them to feature-plot and subfeature-plot respectively.

v1.6

23 May 17:46
Compare
Choose a tag to compare
fix: another attempt

v1.5

23 May 17:38
Compare
Choose a tag to compare
fix: another possible fix for git push on release

v1.4

23 May 17:26
Compare
Choose a tag to compare
fix: fixed missing bracket

v1.3

23 May 17:21
Compare
Choose a tag to compare
fix: attempt at fixing release mode git push

v1.2

23 May 17:13
Compare
Choose a tag to compare
fix: small fix for evolution plotting

v1.1

23 May 17:02
Compare
Choose a tag to compare

What's Changed

  • Refactor bash files by @Emdien in #4
    Made it so that the source code of all the bash commands are in files for cleanliness and easier access

  • Added a release input. This input allows for a full scan of all the ontologies. Intended to be used when making a release.

  • Added a new plot for oquare scaled metrics

  • Small fixes and improvements

Full Changelog: v1.0.1...v1.1