Issues to take care of before release
-
at the end of many pages e.g. https://www.idiap.ch/software/bob/docs/bob/docs/master/bob/bob.bio.spear/README.html there is a contact section with "For questions or reporting issues to this software package, contact our development mailing list." pointing to https://groups.google.com/g/bob-devel -- isn't it a bit misleading since we are asking people to ask questions on stackoverflow https://stackoverflow.com/questions/tagged/python-bob ? -
bob.extension is still called a C++ extension package and the documentation needs to be revisited. Most of the useful docs for development should move to bob/bob.devtools -
The tutorial in bob/docs is gone and we need a new one. The other pages need to be revised. -
bob/bob.bio.base documentation on creating csv datasets is not complete -
bob/bob.bio.base documentation on legacy should be removed -
bob/bob.bio.spear documentation and leaderboard needs updating -
bob/bob.bio.face leaderboard needs updating -
bob/bob.pad.face needs new baselines. the package is empty as of now. -
bob/bob.pad.face needs new documentation after baselines have changed. -
bob/bob.bio.vein still uses nosetests instead of pytest -
bob/bob.devtools we need to command to install all packages inside bob-devel
. That is creating a conda env with all bob dependencies and without bob packages. -
Check the entry points of all packages (check which ones).