Skip to content

Commit

Permalink
Merge pull request #176 from MolecularAI/prepare-release-4.3.1
Browse files Browse the repository at this point in the history
Prepare release 4.3.1
  • Loading branch information
SGenheden authored Dec 5, 2024
2 parents ff82675 + eed7d51 commit e2b4015
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## Version 4.3.1 2024-12-05

### Trival changes

- Upgraded dependencies
- Removed conda env file for user setup
- Removed download of old HDF5 model files

### Bug-fixes

- Fixed import of clustering GUI causing issues

## Version 4.3.0 2024-05-22

### Features
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
sys.path.insert(0, os.path.abspath("."))

project = "aizynthfinder"
copyright = "2020-2022, Molecular AI group"
copyright = "2020-2024, Molecular AI group"
author = "Molecular AI group"
release = "4.3.0"
release = "4.3.1"

# This make sure that the cli_help.txt file is properly formated
with open("cli_help.txt", "r") as fileobj:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aizynthfinder"
version = "4.3.0"
version = "4.3.1"
description = "Retrosynthetic route finding using neural network guided Monte-Carlo tree search"
authors = ["Molecular AI group <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e2b4015

Please sign in to comment.