Skip to content

Docs #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Docs #12

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
aa1599d
somehow documenting protos
mberaha May 29, 2021
0043f9b
using notebooks for documentation
mberaha May 31, 2021
ea7ffef
added example
mberaha May 31, 2021
55dd367
added requirements for docs
mberaha May 31, 2021
164aa3c
updated tutorials
mberaha May 31, 2021
3abba0a
moved cmake out of pip install
mberaha May 31, 2021
a4a76cf
moving stuff around
mberaha May 31, 2021
a37ae0d
updated version
mberaha May 31, 2021
e9915c6
updated version
mberaha May 31, 2021
2b4f065
added docs requirements in main setup
mberaha May 31, 2021
cec9b23
tracking requirements
mberaha May 31, 2021
d9f9f6d
maybe building
mberaha Jun 1, 2021
f8a8cb0
maybe building
mberaha Jun 1, 2021
04c125d
build_tbb
mberaha Jun 1, 2021
a19fcde
using abs path
mberaha Jun 1, 2021
7fdd1d2
installing with pip
mberaha Jun 1, 2021
2733c70
insert instead of append?
mberaha Jun 1, 2021
5d10ab7
fixed install issue
mberaha Jun 1, 2021
dc001ca
debug print
mberaha Jun 1, 2021
674a553
adding path in conf.py
mberaha Jun 1, 2021
47e3b81
copy build_tbb file
mberaha Jun 1, 2021
245a560
update apt requirements
mberaha Jun 1, 2021
90c0e55
updated path
mberaha Jun 1, 2021
8030ea7
debug string
mberaha Jun 1, 2021
776bf78
debug string
mberaha Jun 1, 2021
644c476
cloning submodules recursively
mberaha Jun 1, 2021
aa0c497
updated cmake version
mberaha Jun 1, 2021
9c3f10e
updating cmake via pip
mberaha Jun 1, 2021
8776d43
updating cmake via pip
mberaha Jun 1, 2021
3422a6b
building tbb only via bayesmix
mberaha Jun 1, 2021
05ce4d8
debug string
mberaha Jun 1, 2021
f5466dc
hacking around
mberaha Jun 1, 2021
4112a5e
hacking around
mberaha Jun 1, 2021
cbf38a8
changed bayesmix branch
mberaha Jun 1, 2021
5709531
updated bayesmix
mberaha Jun 1, 2021
2de50dc
update bayesmix
mberaha Jun 1, 2021
1aaa1fb
update bayesmix
mberaha Jun 1, 2021
53c7707
update bayesmix
mberaha Jun 1, 2021
5bc9ebd
update bayesmix
mberaha Jun 1, 2021
f2e8900
using bayesmix link libraries
mberaha Jun 1, 2021
60bcebb
linking libtbb.so.2
mberaha Jun 1, 2021
0d086bb
updated requirements and test notebook
mberaha Jun 1, 2021
f31372e
removed autosummary
mberaha Jun 1, 2021
acd0d64
only test notebook
mberaha Jun 2, 2021
387865f
readded autosummary + some test imports
mberaha Jun 2, 2021
53a6bb4
debugging
mberaha Jun 2, 2021
73d1340
building extension first
mberaha Jun 2, 2021
02551e6
triggering after github down
mberaha Jun 2, 2021
cb299eb
reverting to old examples
mberaha Jun 2, 2021
fce72dc
changed latex
mberaha Jun 2, 2021
9d49fed
cleanup
mberaha Jun 4, 2021
a96948a
changed bayesmix to master
mberaha Jun 4, 2021
80ff0d6
updated readme
mberaha Jun 4, 2021
36c82cf
added config files
mberaha Jun 4, 2021
c70de77
resolved conflicts
mberaha Dec 2, 2021
e880b6a
building wheel
mberaha Dec 2, 2021
a7f9395
build_beta
mberaha Dec 2, 2021
28e0504
idk
mberaha Dec 2, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def run(self):

folder = os.path.dirname(__file__)

install_requires = ["2to3", "ninja", "numpy", "scipy", "protobuf==3.14.0", "cmake>=3.21.0"]
install_requires = ["2to3", "ninja", "numpy", "scipy", "protobuf==3.14.0",
"cmake>=3.21.0"]

# with open(os.path.join(folder, 'requirements.txt')) as fp:
# install_requires.extend([line.strip() for line in fp])
Expand Down