Skip to content

Bump laspy from 2.5.4 to 2.6.1 in /requirements #2872

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps laspy from 2.5.4 to 2.6.1.

Release notes

Sourced from laspy's releases.

2.6.1

Fixed

Fixed invalid import of m2r2

2.6.0

Fixed

  • Bump lazrs to fix a bug that could happen in append mode (compatibility with older lazrs preserved, but without the fix)
  • Bug in COPC where node with 0 points where not respected
  • Fixed minimum values computed by laspy info
  • The number of points by return is now correctly 64-bit and not 32-bit
  • ScaledArrayView setitem/getitem whe index is in the form of [something, index]

Added

  • Add copy method to LasHeader
  • When the points given to the LasWriter.write_points are of type ScaleAwarePointRecord laspy now automatically rescale the points.
  • ExtraBytesParams have a no_data attribute to specify which value is the no_data value
  • min and max of extra bytes are now 'tracked' when writing, and their respective fields in the extra-bytes struct are populated
  • laspy.open 'encoding_error' argument is also available to laspy.read (This argument can be used to how text encoding errors should be handled)
Changelog

Sourced from laspy's changelog.

Version 2.6.1 (07/07/2025)

Fixed

  • Removed invalid import that prevented users from importing laspy

Version 2.6.0 (06/07/2025)

Fixed

  • Bump lazrs to fix a bug that could happen in append mode (compatibility with older lazrs preserved, but without the fix)
  • Bug in COPC where node with 0 points where not respected
  • Fixed minimum values computed by laspy info
  • The number of points by return is now correctly 64-bit and not 32-bit
  • ScaledArrayView setitem/getitem whe index is in the form of [something, index]

Added

  • Add copy method to LasHeader
  • When the points given to the LasWriter.write_points are of type ScaleAwarePointRecord laspy now automatically rescale the points.
  • ExtraBytesParams have a no_data attribute to specify which value is the no_data value
  • min and max of extra bytes are now 'tracked' when writing, and their respective fields in the extra-bytes struct are populated
  • laspy.open 'encoding_error' argument is also available to laspy.read (This argument can be used to how text encoding errors should be handled)
Commits
  • 07a5fa4 2.6.1
  • 0617aba Check laspy can be imported on CI
  • 260dfcf fix: unused m2r2 causes import issues
  • cf46384 Remove Python 3.9 from CI
  • 8066bf9 Force attrs version for nox to work
  • 4df8b73 2.6.0
  • f7b2ff5 Add encoding errors to laspy.read
  • ab248f5 Add support for Extra-Bytes no_data, and min/max tracking
  • c8fc732 Fix ScaledArrayView getitem/setitem
  • 0a06c32 Update documentatio
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [laspy](https://github.com/laspy/laspy) from 2.5.4 to 2.6.1.
- [Release notes](https://github.com/laspy/laspy/releases)
- [Changelog](https://github.com/laspy/laspy/blob/master/CHANGELOG.md)
- [Commits](laspy/laspy@2.5.4...2.6.1)

---
updated-dependencies:
- dependency-name: laspy
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Packaging and dependencies python Pull requests that update Python code labels Jul 7, 2025
@adamjstewart adamjstewart merged commit 259b4d7 into main Jul 8, 2025
17 checks passed
@adamjstewart adamjstewart deleted the dependabot/pip/requirements/laspy-2.6.1 branch July 8, 2025 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant