-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: JuliaDataCubes/YAXArrayBase.jl
base: v0.6.1
head repository: JuliaDataCubes/YAXArrayBase.jl
compare: master
Commits on Feb 21, 2023
-
Enable readblock of a GDALBand into subarrays
This uses dispatch to use the previous version on proper Matrix aout and to use similar to construct a Matrix and to then use the Matrix based method.
Configuration menu - View commit details
-
Copy full SHA for 0922779 - Browse repository at this point
Copy the full SHA 0922779View commit details
Commits on Apr 21, 2023
-
Merge pull request #20 from JuliaDataCubes/fc/gdalbandreadblock
Enable readblock of a GDALBand into subarrays
Configuration menu - View commit details
-
Copy full SHA for c9d7d6d - Browse repository at this point
Copy the full SHA c9d7d6dView commit details
Commits on Jul 31, 2024
-
Switch to extensions instead of requires for datasets (#24)
* Switch to extensions instead of requires for datasets * Move all array interface implementations to extensions This moves everything from using Requires to the new extensions setup. * Switch the array tests to testitems This ensures, that the tests for different backends are independent. * Remove the Requires setup for lower julia versions We decided to only support julia versions larger than 1.9 * Switch CI to test on julia 1.9 instead of 1.6 When we restrict the Julia version to 1.9 we should also stop testing on 1.6 * Remove Zarr and NetCDF as dependencies * Remove AxisIndices This seems to be not maintained anymore with the last commit three years ago * Stop tracking Manifest.toml * Remove AxisIndices also from test environment * Add testing on nightly * Bump version to 0.7.0
4Configuration menu - View commit details
-
Copy full SHA for d779f74 - Browse repository at this point
Copy the full SHA d779f74View commit details
Commits on Aug 1, 2024
-
Upgrade Zarr DD and NetCDF compats
Adds Zarr 0.9 NetCDF 0.12 DimensionalData 0.27
Configuration menu - View commit details
-
Copy full SHA for 6ce0e57 - Browse repository at this point
Copy the full SHA 6ce0e57View commit details -
Merge pull request #25 from JuliaDataCubes/fc/updeps
Upgrade Zarr DD and NetCDF compats
2Configuration menu - View commit details
-
Copy full SHA for 77dd2e0 - Browse repository at this point
Copy the full SHA 77dd2e0View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 97d7fab - Browse repository at this point
Copy the full SHA 97d7fabView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0526f0e - Browse repository at this point
Copy the full SHA 0526f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e1e6d - Browse repository at this point
Copy the full SHA 09e1e6dView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 127650b - Browse repository at this point
Copy the full SHA 127650bView commit details -
Merge pull request #26 from lazarusA/la/fix_gdal_extension
fix gdal extension
Configuration menu - View commit details
-
Copy full SHA for 2d6f7d7 - Browse repository at this point
Copy the full SHA 2d6f7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5374348 - Browse repository at this point
Copy the full SHA 5374348View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d4e3e - Browse repository at this point
Copy the full SHA f2d4e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8205a - Browse repository at this point
Copy the full SHA 8b8205aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa09c06 - Browse repository at this point
Copy the full SHA aa09c06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6f623 - Browse repository at this point
Copy the full SHA 8b6f623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2853303 - Browse repository at this point
Copy the full SHA 2853303View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4b919 - Browse repository at this point
Copy the full SHA de4b919View commit details -
Configuration menu - View commit details
-
Copy full SHA for 370ea14 - Browse repository at this point
Copy the full SHA 370ea14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d350b1 - Browse repository at this point
Copy the full SHA 1d350b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4fac9c - Browse repository at this point
Copy the full SHA d4fac9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf2d23 - Browse repository at this point
Copy the full SHA aaf2d23View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20d594b - Browse repository at this point
Copy the full SHA 20d594bView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 827e37c - Browse repository at this point
Copy the full SHA 827e37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 674236c - Browse repository at this point
Copy the full SHA 674236cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c0b13 - Browse repository at this point
Copy the full SHA 65c0b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4637a9a - Browse repository at this point
Copy the full SHA 4637a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a6acd - Browse repository at this point
Copy the full SHA 64a6acdView commit details -
Merge pull request #28 from JuliaDataCubes/la/clean_badges
La/clean badges
2Configuration menu - View commit details
-
Copy full SHA for 88475da - Browse repository at this point
Copy the full SHA 88475daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f145b62 - Browse repository at this point
Copy the full SHA f145b62View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 3e6eb31 - Browse repository at this point
Copy the full SHA 3e6eb31View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3146712 - Browse repository at this point
Copy the full SHA 3146712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06afb13 - Browse repository at this point
Copy the full SHA 06afb13View commit details -
Merge pull request #30 from JuliaDataCubes/lazarusA-patch-1
Update Project.toml
2Configuration menu - View commit details
-
Copy full SHA for 7773192 - Browse repository at this point
Copy the full SHA 7773192View commit details
Commits on Nov 22, 2024
-
Add option to persist handle to NetCDF files (#31)
* add interface for keeping handles open for faster dataset opening * update tests * test on lts instead of 1.9 * Add dependabot * test 1.10 since workflows are too old
2Configuration menu - View commit details
-
Copy full SHA for 2ebac48 - Browse repository at this point
Copy the full SHA 2ebac48View commit details
Commits on Nov 25, 2024
-
Bump actions/checkout from 2 to 4 (#35)
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>
Configuration menu - View commit details
-
Copy full SHA for 65dbfcf - Browse repository at this point
Copy the full SHA 65dbfcfView commit details -
Bump codecov/codecov-action from 1 to 5 (#34)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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>
Configuration menu - View commit details
-
Copy full SHA for 6fea0bc - Browse repository at this point
Copy the full SHA 6fea0bcView commit details
Commits on Dec 17, 2024
-
Bump julia-actions/setup-julia from 1 to 2 (#33)
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) - [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> Co-authored-by: Fabian Gans <fgans@bgc-jena.mpg.de>
Configuration menu - View commit details
-
Copy full SHA for 6a7701f - Browse repository at this point
Copy the full SHA 6a7701fView commit details -
Bump actions/cache from 1 to 4 (#32)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- updated-dependencies: - dependency-name: actions/cache 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>
Configuration menu - View commit details
-
Copy full SHA for 9ddb084 - Browse repository at this point
Copy the full SHA 9ddb084View commit details
Commits on May 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b192037 - Browse repository at this point
Copy the full SHA b192037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f046c - Browse repository at this point
Copy the full SHA 08f046cView commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 222292b - Browse repository at this point
Copy the full SHA 222292bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52297a0 - Browse repository at this point
Copy the full SHA 52297a0View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 7341c3b - Browse repository at this point
Copy the full SHA 7341c3bView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.