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

Commits on May 30, 2023

  1. Fix _typed_load fast path for Julia 1.10 (currently nightly) (JuliaIO…

    …#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
    mkitti committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4957fb8 View commit details
    Browse the repository at this point in the history
  2. Add initial support for H5Dchunk_iter (JuliaIO#1031)

    * 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]>
    mkitti and simonbyrne committed May 30, 2023
    Configuration menu
    Copy the full SHA
    cfba706 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Simplify formatter check (JuliaIO#1078)

    This will display the diff, and return a non-zero exit code if there are changes
    simonbyrne authored and mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    095242b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cce07b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb33b6 View commit details
    Browse the repository at this point in the history
  4. Fixup readme logo links and readme style (JuliaIO#1088)

    * Fixup readme logo links and readme style
    
    * Tweak
    
    * Tweak logo centering
    musm authored and mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7e333a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42c0828 View commit details
    Browse the repository at this point in the history
  6. Allow create_dataset to take a Type and Dataspace, Fix JuliaIO#1084 (J…

    …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 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6ee2c6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3feda44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    31bd658 View commit details
    Browse the repository at this point in the history
  9. Fix tests for Julia 1.3

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    21a195d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7860d7 View commit details
    Browse the repository at this point in the history
  11. Use static if block to fix 1.3

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    91f27bc View commit details
    Browse the repository at this point in the history
  12. Fix version and formatting

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    300f56b View commit details
    Browse the repository at this point in the history
  13. Fix tests

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c8fd7cd View commit details
    Browse the repository at this point in the history
  14. Bump version to 0.16.16

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f597539 View commit details
    Browse the repository at this point in the history
  15. Formatting

    mkitti committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    31e6061 View commit details
    Browse the repository at this point in the history