Skip to content

Releases: Alexander-Barth/NCDatasets.jl

v0.10.1

20 Mar 07:05
676ab8f
Compare
Choose a tag to compare

NCDatasets v0.10.1

Diff since v0.10.0

Closed issues:

  • High Memory Usage (#75)
  • Unable to build NCDatasets.jl (#80)

v0.10.0

18 Feb 21:06
Compare
Choose a tag to compare

NCDatasets v0.10.0

Diff since v0.9.5

Closed issues:

  • Asmmetry with Missings and DateTime when loading and saving vars. (#38)
  • Read a variable of Char Datatype (#39)
  • Data typed Union{Missing, Dates.DateTime, AbstractCFDateTime, Number} when calling discrete indices (#40)
  • conflict of netcdf.dll (#41)
  • Cannot read time variable: "Unsupported calendar: Gregorian" (#42)
  • cannot install after update because incompatibility with other packages? (#45)
  • Something is wrong with mean: takes too much time (#48)
  • Accessing a dataset with a range takes forever...? (#49)
  • [DOC] How to get the dimensions of a dataset? (#50)
  • Why is CFVariable a subtype of AbstractArray? (#51)
  • Make size of a NCDataset/CFVariable return a NamedTuple instead (#52)
  • Quick question on scale_factor and add_offset (#56)
  • Can one obtain the dimensions directly from a dataset? (#63)
  • Question: Is it possible to obtain the dimension values from a CFVariable? (#69)
  • Ability to not apply add_offset and scale_factor (#70)
  • Direct convertion to DimensionalArray (#72)
  • Usage of "attrib" keywords in defVar (#73)
  • Feature request: attributes(x) returns a dictionary. (#76)
  • [DOC] How to merge 2 NCDatasets (same dims/attributes) (#77)

Merged pull requests:

v0.9.5

22 Oct 20:10
v0.9.5
318f4ec
Compare
Choose a tag to compare

v0.9.5 (2019-10-21)

Diff since v0.9.4

Closed issues:

  • An array of arbitrary size can be appended to a CFVariable (#37)

v0.9.4

03 Oct 19:22
v0.9.4
Compare
Choose a tag to compare

v0.9.4 (2019-10-02)

Diff since v0.9.3

Closed issues:

  • NetCDF: Operation not allowed in define mode (#36)

v0.9.3

19 Sep 10:22
v0.9.3
Compare
Choose a tag to compare

v0.9.3 (2019-09-19)

Diff since v0.9.2

Closed issues:

  • Abstract date handling to another package? (#34)
  • Attempt to use feature that was not turned on when netCDF was built (#32)
  • Is it possible to get memory mapping in NCDatasets? (#31)
  • NCDatasets should fail when trying to access a nonexisting index. (#30)

v0.9.2

06 May 13:10
5f95f55
Compare
Choose a tag to compare
Update Project.toml

v0.9.1

30 Apr 10:09
bb79dd7
Compare
Choose a tag to compare
  • Fix issue #28

v0.9.0

04 Apr 20:18
Compare
Choose a tag to compare
  • initial implementation of NCDataset with deferred open
  • fix default time unit
  • improve documentations (thanks @Balinus )

v0.8.0

07 Mar 12:57
Compare
Choose a tag to compare
  • Restructure time handling code in the submodule CFTime
  • Fix issue #21, #23 and #24

v0.7.0

12 Feb 13:07
Compare
Choose a tag to compare
  • load contiguous ragged array
  • fix issue #22 in ncgen with unlimited dimensions