-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #91 from boegel/010
bump version to 0.1.0, add RELEASE_NOTES
- Loading branch information
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
This file contains a description of the major changes to the EESSI test suite. | ||
For more detailed information, please see the git log. | ||
|
||
v0.1.0 (5 October 2023) | ||
----------------------- | ||
|
||
This is the first release of the EESSI test suite. | ||
|
||
It includes: | ||
|
||
* A well-structured `eessi.testsuite` Python package that provides constants, utilities, hooks, and tests, which can be installed with "`pip install`". | ||
* Tests for GROMACS and TensorFlow in `eessi.testsuite.tests.apps` that leverage the functionality provided by `eessi.testsuite.*`. | ||
* Examples of ReFrame configuration files for various systems in the `config` subdirectory. | ||
* A `common_logging_config()` function to facilitate the ReFrame logging configuration. | ||
* A set of standard device types and features that can be used in the partitions section of the ReFrame configuration file. | ||
* A set of tags (CI + scale) that can be used to filter checks. | ||
* Scripts that show how to run the test suite. | ||
|
||
For documentation, see https://eessi.io/docs/test-suite . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters