Skip to content

new version #293

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 3 commits into from
Apr 16, 2025
Merged

new version #293

merged 3 commits into from
Apr 16, 2025

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Apr 16, 2025

Release notes:

  • Add an extension on TGGeometry.jl, a Julia wrapper of the tg library for fast, non-exact geometric predicates. Access by e.g. GO.intersects(GO.TG(), geom1, geom2). #271
  • Refactor reproject, in the Proj extension, to be completely safe when invoked with threaded=true. Note that it will still not be thread safe if invoked in multiple threads at the same time. See below for the changes that were made in the course of this refactor. #288
  • Refactor the apply pipeline to get rid of closures in favour of Applicators, which are able to run apply on arrays, geoms and featurecollections. Some examples are ApplyToPoint, ApplyToGeom, etc. These are mainly used by internal methods in the apply pipeline. #288
  • Add a TaskFunctors struct that allows one to use individual functors per task. This allows thread safety for reentrant C APIs. #288

@asinghvi17 asinghvi17 merged commit 0bc2499 into main Apr 16, 2025
5 of 7 checks passed
@asinghvi17 asinghvi17 deleted the as/bumpversion branch April 16, 2025 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant