Releases: plumed/PlumedToHTML
Version 0.59
Turn back on validation checks on outputted html, which is now possible because we are dealing with html special characters in comments.
Version 0.58
Removed an error on bad html to see if we can get the lessons working at least
Version 0.57
Changed error about non clickable value names to warning as there is an issue with shortcuts that I need to find a fix for in PLUMED.
Version 0.56
The same as version 0.56. I don't understand tags in GitHub.
Version 0.55
This release uses new features from plumed 2.10 to generate the docstrings for the various values in input. These features make the docstrings more meaningful and allow you to distinguish the different types (atoms, scalar, vector, matrix and grid) that are passed between actions. The passing of data is even colour coded so you can more clearly see what PLUMED is doing.
I also changed that code testing is managed. Now a sense check is done on the html that is generated from a plumed input file. In particular I check:
That valid HTML is generated
That all clickable values have a hidden div to appear with the description of the value.
That all shortcuts or switchable inputs generate both the long and short divs containing the inputs.
In other words, I am testing that the various actions that occur when you run the javascript on these actions work.
The other parts of testing are also redesigned so as to ensure that you can change the PLUMED documentation without causing errors in the tests on
Version 0.54
Bug fix release. Addresses issue caused if you include files that do not end in a new line character.
Version 0.52
get_html now collects the names of all actions that have been used in the various plumed inputs that are being processed. This feature will be useful for creating tables that can be filtered based on whether a particular input action is used in a plumed input.
Version 0.52
This release hopefully deploys to PyPi and doesn't give any errors for the workflow on GitHub.