Skip to content

Commit

Permalink
Prepare 0.6.0 release.
Browse files Browse the repository at this point in the history
Update NEWS file and published reserved DOI for new version.
  • Loading branch information
gouttegd committed Oct 29, 2023
1 parent 0ecd470 commit 29acf6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ authors:
license: GPL-3.0-or-later
url: "https://incenp.org/dvlpt/sssom-java/"
repository-code: "https://github.com/gouttegd/sssom-java"
version: 0.5.0
date-released: "2023-09-23"
doi: 10.5281/zenodo.8371340
version: 0.6.0
date-released: "2023-10-29"
doi: 10.5281/zenodo.10051141
references:
- authors:
- family-names: "Matentzoglu"
Expand Down
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes in sssom-java 0.6.0
---------------------------

* SSSOM/T can now filter on all available slots.
* Changes to the TSV reader:
* Silently ignore unknown slots.
* Recognise and convert slots from older versions.
* Propagate slots down to individual mappings.
* Changes to the TSV Writer:
* Condense slots up to the level of the mapping set.
* SSSOM-to-OWL:
* Exclude mapping_cardinality from OWL serialisation.
* Use dc/terms rather dc/elements/1.1 for dispatch table metadata.
* Addition of sssom-cli, a command-line tool to manipulate sets.


Changes in sssom-java 0.5.0
---------------------------

Expand Down

0 comments on commit 29acf6b

Please sign in to comment.