File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44sys .path .insert (0 , os .path .abspath ("." ))
55
66project = "aizynthfinder"
7- copyright = "2020-2022 , Molecular AI group"
7+ copyright = "2020-2024 , Molecular AI group"
88author = "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
1212with open ("cli_help.txt" , "r" ) as fileobj :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aizynthfinder"
3- version = " 4.3.0 "
3+ version = " 4.3.1 "
44description = " Retrosynthetic route finding using neural network guided Monte-Carlo tree search"
55authors = [
" Molecular AI group <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments