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

Port non-breaking changes for 0.16.16 #1098

Merged
merged 17 commits into from
Aug 23, 2023

Conversation

mkitti
Copy link
Member

@mkitti mkitti commented Aug 20, 2023

Cherry pick non-breaking changes from master to release-0.16

Cherry picked up to f3c942c

mkitti and others added 16 commits May 30, 2023 00:39
…#1075)

* Fix _typed_load fast path for Julia 1.10 (currently nightly) by thresholding on `1.10.0-DEV.1390`
* Use `Libc.memcpy` after that threshold
* Add initial support for H5Dchunk_iter

* Implement h5d_chunk_iter_helper

* Implement HDF5.get_all_chunk_info

* Make tests pass via HDF5 1.14.0

* Apply formatting

* Test filters with filter_mask via H5Dchunk_iter

* Require functions to return an integer

* Provide index based chunk iteration, rename to HDF5.get_chunk_info_all

* Fix formatting

* Fix documentation

* Fix documentation

* Improve testing

* Always define _get_chunk_info_all_by_iter for documenter

* Update src/datasets.jl

Co-authored-by: Simon Byrne <[email protected]>

* Precompile get_chunk_info_all implementations before benchmarking

* Fix documentation

* Fix tests

* Formatting

---------

Co-authored-by: Simon Byrne <[email protected]>
This will display the diff, and return a non-zero exit code if there are changes
* Fixup readme logo links and readme style

* Tweak

* Tweak logo centering
…uliaIO#1086)

* Fix JuliaIO#1083 maxdims -> max_dims in dataspace documentation

* Fix JuliaIO#1084, create_dataset with Type and Dataspace

Also expand definitions for dataspace with two positional arguments.
Pin Blosc_jll to 1.21.2 if AVX2 is not detected. See Blosc/c-blosc#371

* Formatter
@mkitti mkitti requested review from simonbyrne and musm August 20, 2023 08:50
@mkitti
Copy link
Member Author

mkitti commented Aug 20, 2023

@simonbyrne @musm I think we will need a 0.16.16 release for 1.10 compatability before we can push out 0.17.

@mkitti mkitti marked this pull request as ready for review August 22, 2023 17:42
@mkitti
Copy link
Member Author

mkitti commented Aug 22, 2023

@musm I want to merge this as soon as possible since Julia 1.10 is now in beta. Any objections?

@musm
Copy link
Member

musm commented Aug 23, 2023

LGTM!

Rebase and merge as please

@musm
Copy link
Member

musm commented Aug 23, 2023

Actually maybe a squash and merge would be easier for maintenance?

@mkitti mkitti merged commit c52831e into JuliaIO:release-0.16 Aug 23, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants