Skip to content

Commit

Permalink
Remove direct dep on GeoInterfaceRecipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Oct 11, 2024
1 parent 527eb30 commit 06b25d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LazIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using Extents
using FileIO
using FixedPointNumbers
using GeoInterface
using GeoInterfaceRecipes
using LasIO
using LASzip_jll
using Libdl
Expand Down

2 comments on commit 06b25d9

@evetion
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Changes

  • Added limited support for las 1.4+ pointtypes
  • Added plot support via package extensions on RecipesBase and Makie
  • Updated for new Julia versions
  • Updated CI

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/117077

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.4 -m "<description of version>" 06b25d9221d33a7ace557b4390b7d77256b02e4a
git push origin v0.4.4

Please sign in to comment.