-
Notifications
You must be signed in to change notification settings - Fork 31
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
Feature/c3s extract funs #110
Merged
Merged
Commits on Jan 12, 2022
-
MAINT: Refactor ecad functions
- Removed duplicated code. - Made use of qualified names for cf_cariables. This hides in IndexConfig the expected order of input variable. - Simplified output type of funs. No need to create additional types.
Configuration menu - View commit details
-
Copy full SHA for 07ae804 - Browse repository at this point
Copy the full SHA 07ae804View commit details
Commits on Jan 14, 2022
-
It was messing with fully qualified named making python being lost, and it couldn't choose correctly between the package and the module.
Configuration menu - View commit details
-
Copy full SHA for dea04f1 - Browse repository at this point
Copy the full SHA dea04f1View commit details -
For now, we store the yaml file internally. This is based on version 0.3.0 of the yaml file. We must follow updates from https://github.com/clix-meta/clix-meta
Configuration menu - View commit details
-
Copy full SHA for 96348da - Browse repository at this point
Copy the full SHA 96348daView commit details -
This qualifier metadata is used internally to figure out the necessary parameters to compute the index. We need it for C3S auto-generated functions.
Configuration menu - View commit details
-
Copy full SHA for 8f5fdb8 - Browse repository at this point
Copy the full SHA 8f5fdb8View commit details -
This module will be used by C3S to extract icclim indices into individual functions.
Configuration menu - View commit details
-
Copy full SHA for 91182a9 - Browse repository at this point
Copy the full SHA 91182a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd0fd0 - Browse repository at this point
Copy the full SHA 5bd0fd0View commit details -
These changes are related to c3s integration.
Configuration menu - View commit details
-
Copy full SHA for 87fac63 - Browse repository at this point
Copy the full SHA 87fac63View commit details
Commits on Jan 26, 2022
-
ENH: Deprecate transfer_limit_Mbytes
`transfer_limit_Mbytes` was used to control dask chunking. This is however not really a good practice because all other dask configurations are still left outside icclim.
Configuration menu - View commit details
-
Copy full SHA for 3153265 - Browse repository at this point
Copy the full SHA 3153265View commit details -
For project related reason this is not a 5.1.0 even if there are many changes since the initial 5.0 bump. This should not be an issue as icclim-v5 is not widely distributed yet.
Configuration menu - View commit details
-
Copy full SHA for d17db6b - Browse repository at this point
Copy the full SHA d17db6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d1628 - Browse repository at this point
Copy the full SHA 70d1628View commit details
Commits on Jan 27, 2022
-
- Overlapping years were not properly computed. - Chunking was done at dataset level but, it is only needed at data-array level.
Configuration menu - View commit details
-
Copy full SHA for ded8844 - Browse repository at this point
Copy the full SHA ded8844View commit details -
ENH: Add icclim.indices (plural)
This function list all available ecad indices.
Configuration menu - View commit details
-
Copy full SHA for 96fefe2 - Browse repository at this point
Copy the full SHA 96fefe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ea7b4 - Browse repository at this point
Copy the full SHA 76ea7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd493b - Browse repository at this point
Copy the full SHA dcd493bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89209d3 - Browse repository at this point
Copy the full SHA 89209d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26fa44 - Browse repository at this point
Copy the full SHA d26fa44View commit details -
ENH: Add user custom index to extractor
This could be improved by destructuring `user_index` parameter into multiple parameters on the generated function.
Configuration menu - View commit details
-
Copy full SHA for aed084c - Browse repository at this point
Copy the full SHA aed084cView commit details -
All changes are now under 5.0.0rc3, which is the targeted official release.
Configuration menu - View commit details
-
Copy full SHA for e61591c - Browse repository at this point
Copy the full SHA e61591cView commit details
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd2f8d7 - Browse repository at this point
Copy the full SHA bd2f8d7View commit details -
When the in_base and out_of_base fully overlap, it is unnecessary (and costly) to bootstrap percentiles.
Configuration menu - View commit details
-
Copy full SHA for 45fd3d9 - Browse repository at this point
Copy the full SHA 45fd3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53bebe - Browse repository at this point
Copy the full SHA b53bebeView commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fb3f1fb - Browse repository at this point
Copy the full SHA fb3f1fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713dbfd - Browse repository at this point
Copy the full SHA 713dbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55441c - Browse repository at this point
Copy the full SHA d55441cView commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8c9a0d0 - Browse repository at this point
Copy the full SHA 8c9a0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b7a4e0 - Browse repository at this point
Copy the full SHA 4b7a4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ef682 - Browse repository at this point
Copy the full SHA 10ef682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7523cf3 - Browse repository at this point
Copy the full SHA 7523cf3View commit details
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.