Bugfixes
- Fixed circular import issue in utils module.
Improvements
- Added methods to add/remove isotope property of atoms.
- Added methods to add/remove charge property of atoms.
- Add atom coloring algorithm.
Improvements
- Added new functionality to add charge to "N", "O", and "S" atoms within neutral molecules.
Bugfixes
- Fixed bug where numeration within
SDfile
starts from "2" instead of "1".
Improvements
- Added "Atom" object as part of
Ctab
block that contains information about neighbor atoms and additional functionality. - Added "Bond" object as part of
Ctab
block. - Added custom serializer for "Atom" and "Bond" objects.
- Added module-level documentation.
- Improved representation of
Ctab
properties block. - Improved
Ctab
properties configuration file.
Bugfixes
- Fixed Python 2.7 and Python 3.4 compatibility.
Bugfixes
- Fixed bug of not including configuration file into source distribution.
Improvements
- Added ability to access list of
Molfiles
fromSDfile
instances.
- Initial public release.