diff --git a/CITATION.cff b/CITATION.cff index e46c0c4..bfeae75 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/NEWS b/NEWS index f8eddc3..21b597a 100644 --- a/NEWS +++ b/NEWS @@ -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 ---------------------------