You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chunksize is now a tuple of integers (was a vector of integers). On input (of defVar and chunking), a vector of integers is still accepted for compatibility.
idimensions key word argument is dropped from write. Use SubDatasets instead to write a subset of a netcdf file.
Many functions and types not specific to NetCDF files (multi-files, views, and load by value) have been moved to CommonDataModel.jl
3029105
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
chunksize
is now a tuple of integers (was a vector of integers). On input (ofdefVar
andchunking
), a vector of integers is still accepted for compatibility.idimensions
key word argument is dropped from write. UseSubDatasets
instead to write a subset of a netcdf file.3029105
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/97361
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: