You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+209-1Lines changed: 209 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,214 @@ This follows the guideline on [keep a changelog](https://keepachangelog.com/)
10
10
- CAZP scoring component
11
11
12
12
13
+
## [4.5.11] 2024-11-18
14
+
15
+
### Changed
16
+
17
+
- Convert float nan and infs to valid json format before remote reporting
18
+
19
+
20
+
## [4.5.10] 2024-11-16
21
+
22
+
### Added
23
+
24
+
- optional tautomer canonicalisation in data pipeline
25
+
26
+
27
+
## [4.5.9] 2024-11-07
28
+
29
+
### Fixed
30
+
31
+
- read configuration file from stdin
32
+
33
+
34
+
## [4.5.8] 2024-11-07
35
+
36
+
### Changed
37
+
38
+
- refactor of top level code
39
+
40
+
41
+
## [4.5.7] 2024-11-07
42
+
43
+
### Fixed
44
+
45
+
- check if DF is set
46
+
47
+
48
+
## [4.5.6] 2024-11-05
49
+
50
+
### Added
51
+
52
+
- YAML configuration file reader
53
+
54
+
55
+
## [4.5.5] 2024-11-05
56
+
57
+
### Added
58
+
59
+
- Logging of configuration file absolute path
60
+
61
+
### Changed
62
+
63
+
- Automatic configuration file format detection
64
+
65
+
66
+
## [4.5.4] 2024-10-28
67
+
68
+
### Added
69
+
70
+
- Exponential decay transform
71
+
72
+
### Fixed
73
+
74
+
- Ambiguity in parsing optional parameters with multiple endpoints and multiple optional parameters
75
+
76
+
77
+
## [4.5.3] 2024-10-23
78
+
79
+
### Added
80
+
81
+
- component-level parameters for scoring components
82
+
83
+
84
+
## [4.5.2] 2024-10-23
85
+
86
+
### Added
87
+
88
+
- executable module: can run `python -m reinvent`
89
+
90
+
91
+
## [4.5.1] 2024-10-23
92
+
93
+
### Added
94
+
95
+
- SIGUSR1 for controlled termination
96
+
97
+
98
+
## [4.5.0] 2024-10-08
99
+
100
+
### Added
101
+
102
+
- PepInvent in Sampling and Staged learning mode with example toml config provided
103
+
- PepInvent prior
104
+
105
+
106
+
## [4.4.37] 2024-10-07
107
+
108
+
### Fixed
109
+
110
+
- Atom map number removal for Libinvent sampling dropped SMILES
111
+
112
+
113
+
## [4.4.36] 2024-09-27
114
+
115
+
### Added
116
+
117
+
- Stage number for JSON to remote monitor
118
+
119
+
### Changed
120
+
121
+
- Relaxed dependencies
122
+
123
+
124
+
## [4.4.35] 2024-09-26
125
+
126
+
### Added
127
+
128
+
- Terminate staged learning on SIGTERM and check if running in multiprocessing environment
129
+
130
+
### Changed
131
+
132
+
- ValueError for all scoring components such that the staged learning handler can handle failing components
133
+
134
+
135
+
## [4.4.34] 2024-09-16
136
+
137
+
### Fixed
138
+
139
+
- SMILES in DF memory were wrongly computed
140
+
141
+
142
+
## [4.4.33] 2024-09-14
143
+
144
+
### Fixed
145
+
146
+
- run-qsartuna.py: convert ndarray to list to make it JSON serializble
147
+
148
+
149
+
## [4.4.32] 2024-09-13
150
+
151
+
### Fixed
152
+
153
+
- PMI component: check for embedding failure in RDKit's conformer generator
154
+
155
+
156
+
## [4.4.31] 2024-09-13
157
+
158
+
### Fixed
159
+
160
+
- Dockstream component wrongly quoted the SMILES string
161
+
- Diversity filter setup in config was ignored
162
+
163
+
164
+
## [4.4.30] 2024-09-12
165
+
166
+
### Fixed
167
+
168
+
- Fixed config reading bug for DF
169
+
170
+
171
+
## [4.4.29] 2024-09-05
172
+
173
+
### Changed
174
+
175
+
- Changed Molformer sampling valid and unique from percentage to fraction on tensorboard
176
+
177
+
178
+
## [4.4.28] 2024-08-29
179
+
180
+
### Fixed
181
+
182
+
- Fixed incorrect tanimoto similarity log in Mol2Mol sampling mode
183
+
184
+
185
+
## [4.4.27] 2024-07-23
186
+
187
+
### Fixed
188
+
189
+
- Corrected typo in Libinvent report
190
+
191
+
192
+
## [4.4.26] 2024-07-21
193
+
194
+
### Fixed
195
+
196
+
- Report for sampling returned np.array which is incompatibile with JSON serialization
197
+
198
+
199
+
## [4.4.25] 2024-07-19
200
+
201
+
### Fixed
202
+
203
+
- Allowed responder as an optional input in scoring input validation
204
+
205
+
206
+
## [4.4.24] 2024-07-19
207
+
208
+
### Fixed
209
+
210
+
- Fixed remote for Libinvent
211
+
- Batchsize defaults to 1 for TL
212
+
213
+
214
+
## [4.4.23] 2024-07-18
215
+
216
+
### Fixed
217
+
218
+
- Added temperature parameter in Sampling and RL config validation
219
+
220
+
13
221
## [4.4.22] 2024-07-10
14
222
15
223
### Fixed
@@ -314,7 +522,7 @@ Various code improvements.
314
522
315
523
### Added
316
524
317
-
- Stages can now defined their own diversity filters. Global filter always overwrites stage settings. Currently no mechanism to carry over DF from previous stage, use single stage runs.
525
+
- Stages can now define their own diversity filters. Global filter always overwrites stage settings. Currently no mechanism to carry over DF from previous stage, use single stage runs.
0 commit comments