Skip to content

Commit

Permalink
Updated RELEASE history. (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ferrell authored and nicholas-sly committed Dec 20, 2019
1 parent ea3217f commit 6545b10
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# This number should track progressive changes in this software, and correspond to git tags
# denoting releases. It is entirely independent of the the Pavilion's VERSION.
2.0
RELEASE=2.1

# Release History

## 2.1
- Quite a few bugfixes.
- Simplified time output (and dropped pytz dependency)
- Updated regex parser.
- Migrated documentation to Readthedocs and restructured text format.
- Added API documentation
- Added some tutorials
- Add ls and cat commands
- Moved exception tracking to a single log file.
- Added the concept of hidden tests.
- Re-organized how deferred variables work.
- run.sh files are now regenerated when a test _run's
- test variables are now saved in the test run directory.
- Fixed RUN_COMPLETE files. They are now made when a test is finished,
fails, is cancelled, and in most error cases.

## 2.0

- All new Pavilion 2.0 redesign
- Pavilion was completely redesigned and reimplemented for this release.

0 comments on commit 6545b10

Please sign in to comment.