Skip to content

Releases: theochem/roberto

Automatic release of version 1.8.0

14 May 12:23
Compare
Choose a tag to compare

Automatic release of version 1.7.0

16 May 10:53
Compare
Choose a tag to compare

Automatic release of version 1.6.1

14 Apr 08:14
Compare
Choose a tag to compare

Small fixes, mostly for cpp projects.

Automatic release of version 1.6.0

12 Apr 14:33
Compare
Choose a tag to compare
  • 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

09 Apr 18:25
Compare
Choose a tag to compare
  • Call cardboardlinter with parallel option.
  • Improved processing of coverage resutls for C++ code.
  • Minor fixes.

Automatic release of version 1.4.1

30 Mar 22:17
Compare
Choose a tag to compare

Fix typo in tasks.py

Automatic release of version 1.4.0

30 Mar 22:01
Compare
Choose a tag to compare
  • 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

26 Mar 19:56
Compare
Choose a tag to compare
  • 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

22 Mar 14:54
Compare
Choose a tag to compare

Fix the detection of a pull request, such that it also works on Travis-CI.

Automatic release of version 1.2.0

22 Mar 02:17
Compare
Choose a tag to compare
  • 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.