Skip to content

Releases: aced-differentiate/auto_cat

AutoCat v2022.8.5 released!

05 Aug 21:39
0a5ac14
Compare
Choose a tag to compare

In this release we update the ML interfacing and introduce the CandidateSelector class.

What's New

  • CandidateSelector class added for choosing systems to evaluate (#34)

Improvements

  • Whenever an ML class depends on another, it now must be provided the instantiated object as an argument rather than the class instantiating it internally. For example, Predictor now takes a Featurizer directly rather than the parameters needed to instantiate the Featurizer internally. This is to provide the user with more direct control over these objects. (#34)
  • The NH and OH placement defaults are now 45° rather than vertical (to be more general) (#35)
  • Minor improvements to documentation and testing (#34)

ML modules and documentation [hotfix]

31 May 23:14
Compare
Choose a tag to compare

This is a hotfix that adds the required learning related dependencies to the setup.py

ML modules and documentation

23 May 16:45
Compare
Choose a tag to compare

Initial release of the learning modules and a full-fledged documentation (including deployed site at https://aced-differentiate.github.io/auto_cat).

Initial release!

31 Mar 19:38
Compare
Choose a tag to compare

Modules for automating structure generation for DFT catalysis studies