Skip to content

Commit

Permalink
Validation log
Browse files Browse the repository at this point in the history
  • Loading branch information
Guigue, Mathieu committed Apr 6, 2018
1 parent 3269d07 commit 123dd1e
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions doc/ValidationLog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
Validation Log
==============

Guidelines
----------

* All new features incorporated into a tagged release should have their validation documented.
* Document the new feature.
* Perform tests to validate the new feature.
* If the feature is slated for incorporation into an official analysis, perform tests to show that the overall analysis works and benefits from this feature.
* Indicate in this log where to find documentation of the new feature.
* Indicate in this log what tests were performed, and where to find a writeup of the results.
* Fixes to existing features should also be validated.
* Perform tests to show that the fix solves the problem that had been indicated.
* Perform tests to show that the fix does not cause other problems.
* Indicate in this log what tests were performed and how you know the problem was fixed.

Log
---

Version: 1.2.0
~~~~~~~~~~~~~~

Release Date: April 5, 2018
'''''''''''''''''''''''''''''''

New Features:
'''''''''''''


Fixes:
''''''

* Removing Phylloxera namespace
* Cleaner PhylloxeraPy interface: prevent libraries from loading twice
* Cleaner installation: no build of the internal libraries (ToolBox, TritiumSpectrum)


Template
--------

Version:
~~~~~~~~

Release Date:
'''''''''''''

New Features:
'''''''''''''

* Feature 1
* Details
* Feature 2
* Details

Fixes:
''''''

* Fix 1
* Details
* Fix 2
* Details

0 comments on commit 123dd1e

Please sign in to comment.