Skip to content

Commit

Permalink
bump version to v0.7.3, add changelog, rebuild apidocs, update index.…
Browse files Browse the repository at this point in the history
…rst and remove command_reference.rst
  • Loading branch information
shahzebsiddiqui committed Nov 25, 2019
1 parent 33d7178 commit bf36809
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 22 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=================

v0.7.3 (Nov 25th, 2019)
-----------------------

- enable ``cuda``, ``intel``, ``pgi`` compilation, this can be set via ``compilers`` key
- Define shell variables ``CC``, ``FC``, ``CXX`` to be used to reference builds
- Define shell variable ``EXECUTABLE`` to reference generated executable
- Fix Code Style issues reported by CodeFactor (https://www.codefactor.io/repository/github/hpc-buildtest/buildtest-framework)
- Add , hust-19 slides, buildtest architecture and workflow diagram in documentation
- Simplify output of ``buildtest module --easybuild`` and ``buildtest module --spack``
- Add ``module purge`` or ``module --force purge`` in test (#122)
- automate documentation examples for building test examples
- move all documentation examples to ``toolkit/suite/tutorial``
- update CONTRIBUTING.rst guide to include section on building buildtest API docs, automating documentation examples and running regression test via pytest


v0.7.2 (Nov 8th, 2019)
----------------------
- automate documentation test generation using python script
Expand Down
7 changes: 0 additions & 7 deletions docs/api/buildtest.test.job.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/buildtest.tools.yaml.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/command_reference.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ This documentation was last rebuild on |today| and is intended for version |vers
:maxdepth: 2
:caption: Development Guide

command_reference.rst
contributing.rst
references.rst

Expand Down
2 changes: 1 addition & 1 deletion src/buildtest/tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from shutil import copy


BUILDTEST_VERSION="0.7.2"
BUILDTEST_VERSION="0.7.3"
BUILDTEST_ROOT = os.getenv("BUILDTEST_ROOT")

# test scripts that need to be run locally
Expand Down

0 comments on commit bf36809

Please sign in to comment.