Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update laz requirement from 0.8 to 0.9 #69

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Updates the requirements on laz to permit the latest version.

Changelog

Sourced from laz's changelog.

0.9.0

  • Add LasZipAppender & ParLasZipAppender, structs that allow to easily append points to LAZ data

0.8.3

  • Fixed seeking to a point (with format >= 6) that falls in the last chunk of a file.

0.8.2

  • Fixed creation of LazVlr for point formats with Wavepacket (id 4, 5, 9, 10).

0.8.1

  • Fixed potential division by zero on bad data. A division by zero could sometimes happen in the arithmetic decoder when decompressing invalid data, this would trigger a panic. Now an End Of File error will be returned.

0.8.0

  • Added support for Wavepacket compression/decompression for point format 4 & 5 (compressor version 1 & 2) and point format 9 & 10 (compressor version 3)
  • Added support for selective decompression, which enables to selectively decompress or not some fields. Only works on layered fields (point format >= 6)

0.7.0

  • Changed the license from LGPL to Apache 2.0 as LASZip (the projects laz-rs derives from) was re-licensed to Apache 2.0
  • Fixed seeking to a point that is a multiple of chunk size.
  • Fixed seeking in variable size chunk for ParLasZipDecompressor

0.6.4

  • Fixed compression of RGB and NIR for point format >= 6 where the NIR/RBG was always the same value.
  • Fixed compression and decompression of extra bytes for point format >= 6.

0.6.3

  • Added ChunkTable::read to public API.
  • Fixed support for non seekable stream (fix contained in 0.6.2 was incomplete)

0.6.2

  • Added par_decompress to the public API. (parallel feature required)
  • Fixed LasZipDecompressor to still be able to read points even when the source is not seekable. Seeking is only required to get the ChunkTable, and the ChunkTable is only required when wanting to use LasZipDecompressor.seek to get a point.

0.6.1

  • Added support for PointWise compressed data in LasZipDecompressor.
  • Fixed LasZipCompressor when no points where compressed.

0.6.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [laz](https://github.com/tmontaigu/laz-rs) to permit the latest version.
- [Changelog](https://github.com/laz-rs/laz-rs/blob/master/CHANGELOG.md)
- [Commits](laz-rs/laz-rs@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: laz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2024
@gadomski gadomski merged commit 0a1f786 into main Mar 25, 2024
2 checks passed
@gadomski gadomski deleted the dependabot/cargo/laz-0.9 branch March 25, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant