Concerto v0.82.9
This is a patch release, which allows users to control whether to resolve external models or not ("offline" mode) from the command line, and improves the build / testing process.
🏖️ Work offline with the CLI and ModelLoader class (#202)
- Concerto CLI now supports an option
--offline
which can be used to disable external models resolution. This can be used when all models are local. - New
offline
option for theModelLoader
class, which disables external models resolution. This can improve performances when external model resolution is not needed.
🏗️ Build
- Version checking for the changelog and API documentation generation does not fail anymore for the next available version (#204)