- 2024.10.31 -- Bugfix: Issue recognizing chemical names
- Fixed an issue where the chemical name was handled as SMILES, causing the code to crash.
- 2023.11.10 -- Bugfix: New configurations created incorrectly
- New configurations made from other systems could remove the atoms in those systems.
- 2023.11.9.1 -- Removed using structure names when perceiving type
- Using structure names is too dangerous to use by perceiving if text is a name of SMILES and there is no easy test for valid SMILES. So change to only using names if the user specifies names.
- 2023.11.9 -- Improved structure handling, added from names
- Switched to standard structure handling, which adds more options
- Added getting structures from Pubchem using the chemical name.
2023.7.18 -- Added support for InChI and InChIKeys
- Updated the README file to give a better description.
- Updated the short description in setup.py to work with the new installer.
- Added keywords for better searchability.
- Internal Changes
- Corrected an issue in CI.
- Internal Changes
- Upgraded to be compatible with the improved version of the MolSystem classes for describing the molecular system.
- Internal Changes
- Moved the continuous integration (CI) to GitHub Actions from TravisCI.
- Moved documentation from ReadTheDocs to GitHub Pages and integrated with the rest of the SEAMM documentation.
- Moved to the new command-line argument handling.
- Fixed small bug with the title of the system when generated from SMILES.
- Updated to work with the new MolSystem classes describing the molecular system.
- Internal changes for compatibility.
- Internal changes cleaning the code.
- First release on PyPI.