Skip to content

Commit

Permalink
Merge pull request #10 from MolecularAI/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
SGenheden authored Sep 1, 2022
2 parents 6a0a971 + 8fd5ce8 commit 457aef1
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 39 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## Version 1.1.1 - 2022-08-31

### Trival changes

- Change project name to reaction-utils
- Change RDChiral dependency to pypi package

## Version 1.1.0 - 2022-08-31

### Features
Expand All @@ -19,4 +26,4 @@

## Version 1.0.0 - 2022-07-01

- First stable version
- First stable version
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you find an issue on a Windows or macOS platform, we might be able to fix, bu

Setup your python environment and then run

pip install rxnutils
pip install reaction-utils

Consult the documentation for further information.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
project = "ReactionUtils"
copyright = "2022, Molecular AI group"
author = "Molecular AI group"
release = "1.1.0"
release = "1.1.1"

extensions = [
"sphinx.ext.autodoc",
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For most users it is as simple as

.. code-block::
pip install rxnutils
pip install reaction-utils
`For developers`, first clone the repository using Git.
Expand Down Expand Up @@ -60,4 +60,4 @@ Limitations
uspto
ord
pipeline
rxnutils
rxnutils
58 changes: 27 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
[tool.poetry]
name = "rxnutils"
version = "1.1.0"
name = "reaction_utils"
version = "1.1.1"
description = "Utilities for working with reactions, reaction templates and template extraction"
authors = ["Genheden, Samuel <[email protected]>", "Kannas, Christos <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/MolecularAI/reaction_utils/"
repository = "https://github.com/MolecularAI/reaction_utils/"
documentation = "https://molecularai.github.io/reaction_utils/"
packages = [
{ include = "rxnutils" }
]

[tool.poetry.dependencies]
python = "^3.8"
pandas = "^1.0.0"
xxhash = "^2.0.0"
rdchiral = { git = "https://github.com/connorcoley/rdchiral.git" }
rdchiral = "^1.1.0"
PyYAML = "^5.4.1"
swifter = "^1.0.9"
metaflow = "^2.6.3"
Expand Down

0 comments on commit 457aef1

Please sign in to comment.