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: rafaqz/Extents.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: rafaqz/Extents.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 25, 2024

  1. fix indexing constprop (#24)

    * fix indexing constprop
    
    * inline getproperty too
    rafaqz authored Aug 25, 2024
    Copy the full SHA
    b34352c View commit details
  2. bump patch version to 0.1.4

    rafaqz authored Aug 25, 2024
    2
    Copy the full SHA
    6b64539 View commit details

Commits on Dec 31, 2024

  1. add pad and grow functions (#33)

    * add pad and grow functions
    
    * fix examples
    
    * update minimum version to lts
    
    * use 1.10 not lts but add dependabot to fix
    rafaqz authored Dec 31, 2024
    Copy the full SHA
    23bb2ba View commit details

Commits on Jan 4, 2025

  1. Bump julia-actions/setup-julia from 1 to 2 (#36)

    Bumps [julia-actions/setup-julia](https://github.com/julia-actions/setup-julia) from 1 to 2.
    - [Release notes](https://github.com/julia-actions/setup-julia/releases)
    - [Changelog](https://github.com/julia-actions/setup-julia/blob/master/devdocs/making_a_new_release.md)
    - [Commits](julia-actions/setup-julia@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: julia-actions/setup-julia
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2025
    Copy the full SHA
    59bae57 View commit details
  2. Bump codecov/codecov-action from 2 to 5 (#35)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 5.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2...v5)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2025
    Copy the full SHA
    427599b View commit details
  3. Bump actions/checkout from 2 to 4 (#34)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2025
    Copy the full SHA
    01aec5f View commit details

Commits on Jan 9, 2025

  1. remove pad we have buffer (#38)

    * remove pad we have buffer
    
    * add missing end
    rafaqz authored Jan 9, 2025
    Copy the full SHA
    9388cf7 View commit details
  2. bump patch version to 0.1.5

    rafaqz authored Jan 9, 2025
    2
    Copy the full SHA
    ced3c5f View commit details
Loading