Skip to content

Releases: PaulDebus/BundlerIO.jl

v0.1.4

03 Jun 16:27
Compare
Choose a tag to compare

BundlerIO v0.1.4

Diff since v0.1.3

Major changes

  • Increase min Julia version to 1.9
  • Update dependencies

Dependency updates

  • Update ImageProjectiveGeometry.jl to 0.4 to reduce inherited dependencies
  • Remove Meshes.jl dependency. It was only used for the Point3 type, which was replaced with just an array, similar to ImageProjectiveGeometry.jl. This significantly reduced inherited dependencies

Merged pull requests:

  • CompatHelper: bump compat for Meshes to 0.20, (keep existing compat) (#13) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.21, (keep existing compat) (#14) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.22, (keep existing compat) (#16) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.23, (keep existing compat) (#17) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.24, (keep existing compat) (#18) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.25, (keep existing compat) (#19) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.26, (keep existing compat) (#20) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.27, (keep existing compat) (#21) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.28, (keep existing compat) (#22) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.29, (keep existing compat) (#23) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.30, (keep existing compat) (#24) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.31, (keep existing compat) (#25) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.32, (keep existing compat) (#26) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.33, (keep existing compat) (#27) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.34, (keep existing compat) (#28) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.35, (keep existing compat) (#29) (@github-actions[bot])
  • CompatHelper: add new compat entry for Downloads at version 1, (keep existing compat) (#30) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.36, (keep existing compat) (#32) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.37, (keep existing compat) (#34) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.39, (keep existing compat) (#36) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.40, (keep existing compat) (#37) (@github-actions[bot])
  • CompatHelper: bump compat for ImageProjectiveGeometry to 0.4, (keep existing compat) (#38) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.41, (keep existing compat) (#39) (@github-actions[bot])
  • CompatHelper: bump compat for Meshes to 0.42, (keep existing compat) (#40) (@github-actions[bot])

Closed issues:

  • BoundsError when loading bundle file. (#12)
  • Set up automated testing (#15)

v0.1.3

07 Jan 10:52
Compare
Choose a tag to compare

BundlerIO v0.1.3

Diff since v0.1.2

Merged pull requests:

  • CompatHelper: bump compat for "Meshes" to "0.8" (#8) (@github-actions[bot])
  • CompatHelper: bump compat for "Meshes" to "0.9" (#9) (@github-actions[bot])
  • CompatHelper: bump compat for "ColorTypes" to "0.11" (#11) (@github-actions[bot])

v0.1.2

25 Feb 14:39
Compare
Choose a tag to compare

BundlerIO v0.1.2

Diff since v0.1.1

Fix magic for integration with FileIO

v0.1.1

20 Feb 19:59
Compare
Choose a tag to compare

BundlerIO v0.1.1

Diff since v0.1.0

First release. The basic functionality is there

Merged pull requests:

  • CompatHelper: add new compat entry for "Meshes" at version "0.7" (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ColorTypes" at version "0.10" (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for "FileIO" at version "1.4" (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for "ImageProjectiveGeometry" at version "0.3" (#4) (@github-actions[bot])

Initial release

17 Feb 16:46
Compare
Choose a tag to compare

This is the initial release and contains the basic functionality and some simple tests.