Skip to content

Commit e2b4015

Browse files
authored
Merge pull request #176 from MolecularAI/prepare-release-4.3.1
Prepare release 4.3.1
2 parents ff82675 + eed7d51 commit e2b4015

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## Version 4.3.1 2024-12-05
4+
5+
### Trival changes
6+
7+
- Upgraded dependencies
8+
- Removed conda env file for user setup
9+
- Removed download of old HDF5 model files
10+
11+
### Bug-fixes
12+
13+
- Fixed import of clustering GUI causing issues
14+
315
## Version 4.3.0 2024-05-22
416

517
### Features

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
sys.path.insert(0, os.path.abspath("."))
55

66
project = "aizynthfinder"
7-
copyright = "2020-2022, Molecular AI group"
7+
copyright = "2020-2024, Molecular AI group"
88
author = "Molecular AI group"
9-
release = "4.3.0"
9+
release = "4.3.1"
1010

1111
# This make sure that the cli_help.txt file is properly formated
1212
with open("cli_help.txt", "r") as fileobj:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aizynthfinder"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
description = "Retrosynthetic route finding using neural network guided Monte-Carlo tree search"
55
authors = ["Molecular AI group <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)