Releases: InformaticsMatters/pipelines-utils-rdkit
Releases · InformaticsMatters/pipelines-utils-rdkit
Release list
pypi-1.5.11
Additional filters for filter.py
pypi-1.5.10
Better handling of txt
- Better handling of unexpected my_type and txt values in parse_mol_simple()
Fixed problem with missing _Name property
pypi-1.5.8 fix bug with missing _Name property
default_open_input_sdf() now uses sys.stdin.buffer
- An adjustment for the move to Python 3
x.next() -> next(x)
- Further work migrating to Python 3
Support for as_text in utils.open_file()
- Part of work for migration to Python 3
MolFromTypedColumnReader iterator fix for Python 3
- Patched MolFromTypedColumnReader for Python 2 & 3 support (iterator style)
gzip.open instances now use 'rt' mode
- In the prior release this was not set but needs to be to correctly function in Python 3
Python 3-compatible dot-notation for imports
- Adjusted relative imports for Python 3 compliance