Releases: theochem/roberto
Releases · theochem/roberto
Automatic release of version 1.8.0
Fix pylint issue
Automatic release of version 1.7.0
Update changelog
Automatic release of version 1.6.1
Small fixes, mostly for cpp projects.
Automatic release of version 1.6.0
- Add formatter dependencies for cardboardlint to default config.
- Add rst-lint dependency for cardboardlint to default config.
- Add ROBERTO_ABS=1 option to disable relative linting.
Automatic release of version 1.5.0
- Call cardboardlinter with parallel option.
- Improved processing of coverage resutls for C++ code.
- Minor fixes.
Automatic release of version 1.4.1
Fix typo in tasks.py
Automatic release of version 1.4.0
- Only conda requirements in default config. Required packages were added to conda-forge.
- Start using stable versions of cardboardlint.
- Add more requirements that were missing from default config.
- Document API with sphinxcontrib-autodoc.
- Generate files for doc from conf.py. Separate script no longer needed.
- Various website improvements.
- Fix issue with building for python != 3.7.
Automatic release of version 1.3.0
- Option to add project-specific extra requirements, which may be convenient when using certain Sphinx extensions. This was also possible in the previous version by rewriting the corresponding
build-docs
tool, but this was a rather cumbersome approach. - Documentation improvements, also for the CI setup on Travis.
- conda* packages are installed and updated in the base environment. This makes sure the most up-to-date versions are used. Upgrading them in a sub-environment may have no effect.
- The stderr is hidden for commands that are allowed to fail.
- A few minor fixups.
Automatic release of version 1.2.1
Fix the detection of a pull request, such that it also works on Travis-CI.
Automatic release of version 1.2.0
- Make pytest run in parallel.
- Parallel in-place build with CMake.
- Default task has become "quality", i.e. the in-place subset of the tests.
- More configuration options for in-place builds (paths and flags).
- Fix SDK blues on OSX.
- Various small fixes.