Skip to content

Releases: plumed/PlumedToHTML

Version 0.59

09 May 15:44
Compare
Choose a tag to compare

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

09 May 10:18
Compare
Choose a tag to compare

Removed an error on bad html to see if we can get the lessons working at least

Version 0.57

09 May 09:43
Compare
Choose a tag to compare

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

09 May 08:03
8a2d0ec
Compare
Choose a tag to compare

The same as version 0.56. I don't understand tags in GitHub.

Version 0.55

09 May 07:57
Compare
Choose a tag to compare

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

27 Feb 16:27
Compare
Choose a tag to compare

Bug fix release. Addresses issue caused if you include files that do not end in a new line character.

Version 0.52

23 Jan 11:31
Compare
Choose a tag to compare

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

12 Jan 17:23
Compare
Choose a tag to compare

This release hopefully deploys to PyPi and doesn't give any errors for the workflow on GitHub.

0.51

12 Jan 14:51
Compare
Choose a tag to compare

This is a bug fix release that allows you to use colons in trailing comments. This is a second attempt to create the release.