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: zarr-developers/zarr-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jrs65/zarr-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 1, 2022

  1. Omit chunks with no elements in slice selection with step

    This stops chunks being read unnecessarily when a slice selection with a
    step was used. Previously all chunks spanning the start-end range would
    be used regardless of whether they contained any elements.
    
    Fixes #843.
    jrs65 committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    a53baa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Test that only the required chunks are accessed during basic selections

    This tests that only the expected set of chunks are accessed during
    basic slice selection operations for both reads and writes to an array.
    jrs65 committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    e92aaf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update release notes.

    jrs65 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a501ef0 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fix typos in release notes.

    jrs65 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b7b25cb View commit details
    Browse the repository at this point in the history
Loading