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 e4d8ee1 commit 1abf2fdCopy full SHA for 1abf2fd
docs/source/release-history.rst
@@ -2,15 +2,15 @@
2
Release History
3
===============
4
5
-NEXT
6
-----
+v0.1.2 (2022-01-05)
+-------------------
7
8
- Address scope and convenience imports. The nmf module is accesible at the top level, as well as the NMF class.
9
:code:`cmf.nmf...` and :code:`cmf.NMF(...)`.
10
- More flexibility at torch level with constraints. Allows for partial initialization of componenents and weights, and
11
partial specification of constraints.
12
13
-v0.1.1 (2021-11-?)
+v0.1.1 (2021-11-09)
14
-------------------
15
16
- Refactor of companions and wrappers: wrappers wrap functionality; companions have :code:`ask, tell, report` methods.
0 commit comments