Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2025-02-01 Jerome Pansanel

* Release 2.0.0

* Add support of OpenBabel v3.0.0 and higher

* Fix cmake build system issues

* Add GitHub Action based testing

* Improve the documentation for Ubuntu

* Add support for recent version of MariaDB and MySQL

2021-02-23 Jerome Pansanel

* Release 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = Mychem
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.1
PROJECT_NUMBER = 2.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2025-02-01
v2.0.0 is released; see ChangeLog for more details.

2021-02-23
v1.0.1 is released; see ChangeLog for more details.

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"codeRepository": "https://github.com/mychem/mychem-code.git",
"dateCreated": "2010-07-06",
"datePublished": "2010-07-06",
"dateModified": "2021-02-21",
"downloadUrl": "https://github.com/mychem/mychem-code/archive/refs/tags/1.0.1.tar.gz",
"dateModified": "2025-02-01",
"downloadUrl": "https://github.com/mychem/mychem-code/archive/refs/tags/2.0.0.tar.gz",
"issueTracker": "https://github.com/mychem/mychem-code/issues",
"name": "Mychem",
"version": "1.0.1",
"version": "2.0.0",
"identifier": "https://doi.org/10.5281/zenodo.4557895",
"description": "Mychem is a chemoinformatics extension for MySQL and MariaDB. It provides a set of functions that permits to handle chemical data within the database. These functions permit to search, analyze and convert chemical data.",
"applicationCategory": "Chemistry",
Expand Down
2 changes: 1 addition & 1 deletion src/mychem.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
LIBRARY mychem

VERSION 1.0.1
VERSION 2.0.0

EXPORTS
molfile_to_molecule_init
Expand Down