-
Notifications
You must be signed in to change notification settings - Fork 485
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
New version: YAXArrays v0.4.0 #66541
Merged
Merged
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
Contributor
JuliaRegistrator
commented
Aug 19, 2022
•
edited
Loading
edited
- Registering package: YAXArrays
- Repository: https://github.com/JuliaDataCubes/YAXArrays.jl
- Created by: @felixcremer
- Version: v0.4.0
- Commit: e0adfd9085d26e68dbe78ecb337164412dd5b71e
- Reviewed by: @felixcremer
- Reference: JuliaDataCubes/YAXArrays.jl@e0adfd9#commitcomment-81611782
- Description: Yet Another XArray-like Julia package
JuliaRegistrator
referenced
this pull request
in JuliaDataCubes/YAXArrays.jl
Aug 19, 2022
* First iteration of new savedataset * New model to save cubes * Add some saving examples * More docs * Even more examples * All tests pass * Add save tests * Bug in test * Fixing test * Penalize buffers larger than the dimlength We want, that the buffersize is at most the length along the given dimension. Therefore we are penalizing buffers which are larger than the dimension length. This also surfaces the writefac parameter to the savecube function. * Add docs for savecube function * fix * fix bugs * remove loadorgenerate for now * Never allow missing when writing data * Bunp YAXArrayBase version * fix missings * Fix tests * Remove unnecessary show statements * Require YAXArrayBase 0.6 * Update docs/src/examples/Saving and rechunking.md * Update docs/src/examples/Saving and rechunking.md Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update docs/src/examples/Saving and rechunking.md Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update docs/src/examples/Saving and rechunking.md Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update docs/src/examples/Saving and rechunking.md * Update docs/src/examples/Saving and rechunking.md Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update docs/src/examples/Saving and rechunking.md Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update src/Cubes/Cubes.jl * Update src/Cubes/Cubes.jl * Update src/Cubes/Rechunker.jl * Update src/Cubes/Rechunker.jl Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Update src/Cubes/Rechunker.jl Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de> * Rename the skeleton_only keyword to skeleton I also removed the skeleton keyword from the append_dataset function, because it haven't been used in the function body and I don't see the use case. * Put the skeleton keyword back into append_dataset * Use eachchunk(c) instead of c.chunks * Use the max_cache from YAXDefaults in the Rechunker scripts * Switch to explicit using for ProgressMeter * Add test for non-missing append_dataset * Fully remove lines related to @loadorgenerate * Update src/DatasetAPI/Datasets.jl * Update src/DatasetAPI/Datasets.jl Co-authored-by: Felix Cremer <fcremer@bgc-jena.mpg.de>
Your If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
UUID: c21b50f5-aa40-41ea-b809-c0f5e47bfa5c Repo: https://github.com/JuliaDataCubes/YAXArrays.jl.git Tree: 9df0db2b162ab83f9943f2aaa41a5ce0e55d7c11 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
4688a1d
to
270f24f
Compare
JuliaRegistrator
referenced
this pull request
in JuliaDataCubes/YAXArrays.jl
Aug 19, 2022
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.