You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppress warning and fix docs warnings for 0.50.0rc2 (#390)
* Add nglview import with ModuleNotFoundError handling
Add optional import for nglview with error handling.
* Add version check for warning on import
* extras
* replace magic number
* rm autodoc-typehints
* capitalize docs
* lc again
`Docs for QCSchema v1<https://MolSSI.github.io/QCElemental/v0.30.2/>`_
24
+
0.50.0rc2 / 2026-02-17
25
+
----------------------
27
26
28
-
Breaking Changes
29
-
++++++++++++++++
27
+
:docs:`v0.50.0rc2` for current. :docs:`v0.30.2` for QCSchema v1.
30
28
31
29
Breaking Changes (low impact)
32
30
+++++++++++++++++++++++++++++
33
-
- (:pr:`382`) Remove CPU (`ProcessorInfo` and `ProcessorContext`) and DFT info (`DFTFunctionalInfo` and `DFTFunctionalContext`) classes and functionality
34
-
- (:pr:`388`) Molecule: Fix imports, typing, `@property` logic, printing of float multiplicity, and returning `type(self)` to handle derived classes
35
-
- (:pr:`389`) Remove the QCElemental pydantic autodoc module (`util.autodocs` module, classes `AutoPydanticDocGenerator` and `AutodocBaseSettings`)
36
-
37
-
New Features
38
-
++++++++++++
39
-
31
+
- (:pr:`382`, :pr:`383`) Remove CPU (`ProcessorInfo` and `ProcessorContext`) and DFT info
32
+
(`DFTFunctionalInfo` and `DFTFunctionalContext`) classes and functionality
0 commit comments