Skip to content
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 1 commit into from
Aug 19, 2022

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Aug 19, 2022

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>
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch August 19, 2022 09:38 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Aug 19, 2022

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


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 [noblock] in your comment.

UUID: c21b50f5-aa40-41ea-b809-c0f5e47bfa5c
Repo: https://github.com/JuliaDataCubes/YAXArrays.jl.git
Tree: 9df0db2b162ab83f9943f2aaa41a5ce0e55d7c11

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
@JuliaRegistrator JuliaRegistrator force-pushed the registrator/yaxarrays/c21b50f5/v0.4.0 branch from 4688a1d to 270f24f Compare August 19, 2022 11:14
JuliaRegistrator referenced this pull request in JuliaDataCubes/YAXArrays.jl Aug 19, 2022
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch August 19, 2022 11:15 Inactive
@JuliaTagBot JuliaTagBot merged commit 0845430 into master Aug 19, 2022
@JuliaTagBot JuliaTagBot deleted the registrator/yaxarrays/c21b50f5/v0.4.0 branch August 19, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants