Releases: PaulDebus/BundlerIO.jl
Releases · PaulDebus/BundlerIO.jl
v0.1.4
BundlerIO v0.1.4
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:
v0.1.3
BundlerIO v0.1.3
Merged pull requests:
v0.1.2
v0.1.1
BundlerIO v0.1.1
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
This is the initial release and contains the basic functionality and some simple tests.