List of open tasks that can be tackled during the sprint
Release
User guide
The user guide was created during the previous sprint, but many sections remain to be written.
New methods
Some new methods could be added to the library in future releases. This list is open to discussion:
Testing
The testing (for the CI) of the methods implemented in the library has been subject to debate (#375 ). One of the tradeoffs is that methods are stochastic and often provide guarantees in expectation. While ideally the test would check that the implementation indeed provides the guarantees, it should also be done in a reasonable computation time (typically <1min per test) and be robust, that is, fail with a very low probability.
Also, the current tests are not uniform between methods.
List of open tasks that can be tackled during the sprint
Release
User guide
The user guide was created during the previous sprint, but many sections remain to be written.
New methods
Some new methods could be added to the library in future releases. This list is open to discussion:
Testing
The testing (for the CI) of the methods implemented in the library has been subject to debate (#375 ). One of the tradeoffs is that methods are stochastic and often provide guarantees in expectation. While ideally the test would check that the implementation indeed provides the guarantees, it should also be done in a reasonable computation time (typically <1min per test) and be robust, that is, fail with a very low probability.
Also, the current tests are not uniform between methods.