Skip to content

Releases: nlesc-nano/CAT

CAT 0.10.0

17 Nov 12:47
3f4577b
Compare
Choose a tag to compare
  • Add more advanced anchor-parsing options.
  • Update for AMS 2021.
  • Fixed various issues.

CAT 0.9.10

02 Nov 18:44
0b3f7b3
Compare
Choose a tag to compare

See https://github.com/nlesc-nano/CAT/milestone/6:

  • Added the new optional.core.anchor and optional.ligand.functional_groups options,
    which are respectively aliases for the old optional.core.dummy and optional.ligand.functional_groups options.
  • Added a new H3O+ .coskf file.
  • Added a new template for LogP calculations.
  • Enabled tests for Windows.
  • Fixed a recent readthedocs failure.
  • Improve the conformations of ringed systems; ring-substituents are now treated as fragments.
  • For some reason the matplotlib logger is going bananas; its level has been changed from DEBUG (default) to INFO in order to silence it.

CAT 0.9.7

10 Jul 14:49
772c282
Compare
Choose a tag to compare

See https://github.com/nlesc-nano/CAT/milestone/4:

CAT 0.9.6

26 Jun 16:09
820cd08
Compare
Choose a tag to compare

See https://github.com/nlesc-nano/CAT/milestone/3:

  • Various Data-CAT related documentation updates.

CAT 0.9.5

19 Jun 15:37
3c28ea3
Compare
Choose a tag to compare

See https://github.com/nlesc-nano/CAT/milestone/2:

  • Fixed a bug where rdkit molecules were not properly converted into numpy arrays.
  • Only perform optional.ligand.optimize.job2 if the preceding UFF optimization finishes without crashing.
  • Remove a ligand if its optimization fails (i.e. an exception is raised).
  • Fixed an issue where ligand anchoring groups could not be explicitly specified
    docs).
  • Improved the conformations of ligands with tri- and penta-valent pnictogen anchors.

CAT 0.9.4

11 Jun 16:17
Compare
Choose a tag to compare
  • Fixed an issue where certain AMSJobs would have duplicate keys.
  • Fixed an issue where certain ligands weren't exported when constructing multi-ligand quantum dots (see #115).
  • Re-enabled tests for Python 3.6 (see #125).

CAT 0.9.3

11 Jun 11:14
Compare
Choose a tag to compare
  • Switched from travis to GitHub Actions.
  • Added tests using flake8, pydocstyle and doctest.

CAT 0.9.2

10 Jun 19:18
7adb1c0
Compare
Choose a tag to compare
  • Updated the Data-CAT documentation (see nlesc-nano/data-CAT#23).
  • Upped the minimum Sphinx version to 2.1.
  • Removed sphinx-autodoc-typehints.
  • Removed requirements.txt in favor of .readthedocs.yml.

CAT 0.9.1

03 Jun 22:18
a9a6d29
Compare
Choose a tag to compare

CAT 0.9.0

03 Jun 15:19
bd81336
Compare
Choose a tag to compare
  • Moved a number of functions to the nanoutils package.