Steps towards version 1.0 #185
jsmariegaard
started this conversation in
Ideas
Replies: 2 comments
-
@jsmariegaard : This seems very exciting! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Hendrik1987, the first alpha is already on PyPI: https://pypi.org/project/modelskill/ but this is mostly to reserve the name. Proper pre-releases will be made soon after the summer in August/September. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently re-factoring this library making it ready for version 1.0.
Goals
New API
If the modelresult and observation geometry types can easily be inferred (e.g. dfsu or point data):
If the user wants to be more explicit (or geometry types cannot easily be inferred):
If data has already been matched (e.g. resides in a single dfs0/dataframe):
If the modelresults and observations are specified in a configuration file:
Tasks:
Week 3
__getattr__
in both SkillTable and SkillGrid? Delegate less attributes #391Documentation
data
andplot
(make them appear in the documentation)Bugs/minor
Testing
January, 2024, post-release, but soon
quantity
property for consistencyRefactoring
Considerations/thoughts
Naming
Long-list, postponed, 2024
Done
model
argument -> return multiple plots instead, Scatter plot return multiple plots for multiple models #337generate labels based on long_name and unit instead of itemInfo) Replace ItemInfo with fmskill.Quantity #191
Beta Was this translation helpful? Give feedback.
All reactions