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

Apply CompatHelper suggestions, free NetCDF,Zarr; add & pin DiskArrays #878

Merged
merged 4 commits into from
Oct 9, 2024

Conversation

arlowhite
Copy link
Contributor

@arlowhite arlowhite commented Oct 9, 2024

Apply the suggestions from CompatHelper.

add & pin DiskArrays instead of pinning packages that depend on it. (free NetCDF, Zarr)

Note NetCDF 0.12 requires later version of DiskArrays, so we're stuck on 0.11

] update

This results in DimensionalData updating from 0.27.9 to 0.28.2
https://github.com/rafaqz/DimensionalData.jl/releases

Note 0.28.0

Breaking: Broadcast performance and correctness (rafaqz/DimensionalData.jl#777)

@arlowhite arlowhite changed the base branch from main to julia-1-11-update October 9, 2024 02:35
@@ -87,7 +87,8 @@ CpuId = "0.3"
DataFrames = "1"
DataStructures = "0.18, 0.2"
Dates = "1"
DimensionalData = "0.25, 0.26, 0.27"
DimensionalData = "0.25, 0.26, 0.27, 0.28"
DiskArrays = "=0.3.23"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this may be redundant with pin? but just to be safe

@@ -115,6 +116,7 @@ MAT = "0.10"
MLJ = "0.19.2, 0.20"
Makie = "0.20.8, 0.21"
ModelParameters = "0.4"
NetCDF = "0.11, 0.12"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.11 needed to resolve a compatible version with DiskArrays@0.3.23

Base automatically changed from julia-1-11-update to main October 9, 2024 03:04
Copy link
Collaborator

@ConnectedSystems ConnectedSystems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants