Skip to content

0.3.1 release

Latest
Compare
Choose a tag to compare
@vmarois vmarois released this 29 Nov 00:40
· 459 commits to develop since this release

What's new:

  • Add a Reproducible Research section in the documentation, which has the purpose to gather information about our published work and how to reproduce the associated experiments. To open up this new section, a full-fledged, self-contained section about the experiments of our ViGIL paper is available. See #105
    This section is possible thanks to the following changes & addons:
    - Support for multiple tests in the Tester (cf #98),
    - Can delete keys in the ParamRegistry (#100)

  • Documentation restructuration (#93), to better reflect the organization of the code repo,

  • Add a new helper, ProblemInitializer, which will, at term, handle checking the existence of the data files for a particular Problem, and download them if non-existing.