Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v5.0.2b0 First beta [skip-ci]
-
v4.0.0Release v4.0.0
- !106 Removed Dependency graph script: moved this to bob.devtools Closes #62
- !109 [click] lookup in the config files before env var: This changes the behavior of loading options in ResourceOptions Since the config files are given explicitly, similar to command line options, it's better to look there first before looking into env variables.
-
!108 [click] Change the ConfigCommand and ResourceOption logic: Fixes #66 Changed the logic behind
ConfigCommand
andResourceOption
. - !110 [click] ResourceOption can be used without ConfigCommand: related to bob.fusion.base#8
- !107 Fix buildout code-block guesses: Fixes issues with the doc lexer guessing.
- !111 Fix lookup of click manual: This MR fixes an issue with the nightly builds in which bob.extension sphinx building does not find the click catalogue online.
- !102 [docs] removed information about building python packages locally: [docs] removed information about building packages locally and referred to bob.devtools when necessary.
-
v3.1.1Release v3.1.1
- !89 Improve the error message of click tests by printing the traceback
- !91 Fix for CONDA_BUILD_SYSROOT variable missing on mac at test time
- !75 Fix a bug when commands where invoked multiple times
- !95 Improve support for Extension building by acknowledging CXXFLAGS
- !90 Disable sphinx nitpick and Python 2
- !96 [click] Account for cases when exception is None in click results
- !97 [ci] Update gitlab-ci file (depend on bdt): No description for this MR
- !98 Update for click 7 upgrade
- !99 Augments the extension for building C/C++ bindings with tests for SDKROOT and MACOSX_DEPLOYMENT_TARGET environment variables.
- !100 Document setup of CONDA_BUILD_SYSROOT: This MR properly documents how to setup one's environment to compile on macOS machines.
-
v3.0.0Release v3.0.0
- Breaking and significant changes:
- Removed bob_new_version script !76
- Implemented
bob
click command !64 !73 !77 !74 !75 - Detailed changes:
- !75 Fix a bug when commands where invoked multiple times
- !72 Added the function bob.extension.download_and_unzip in the core functionalities: Closes #50
- !77 Fix list option
- !64 Implementation of the bob script using click: Fixes #44
- !79 added support for pytorch doc
- !80 Add scikit-learn intersphinx mapping
- !81 Add prefix aliasing for bob commands
-
!83 Fixed issue with bz2 files: For some reason, it is not
possible to open some
bz2
files for reading ('r:bz2') using thetarfile
module. For instance, this is failing with thedlib
landmarks model. If I use thebz2
module it works. This patch uses thebz2
module forbz2
compressed files. -
!82 Resolve "The
-DBOOST_VERSION
flag has unnecessary and unwanted quotes": Closes #58 - !76 Resolve "Documentation should be improved": [doc] added the reference to NumPy style docstrings, added note on new package instructions, added corresponding links Closes #55
-
v2.5.0Release v2.5.0
- Big changes to the documentation of this package: divided guide in package development and package creation; added section for implementing configuration and command-line application for bob extensions.
- Initial implementation for a (more) centrally-available python-based configuration system. The implementation is based on the config-file support that existed in bob.bio.base. Since the initial port, it has improved quite a lot to support a number of features. Check the documentation for details and how to use these on your packages.
- Initial implementation of a command-line infrastructure for bob packages. The implementation is based on click and extensible to other packages in the Bob framework. Check the documentation for details.
- Added support for stacked processors
- Fixes for compilation from scratch on newer versions of gcc, namely by having a more comprehensive use of "-isystem"
- Improvements to our internal search-path functionality for building other packages
- Ported to new CI/CD
-
v2.3.9Release v2.3.9
- Fixed documentation issues
- Use non-encrypted version of pythonhosted.org
- Adds a warning about compiling in debug mode. [doc] Adds a minimal buildout example.
- Show the output of test commands
- Changed some compilation flags
- Show the output of test commands
- Fix urls to match test expectation
- Fix version number split
- More efficient intersphinx mapping
- Merge branch 'catch_ioerror' into 'master'
- Add IOError catch clause for locally unavailable paths
- Allow for multiple documentation server locations