Skip to content

Commit

Permalink
Prepare 0.7.7 release.
Browse files Browse the repository at this point in the history
Pre-publish the new DOI. Update the NEWS file. Also update the README
file to mention the CLI (instead of only the core library and the ROBOT
plugin) at the top.

Update all copyright notices of files that were edited in 2024.
  • Loading branch information
gouttegd committed Apr 28, 2024
1 parent f7b918d commit 747b1a0
Show file tree
Hide file tree
Showing 27 changed files with 43 additions and 30 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.7.6
date-released: "2024-03-27"
doi: 10.5281/zenodo.10888082
version: 0.7.7
date-released: "2024-04-28"
doi: 10.5281/zenodo.11080540
references:
- authors:
- family-names: "Matentzoglu"
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in sssom-java-0.7.7
---------------------------

* SSSOM/TSV writer:
* Align the format of floating numbers with SSSOM-Py.
* Remove propagated values from set-level metadata.
* xref-extract:
* Fill the subject_source field with the ontology IRI.
* Accept multiple spaces in the --map-prefix-to-predicate option.
* sssom-cli:
* New --update-from-ontology option.

Changes in sssom-java-0.7.6
---------------------------

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Ontology Mappings
for the Java language – just a hobby, won’t be big and professional like
`sssom-py`.

The project provides both a Java library that can be used to support
the SSSOM standard in a Java application, and a pluggable command for
the [ROBOT](http://robot.obolibrary.org/) ontology manipulation tool.
The project provides a Java library that can be used to support the
SSSOM standard in a Java application, a program to manipulate mapping
sets from the command line, and a pluggable command for the
[ROBOT](http://robot.obolibrary.org/) ontology manipulation tool.

Features
--------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SSSOM-Java - SSSOM library for Java
* Copyright © 2023 Damien Goutte-Gattat
* Copyright © 2023,2024 Damien Goutte-Gattat
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 747b1a0

Please sign in to comment.