v0.3.13
v0.3.13 (2024-12-01)
Fixes
-
fix: Add image_width and image_height to ResultProperty (
b377925
) -
fix: Use correct data type for auto-generated columns (
11656f8
)
Unknown
- Merge pull request #46 from shirte/main
Implement converters (d05f62a
)
-
Add all converters to init (
51427de
) -
Implement MolToImageConverter (
c38a0de
) -
Implement MolConverter (
461a0e5
) -
Implement and test problem list converter (
a701ac6
) -
Make ConvertRepresentationStep aware of the HIDE literal (
877d343
) -
Implement and test basic converters (
66e1ab6
) -
Use converter config instead of class parameters (
e6873b9
) -
Add converter submodule to init (
889c91a
) -
Merge pull request #45 from shirte/main
Simplify tests (e9baec8
)
-
Move files test fixtures into main code (
76de5a5
) -
Simplify tests by removing input_type fixture (
6f7e101
) -
Merge pull request #44 from shirte/main
Minor changes (56d1037
)
-
Simplify DepthFirstExplorer (
c15b8f4
) -
Accept str and bytes as filename in FileReader (
308593e
) -
Add types to default result properties (
f5c6bac
) -
Merge pull request #43 from shirte/main
Handle old versions of rdkit in csp module (3444319
)