You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #239, API has stablized and we need to complete minor work for v1.0.0. Here we agree on the tasks, and issues, needed to be completed before the major release.
Clean up unused functionality (e.g., documents.py, file.py, log.py and many other functions within)
Refactor core-modules structure (might break API): In which module should gridded non-poisson tests (brier, negbinom, binary) be placed? Should each have its own module? I believe we should abstract any coupling between scores, tests and distributions: Some users might be interested in the tests, and some only the scores of the test.
Refactor core modules to harmonize function signatures and include type hinting (not breaking API)
Clean-up example/tutorial folders, and decide what goes to tutorials and what to notebooks.
Some thoughts here... Overall the roadmap to 1.0 looks good. We probably want to add some incremental releases in here, and we can iterate on during our next call. Also, I would elevate #255 to being a major issue. This has implications for most of the inner workings of the code and evaluations.
As mentioned in #239, API has stablized and we need to complete minor work for v1.0.0. Here we agree on the tasks, and issues, needed to be completed before the major release.
Features:
Refactoring:
example/tutorial
folders, and decide what goes totutorials
and what tonotebooks
.Minor Fixes:
Moderate Fixes:
Major fix:
Fixes needing closing (?):
Remaining open-issues could be dealt within the v1 versions.
The text was updated successfully, but these errors were encountered: