-
Notifications
You must be signed in to change notification settings - Fork 200
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
Add new geo-traits
crate
#1019
Closed
Add new geo-traits
crate
#1019
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 91e159b - Browse repository at this point
Copy the full SHA 91e159bView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb6c6c - Browse repository at this point
Copy the full SHA edb6c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cdca40 - Browse repository at this point
Copy the full SHA 9cdca40View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec4fdc - Browse repository at this point
Copy the full SHA bec4fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63803e - Browse repository at this point
Copy the full SHA f63803eView commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f87562a - Browse repository at this point
Copy the full SHA f87562aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b04f25 - Browse repository at this point
Copy the full SHA 2b04f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dcba58 - Browse repository at this point
Copy the full SHA 6dcba58View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 046704b - Browse repository at this point
Copy the full SHA 046704bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3a51d - Browse repository at this point
Copy the full SHA cf3a51dView commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6413405 - Browse repository at this point
Copy the full SHA 6413405View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d639fe - Browse repository at this point
Copy the full SHA 7d639feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10cdce0 - Browse repository at this point
Copy the full SHA 10cdce0View commit details
Commits on Jun 21, 2023
-
1011: Initial geo-traits implementation r=frewsxcv a=kylebarron - [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. --- As discussed on the discord, in #838, and originally in #67, this is an initial bare-bones implementation of geometry access traits for discussion. As `@frewsxcv` suggested, for now this is a separate crate in the workspace to let us iterate on some ideas. ### Future work #### Minimize cloning in the geo-types implementation I got lost in lifetime errors so to get things to compile I added cloning to the geo-types implementations. I.e. for `MultiPoint` each point is cloned when accessed. Co-authored-by: Kyle Barron <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b9557f - Browse repository at this point
Copy the full SHA 1b9557fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e952ed1 - Browse repository at this point
Copy the full SHA e952ed1View commit details
Commits on Nov 27, 2023
-
Remove unneeded trait lifetime in geo-traits (#1114)
* Merge branch 'main' * Remove unneeded trait lifetime in geo-traits * bump MSRV for geo-traits CI --------- Co-authored-by: Michael Kirk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f116527 - Browse repository at this point
Copy the full SHA f116527View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b44e27 - Browse repository at this point
Copy the full SHA 6b44e27View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.