Skip to content

Releases: JuliaIO/StructIO.jl

v0.3.1

09 Aug 22:15
f66b10d
Compare
Choose a tag to compare

StructIO v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Updates to documentation to explain how to get Packed packing_strategy (#18) (@lwabeke)
  • Modernize the package setup (#19) (@ararslan)
  • enable dependabot for GitHub actions (#21) (@ranocha)
  • Bump julia-actions/cache from 1 to 2 (#25) (@dependabot[bot])
  • Bump codecov/codecov-action from 2 to 4 (#26) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#27) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#28) (@dependabot[bot])
  • macro hygiene: don't assume StructIO is in scope in io macro (#29) (@stevengj)
  • fix nightly docstring test failure (#30) (@stevengj)

Closed issues:

  • Failing pkg evaluator for 0.6 -- needs metadata update? (#6)
  • transfer to JuliaIO? (#20)
  • Still “experimental”? (#22)
  • @io depends on StructIO being imported (#24)

0.7 Compatibility Release

13 Jun 01:29
455543c
Compare
Choose a tag to compare
v0.3.0

Actually, let's also show the 0.6 badge

Fix packing on byteswapped architectures

13 Oct 08:01
Compare
Choose a tag to compare

This release fixes a bevvy of deprecation warnings, and also fixes packing on byteswapped archs

Quality of life improvements

10 Oct 21:37
Compare
Choose a tag to compare

This release raises the minimum compatible Julia version to 0.6, and includes expanded support for parametric types, as well as a host of other improvements in documentation and code clarity. It also includes a pack() operation, which is the inverse of the unpack() operation, and moves the sizeof() overrides over to a new packed_sizeof() export.

v0.1.0: 0.6 compat & rename at-struct -> at-io

21 Feb 17:08
Compare
Choose a tag to compare
Also disable travis testing on OS X