-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lda
updated
11 files
+12 −0 | CHANGELOG.md | |
+1 −1 | conda/microscopes-lda/meta.yaml | |
+4 −5 | include/microscopes/lda/model.hpp | |
+2 −2 | include/microscopes/lda/util.hpp | |
+1 −1 | microscopes/lda/__init__.py | |
+0 −2 | microscopes/lda/_model.pxd | |
+66 −24 | microscopes/lda/_model.pyx | |
+6 −0 | microscopes/lda/_model_h.pxd | |
+0 −19 | src/lda/model.cpp | |
+0 −1 | test/cxx/test_random.cpp | |
+19 −11 | test/test_state.py |