v0.5.8
v0.5.8 (2025-10-04)
Fixes
-
fix: Remove unused types (
a8f5c99) -
fix: Adapt tests (
96078c8) -
fix: Use run_pipeline whenever possible (
78af7c5) -
fix: Implement helper function run_pipeline (
f04836d) -
fix: Make mypy and ruff happy (
bdc211b) -
fix: Remove deprecated assert in RegisterModuleAction (
3ba5e12) -
fix: Move checkpoint creation into pipeline steps (
0ca5ad4) -
fix: Improve PredictCheckpointsAction (
69430cb) -
fix: Improve SerializeJobAction (
a1fd9ef) -
fix: Always convert to PropertyMol when using pickle (
f834c8d) -
fix: Delete SerializeJobModel (
b4c151d) -
fix: Rename ReadCheckpointModel and add additional steps (
28a32ca) -
fix: Move ReadPickleStep (
69d08e2) -
fix: Move code to WriteCheckpointsStep (
b31d4ba) -
fix: Make SplitAndMergeStep more concise (
98c9d60) -
fix: Implement WrapResultsStep (
e75ad5f) -
fix: Extract code to PostprocessFromConfigStep (
d3fdcb3) -
fix: Extract code to ReplaceLargePropertiesStep (
6a8a687) -
fix: Extract code to AddRecordIdStep (
ea7f4ee) -
fix: Import output submodule (
b72e99b) -
fix: Implement ChannelWriter based on QueueWriter (
3bce3d9) -
fix: Move PickleWriter to output submodule (
ebf7449) -
fix: Delete consumer when an error occurs in _iter_messages (
ce5bee0) -
fix: Add utility methods to channel and topic classes (
6435f85)
Unknown
- Merge pull request #64 from shirte/main
Refactor code and run blocking code in separate thread (947ff01)