Skip to content

Commit

Permalink
Updated readme/release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2097 committed Mar 3, 2024
1 parent b3a4650 commit 94433a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Wrapper to access InChI and RInchI from Java. This wraps the latest version of [InChI](https://www.inchi-trust.org/) (1.06) and [RInChI](https://github.com/IUPAC-InChI/RInChI) (1.00) using [JNA](https://github.com/java-native-access/jna).
A simple native Java interface can then be used to call InChI.
Java 8 or higher is required.
Detailed information about the capabilities and limitations when converting from and to RInChI can be found in the io.github.dan2097.jnarinchi [package documentation](https://javadoc.io/static/io.github.dan2097/jna-rinchi-core/1.2/io/github/dan2097/jnarinchi/package-summary.html#package.description).
Detailed information about the capabilities and limitations when converting from and to RInChI can be found in the io.github.dan2097.jnarinchi [package documentation](https://javadoc.io/static/io.github.dan2097/jna-rinchi-core/1.2.1/io/github/dan2097/jnarinchi/package-summary.html#package.description).

## Examples
Mol file to StdInChI
Expand Down Expand Up @@ -90,7 +90,7 @@ The simplest way to use the library is with:
<dependency>
<groupId>io.github.dan2097</groupId>
<artifactId>jna-inchi-all</artifactId>
<version>1.2</version>
<version>1.2.1</version>
</dependency>
```
which includes binaries for most common platforms, support for converting SMILES to InChI/InChIKey and MDL RDfile and RXN to RInChI/RInChIKey.
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# JNA-InChI Release Notes

## 1.2.1 (2024-03-03)
* Compatibility with JNA 5.13.0 and later ([#22](https://github.com/dan2097/jna-inchi/issues/22))

## 1.2 (2022-12-10)
* Added support for RInChI by wrapping the native RInChI library. The addition of RInChI capabilities was implemented by Ideaconsult Ltd and sponsored by Pending AI.
* Added ARM64 Linux binary (thanks to Igor Tetko)
Expand Down

0 comments on commit 94433a0

Please sign in to comment.