Skip to content

Releases: JuliaSpacePhysics/CommonDataFormat.jl

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)

v0.1.7

03 Nov 19:51

Choose a tag to compare

CommonDataFormat v0.1.7

Diff since v0.1.6

Merged pull requests:

  • feat: enhance CDF variable display and refactor byte encoding (#28) (@Beforerr)
  • refactor: optimize attribute loading with improved byte swap handling (#29) (@Beforerr)

v0.1.6

21 Oct 18:19

Choose a tag to compare

CommonDataFormat v0.1.6

Diff since v0.1.4

Merged pull requests:

  • feat: more Datetime methods for Epoch (#23) (@Beforerr)
  • fix: add identity conversion for CDF epoch types (#24) (@Beforerr)
  • feat: add string constructor for Epoch types and fix attribute header search logic (#25) (@Beforerr)
  • feat: implement row/column majority layout handling with in-place data swapping (#26) (@Beforerr)
  • docs: improve README and dataset display formatting (#27) (@Beforerr)

v0.1.5

03 Oct 07:12

Choose a tag to compare

CommonDataFormat v0.1.5

Diff since v0.1.4

Merged pull requests:

  • feat: more Datetime methods for Epoch (#23) (@Beforerr)
  • fix: add identity conversion for CDF epoch types (#24) (@Beforerr)

v0.1.4

30 Sep 20:39

Choose a tag to compare

CommonDataFormat v0.1.4

Diff since v0.1.3

Merged pull requests:

  • perf: optimize CDF variable access by removing redundant VVR caching … (#21) (@Beforerr)
  • feat: add support for r-variables in CDF file format (#22) (@Beforerr)