Skip to content
Snippets Groups Projects
Commit 02a7a166 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Changelog for bob.extension

parent f67fac34
No related branches found
No related tags found
1 merge request!73Updating the changelog for Bob's release
...@@ -12,64 +12,24 @@ ...@@ -12,64 +12,24 @@
* Improve handling of environments for Python 3.6 (issue #24) * Improve handling of environments for Python 3.6 (issue #24)
* rebuild * rebuild
* bob.extension * bob.extension
* patch * major
- Updated the link to bob-devel - Big changes to the documentation of this package: divided guide in
- Python-based configuration system (closes bob.extension#43) package development and package creation; added section for implementing
- Simplifies configuration system configuration and command-line application for bob extensions.
- Multiple fixes as per discussions on git st - Initial implementation for a (more) centrally-available python-based
- Add test unit; Remove six dep configuration system. The implementation is based on the config-file
- Encourage people to create simple configurations support that existed in bob.bio.base. Since the initial port, it has
- import os as _os improved quite a lot to support a number of features. Check the
- Fix variable name documentation for details and how to use these on your packages.
- Remove one logging line - Initial implementation of a command-line infrastructure for bob
- Remove default 'defaults' dictionary packages. The implementation is based on click and extensible to other
- Implement automatic rc module loading; Multiple simplifications packages in the Bob framework. Check the documentation for details.
- Fix py3 doctest - Added support for stacked processors
- Implement two config systems. One for global configurations and one for local configs - Fixes for compilation from scratch on newer versions of gcc, namely by
- Fix some typos having a more comprehensive use of "-isystem"
- Fix some typos - Improvements to our internal search-path functionality for building
- explain more how the rc system should be used other packages
- Fix some typos - Ported to new CI/CD
- Minor cosmetical changes
- Missed a backtick
- Fixed issue with the config loading. Now we can have complex elements (like…
- Fixed issue with the gc
- Add support for loading configs through entrypoint names
- Fix for python 3
- Add stacked processors
- Divide the guide into two guides: Developing packages, creating packages
- point to bob group
- Add the note for develop.cfg
- replace the note
- Add a tldr section
- mention to use this python
- Fixes non-working relative imports (closes bob.extension#47)
- Use basic_config on user guide
- Add CONDA_PREFIX to the search path of pkg-config
- Use one function to construct search paths for all functionality
- improve the documentation
- Fix the default location of RCFILENAME
- Add a test for loading configs from different package names
- remove the keys that might break the loading of the next config file
- Add comments to explain best practices
- Implementation of the bob script using click
- bob.extension is stable now
- remove the verbose and log options from bob script
- Add a test for relative imports in module paths
- Fix relative imports in module paths
- in conda test environments shebang could be very large and break this tests with…
- Use conda's BUILD_PREFIX to search for build tools (closes bob/bob.corebob.extension#7)
- Migrate to conda based CI
- Improve -isystem usage by implementing…
- Add nitpick exception
- Improve error message
- Add functionality to write scripts that accept config files
- Rename the classes to avoid confusion
- improve the docs
- rename option to resource option
- Use cc by default if ${CC} is not set
- Handle unicode strings in Python 2 properly
- Fix label
* bob.blitz * bob.blitz
* minor * minor
* Migrate to conda based CI * Migrate to conda based CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment