Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 4.3.1 #176

Merged
merged 2 commits into from
Dec 5, 2024
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
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
Loading