Skip to content

Releases: visr/LasIO.jl

v0.3.7

27 Apr 18:01
0a9f58d
Compare
Choose a tag to compare

LasIO v0.3.7

Diff since v0.3.6

Merged pull requests:

  • add @sprintf statements to improve printing consistency (#35) (@Crghilardi)
  • MassInstallAction: Install the TagBot workflow on this repository (#38) (@visr)
  • MassInstallAction: Install the CI workflow on this repository (#39) (@visr)
  • add some notes on IO macros (#40) (@Crghilardi)
  • add GitHub CI badge, remove travis and appveyor badges on README (#41) (@Crghilardi)
  • CompatHelper: bump compat for "ColorTypes" to "0.11" (#42) (@github-actions[bot])

v0.3.6

13 Mar 13:01
757e4d8
Compare
Choose a tag to compare

LasIO v0.3.6

Diff since v0.3.5

Merged pull requests:

  • CompatHelper: bump compat for "ColorTypes" to "0.10" (#33) (@github-actions[bot])

v0.3.5

02 Mar 21:02
8e1a26f
Compare
Choose a tag to compare

LasIO v0.3.5

Diff since v0.3.4

Merged pull requests:

  • CompatHelper: bump compat for "GeometryTypes" to "0.8" (#32) (@github-actions[bot])

v0.3.4

04 Feb 18:33
v0.3.4
Compare
Choose a tag to compare

v0.3.4 (2020-02-04)

Diff since v0.3.3

Closed issues:

  • Core dump inside LasIO (#30)
  • more name flame war - LazIO headers vs LasIO headers (#29)

Merged pull requests:

v0.3.3

04 Feb 15:45
a8625c5
Compare
Choose a tag to compare
v0.3.3

v0.3.2

04 Feb 15:44
9c1b7ed
Compare
Choose a tag to compare
v0.3.2

v0.3.1

17 Oct 14:04
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-10-17)

Diff since v0.3.0

Closed issues:

  • Julia v1.2 support? (#23)

v0.3.0

16 Oct 21:57
v0.3.0
Compare
Choose a tag to compare

v0.3.0 (2019-10-15)

Diff since v0.2.1

Closed issues:

  • Rename "creation_doy" to "creation_dayofyear" (#20)
  • Generated method for read is slower than non-generated one (#14)
  • provide laszip with BinDeps.jl (#7)

Merged pull requests:

  • add Project.toml, require at least julia 1.0 (#24) (visr)
  • Renamed and deprecated header field doy to day of year. (#21) (evetion)

Fix `load` for .laz

16 Sep 17:56
403b46d
Compare
Choose a tag to compare
v0.2.1

update changelog

Fix deprecations on julia 0.7/1.0, drop support for 0.6

17 Aug 07:08
Compare
Choose a tag to compare

Fixed

  • Fixed all deprecation warnings in julia 0.7

Changed

  • Minimum supported release is now julia 0.7
  • epsg_code no longer returns a Nullable, but a UInt16, or nothing if not present