All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Calculation of p values of point clouds for Dispersion now works
- Updated PyVista calls to be consistent with changes in their API
- Added
py.typed
for compatibility with other typed code
- Fixed type errors related to ConformerEnsemble and Python 3.8
- Added
SolidAngle
for solid angle calculations.
- Add capacity to Boltzmann average 1D arrays in
ConformerEnsemble
ConeAngle
now uses libconeangle as default with the internal algorithm as backup.- Added
BiteAngle
for bite angle calculations.
XTB.get_fukui
, affecting the varieties "electrophilicity" (wrong sign), "nucleophilicity" (wrong sign), "radical" (wrong number) and "local_electrophilicty" (wrong number)- Error when
ConformerEnsemble
was initiated withconnectivity_matrix=None
- Interface to be compatible with version 3 of dftd4.
- D3Grimme calculator due to removal from dftd4. The internal D3Calculator remains.
- Fixed bug with
ConformerEnsemble.from_crest
with only one structure in the ensemble - Fixed bug with
ConformerEnsemble.from_ob_ga
when generating RDKit mol
- Fixed bug with
io.write_xyz
and multiple structures
- Typing of external dependencies to allow conda-forge install
- First public release. Changelog use starts here.
BuriedVolume.percent_buried_volume
. UseBuriedVolume.fraction_buried_volume
instead.percent_buried_volume
will be reintroduced later with the proper meaning.