Skip to content

Releases: JuliaSpacePhysics/CommonDataFormat.jl

v0.2.0

11 Jun 23:24

Choose a tag to compare

CommonDataFormat v0.2.0

Diff since v0.1.16

Changed

  • Breaking: Renamed exported enum DataType to CDFDataType ([#46]) as the old name collided with Base.DataType.

Merged pull requests:

  • feat: juliac --trim compatibility (#43) (@Beforerr)
  • perf: static-arity dims in variable() + fix StaticString null padding (#45) (@Beforerr)
  • fix!: ambiguity error for Base.DataType and correct typo (#46) (@Beforerr)
  • fix: RLE decompression for compressed variable records (#47) (@Beforerr)
  • feat: add close(::CDFDataset) (#49) (@Beforerr)
  • perf: O(n) dataset iteration (#50) (@Beforerr)
  • fix: return decompressor to channel on exception to prevent deadlock (#51) (@Beforerr)
  • refactor: R{FST}(buffer, offset) record constructor style (#52) (@Beforerr)
  • feat: write_be_fields refactor: make VDR/rVDR pure isbits values (#53) (@Beforerr)

v0.1.16

11 May 08:33

Choose a tag to compare

CommonDataFormat v0.1.16

Diff since v0.1.15

v0.1.15

11 May 06:39

Choose a tag to compare

CommonDataFormat v0.1.15

Diff since v0.1.14

Merged pull requests:

  • fix: narrow haskey and get methods for LazyVAttrib with type constraints (#42) (@Beforerr)

v0.1.14

14 Apr 20:17

Choose a tag to compare

CommonDataFormat v0.1.14

Diff since v0.1.13

Merged pull requests:

  • build(deps): bump julia-actions/cache from 2 to 3 (#38) (@dependabot[bot])
  • build(deps): bump codecov/codecov-action from 5 to 6 (#39) (@dependabot[bot])
  • perf: lazy LazyVAttrib for zero-cost var.attrib access (#40) (@Beforerr)

v0.1.13

05 Feb 06:26

Choose a tag to compare

CommonDataFormat v0.1.13

Diff since v0.1.12

Merged pull requests:

  • feat: support contains and occursin method (#37) (@Beforerr)

v0.1.12

03 Feb 20:53

Choose a tag to compare

CommonDataFormat v0.1.12

Diff since v0.1.11

Merged pull requests:

  • perf: replace offset helper functions with OffsetsIterator type (#36) (@Beforerr)

v0.1.11

03 Feb 00:02

Choose a tag to compare

CommonDataFormat v0.1.11

Diff since v0.1.10

Merged pull requests:

v0.1.10

01 Feb 05:57

Choose a tag to compare

CommonDataFormat v0.1.10

Diff since v0.1.9

Merged pull requests:

  • build(deps): bump actions/checkout from 5 to 6 (#31) (@dependabot[bot])
  • refactor: vendor StaticString implementation and remove StaticStrings.jl dependency (too many invalidations caused by StaticStrings.jl) (#33) (@Beforerr)
  • refactor: remove CodecZlib and Dictionaries dependencies, use LibDeflate and Dict instead (#34) (@Beforerr)

v0.1.9

07 Jan 09:52

Choose a tag to compare

CommonDataFormat v0.1.9

Diff since v0.1.8

Merged pull requests:

  • fix: allow scalar r-variables and improve test data handling (#32) (@Beforerr)

v0.1.8

19 Nov 00:54

Choose a tag to compare

CommonDataFormat v0.1.8

Diff since v0.1.7

Merged pull requests:

  • fix: add JET static analysis tests, fix found issues and improve type stability (#30) (@Beforerr)