We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ecce6 commit 272fb09Copy full SHA for 272fb09
CHANGES.rst
@@ -1,6 +1,11 @@
1
Change log
2
==========
3
4
+v2021.1.28
5
+----------
6
+* Fix SNAP stress components
7
+* Fix unexpected test outcome in BOWSR and symbolic regression
8
+
9
v2021.12.13
10
-----------
11
* Update dependencies
maml/__init__.py
@@ -2,6 +2,6 @@
maml - materials machine learning
"""
-__version__ = "2021.12.13"
+__version__ = "2022.1.28"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments