-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.8.0 #67
Merged
Merged
Release v0.8.0 #67
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As ne treats nans as unequal
Change default value of check_model_series_values to True
- with and without timeseries values checks
- update or insert timeseries (for lazy people who dont feel like checking if a series is already stored) - add iter_* methods for looping over contents in library - add tests - some minor changes (docstrings, etc.)
Add upsert and iter methods
- allows models to be obtained with dict-like selection from pstore.models - allows models to be added to store with dict-like assign method - allows iteration over models
Don't show timesteps with NaNs in data availability plot
- keep a list of model names per oseries - list is updated when models are added deleted - accessor has dict-like access - initialized when instantiating connector (2 ms per model for arctic) - add test
add oseries models accessor
- add option to ignore errors in get_statistics and get_parameters - add _modelnames_cache property to store
Install Optional Dependencies Directly
- add method for minimal dictionary - add method for replacing timeseries with names or "nearest" - add support for lists in _convert_dict_dtypes_for_yaml - add minimal_yaml and use_nearest options for exports - add tests for minimal_yaml and use_nearest - update notebook showcasing minimal_yaml and use_nearest
improve yaml interface
- use optimal param instead of initial
This reverts commit 6fd48dc.
This reverts commit 713bc49.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New features:
pstore.models
or dict-like access, i.e.pstore.models["my_first_model"]
.pip install pastastore[all]
Notes: