Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaIO/HDF5.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.14
Choose a base ref
...
head repository: JuliaIO/HDF5.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.15
Choose a head ref
  • 11 commits
  • 21 files changed
  • 11 contributors

Commits on Mar 15, 2023

  1. Update docs on system-provided MPI (#1059)

    * update docs on system-provided MPI
    * Update MPI.jl doc link
    
    ---------
    
    Co-authored-by: Simon Byrne <[email protected]>
    JoshuaLampert and simonbyrne authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1a290cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcaba5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update HDF5_jll compat to 1.14, bump version number (#1054)

    * Update HDF5_jll compat to 1.14, bump version number
    
    * SZIP test is no longer broken in HDF5_jll 1.14 and beyond
    
    * Fix formatting
    
    * Fix library version detection and conversion up to 1.16
    mkitti authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c65ac25 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    5d82668 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Fixes create_dataset for compound types (#1069)

    * Fixes create_dataset for compound types. Closes #1068
    
    * Formatting
    tamasgal authored May 18, 2023
    Configuration menu
    Copy the full SHA
    2ac2598 View commit details
    Browse the repository at this point in the history
  2. Functional API with Strings / variable-size strings (#1067)

    * Functional API with Strings / variable-size strings
    
    * Fix formatting
    
    * Add some new string tests
    
    * Fix formatting
    mkitti authored May 18, 2023
    Configuration menu
    Copy the full SHA
    f308723 View commit details
    Browse the repository at this point in the history
  3. Tuple support (#1060)

    * add tuple conversion
    
    * add tests
    
    * fix method signature
    
    * make changes non-breaking
    
    * Formatting
    
    ---------
    
    Co-authored-by: Mark Kittisopikul <[email protected]>
    Co-authored-by: kittisopikulm <[email protected]>
    3 people authored May 18, 2023
    Configuration menu
    Copy the full SHA
    e369d1f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Handle partial chunks (#1072)

    0 authored May 25, 2023
    Configuration menu
    Copy the full SHA
    87c14e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3570bb8 View commit details
    Browse the repository at this point in the history
  3. Docstrings for the function copy_object (#1071)

    * Add docstring to copy_object
    
    * Add an empty line for formatting
    
    * Add interface/objects to documentation
    
    * Add docstring for delete_object
    
    * Add a short description for copy_object in the document
    
    * Add delete_object to docs
    
    ---------
    
    Co-authored-by: Mark Kittisopikul <[email protected]>
    linwaytin and mkitti authored May 25, 2023
    Configuration menu
    Copy the full SHA
    9bd0032 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    5ec8e06 View commit details
    Browse the repository at this point in the history
Loading