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.
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:
Major fix:
Moderate Fixes:
Minor Fixes:
Fixes needing closing (?):
Refactoring:
example/tutorialfolders, and decide what goes totutorialsand what tonotebooks.