-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump meta and pybind11 deps; improve parser::visitor bindings.
- Loading branch information
Showing
7 changed files
with
48 additions
and
10 deletions.
There are no files selected for viewing
Submodule meta
updated
23 files
+21 −1 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+9 −26 | include/meta/io/gzstream.h | |
+10 −28 | include/meta/io/xzstream.h | |
+112 −0 | include/meta/io/zstream.h | |
+5 −5 | include/meta/topics/lda_cvb.h | |
+11 −9 | include/meta/topics/lda_gibbs.h | |
+11 −11 | include/meta/topics/lda_model.h | |
+20 −10 | include/meta/topics/lda_scvb.h | |
+3 −3 | include/meta/topics/parallel_lda_gibbs.h | |
+0 −33 | src/io/gzstream.cpp | |
+11 −39 | src/io/xzstream.cpp | |
+32 −23 | src/parser/trees/parse_tree.cpp | |
+29 −29 | src/topics/lda_cvb.cpp | |
+30 −29 | src/topics/lda_gibbs.cpp | |
+17 −11 | src/topics/lda_model.cpp | |
+48 −42 | src/topics/lda_scvb.cpp | |
+32 −34 | src/topics/parallel_lda_gibbs.cpp | |
+22 −25 | src/topics/tools/lda.cpp | |
+1 −3 | src/topics/tools/lda_topics.cpp | |
+1 −1 | src/topics/tools/topic_corpus.cpp | |
+84 −0 | tests/compressed_stream_test.cpp | |
+17 −14 | tests/topics_test.cpp |
Submodule pybind11
updated
65 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters