-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'standarization' into 'master'
Standarization I know that it still doesn't build on GitLab CI -- due to a wrong version of ``Pillow`` (see #1). Anyways, I think it is time to merge this branch and go on pushing a new version of ``bob.bio.csu`` to PyPI. I know that this is not sufficient, but I have installed that package locally on my machine, and I was able to build and execute it. Nose tests are passing; I haven't checked the documentation, though. See merge request !1
Showing
- .gitlab-ci.yml 17 additions, 108 deletions.gitlab-ci.yml
- bob/bio/csu/algorithm/LDAIR.py 7 additions, 7 deletionsbob/bio/csu/algorithm/LDAIR.py
- bob/bio/csu/algorithm/LRPCA.py 5 additions, 5 deletionsbob/bio/csu/algorithm/LRPCA.py
- bob/bio/csu/extractor/LDAIR.py 4 additions, 4 deletionsbob/bio/csu/extractor/LDAIR.py
- bob/bio/csu/extractor/LRPCA.py 1 addition, 1 deletionbob/bio/csu/extractor/LRPCA.py
- bob/bio/csu/preprocessor/LDAIR.py 10 additions, 24 deletionsbob/bio/csu/preprocessor/LDAIR.py
- bob/bio/csu/preprocessor/LRPCA.py 8 additions, 21 deletionsbob/bio/csu/preprocessor/LRPCA.py
- bob/bio/csu/test/data/ldair_detected.hdf5 0 additions, 0 deletionsbob/bio/csu/test/data/ldair_detected.hdf5
- bob/bio/csu/test/data/lrpca_detected.hdf5 0 additions, 0 deletionsbob/bio/csu/test/data/lrpca_detected.hdf5
- bob/bio/csu/test/test_preprocessors.py 13 additions, 2 deletionsbob/bio/csu/test/test_preprocessors.py
- bob/bio/csu/utils/__init__.py 26 additions, 0 deletionsbob/bio/csu/utils/__init__.py
- build.sh 29 additions, 0 deletionsbuild.sh
- buildout.cfg 7 additions, 1 deletionbuildout.cfg
- develop.cfg 0 additions, 2 deletionsdevelop.cfg
- doc/installation.rst 1 addition, 1 deletiondoc/installation.rst
- requirements.txt 2 additions, 3 deletionsrequirements.txt
- setup.py 2 additions, 2 deletionssetup.py
- test.sh 15 additions, 0 deletionstest.sh
No preview for this file type
No preview for this file type
build.sh
0 → 100644
setuptools | ||
pillow<3 | ||
setuptools | ||
bob.extension | ||
bob.blitz | ||
bob.core | ||
... | ... | @@ -11,6 +11,5 @@ bob.sp |
bob.learn.em | ||
bob.measure | ||
bob.db.base | ||
bob.bio.db | ||
bob.bio.base | ||
bob.bio.face # for test purposes | ||
bob.bio.face |
test.sh
0 → 100644
Please register or sign in to comment