-
Notifications
You must be signed in to change notification settings - Fork 93
Comparing changes
Open a pull request
base repository: felt/geo
base: v3.5.1
head repository: felt/geo
compare: v3.6.0
- 14 commits
- 29 files changed
- 6 contributors
Commits on Sep 14, 2023
-
Now that the package lives under the Felt org, I've updated all the links to point to their new home.
Configuration menu - View commit details
-
Copy full SHA for cda5bba - Browse repository at this point
Copy the full SHA cda5bbaView commit details -
* Add GitHub Actions CI Adds GitHub Actions for: - build & test for all combinations of Elixir 1.10, 1.11, 1.12, 1.13, 1.14, and 1.15, plus OTP 22, 23, 24, 25, and 26 - basic code quality checks (and a formatting fix and unused dependency removal to match) - checking for retired Hex dependencies Also updates the maintainers list and URL to reflect the new Felt org. * Run mix format * Fix build & test action * Test a failure case discovered by the test matrix
Configuration menu - View commit details
-
Copy full SHA for 219e76d - Browse repository at this point
Copy the full SHA 219e76dView commit details -
Bump ex_doc from 0.29.4 to 0.30.6 (#185)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.4 to 0.30.6. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.29.4...v0.30.6) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a27f21 - Browse repository at this point
Copy the full SHA 5a27f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b870d8 - Browse repository at this point
Copy the full SHA 6b870d8View commit details < 10000 svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code Button-visual">Browse the repository at this point in the history -
Support for Empty Point (#172)
* Support for Empty Point Adds support for (E)WKB and GeoJSON conversion for Empty Point. An Empty Point in - in WKB is represented as `Point(NaN NaN)`. - in GeoJson is represented as `{"type" => "Point", "coordinates" => []}` This PR implements an Empty Point in Geo as `%Geo.Point{coordinates: nil}` * Make empty point happy with WKB
Configuration menu - View commit details
-
Copy full SHA for 78ac946 - Browse repository at this point
Copy the full SHA 78ac946View commit details -
Bump jason from 1.4.0 to 1.4.1 (#183)
Bumps [jason](https://github.com/michalmuskala/jason) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/michalmuskala/jason/releases) - [Changelog](https://github.com/michalmuskala/jason/blob/master/CHANGELOG.md) - [Commits](michalmuskala/jason@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: jason dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d86acd7 - Browse repository at this point
Copy the full SHA d86acd7View commit details
Commits on Sep 18, 2023
-
Bump stream_data from 0.5.0 to 0.6.0 (#184)
Bumps [stream_data](https://github.com/whatyouhide/stream_data) from 0.5.0 to 0.6.0. - [Changelog](https://github.com/whatyouhide/stream_data/blob/main/CHANGELOG.md) - [Commits](whatyouhide/stream_data@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: stream_data dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90ebeb5 - Browse repository at this point
Copy the full SHA 90ebeb5View commit details
Commits on Sep 19, 2023
-
Run CI on merge to master (#187)
* Run CI on merge to master I had copied these templates from a project where the main branch was named `main`. For the time being, I've just updated the name here to match the project's main branch name of `master`. (Longer term, we should look into what might break in people's workflows if we moved to `main`.) * Retry on CI failures so we don't refuse to merge due to WKT instability
Configuration menu - View commit details
-
Copy full SHA for 726667a - Browse repository at this point
Copy the full SHA 726667aView commit details -
This was breaking the build because we were unintentionally duplicating these function clauses (see the `for {endian, endian_atom, modifier} . . .` stuff).
Configuration menu - View commit details
-
Copy full SHA for d56d8a4 - Browse repository at this point
Copy the full SHA d56d8a4View commit details -
Decode MultiLineStringZ (#179)
* Decode MultiLineStringZ * Update json_test.exs * Run mix format --------- Co-authored-by: Tyler A. Young <tyler@tylerayoung.com>
Configuration menu - View commit details
-
Copy full SHA for c85ebc0 - Browse repository at this point
Copy the full SHA c85ebc0View commit details
Commits on Oct 9, 2023
-
Support for LineStringZM (#171)
* Document where to find WKB magic numbers * Add support for LineStringZM * comply with geojson spec * Make tests match desired behavior, and run mix format --------- Co-authored-by: Tyler A. Young <tyler@tylerayoung.com>
Configuration menu - View commit details
-
Copy full SHA for f989295 - Browse repository at this point
Copy the full SHA f989295View commit details
Commits on Oct 16, 2023
-
Bump ex_doc from 0.30.6 to 0.30.7 (#190)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.6 to 0.30.7. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.30.6...v0.30.7) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for febe6a1 - Browse repository at this point
Copy the full SHA febe6a1View commit details
Commits on Oct 17, 2023
-
Bump ex_doc from 0.30.7 to 0.30.8 (#191)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.30.7 to 0.30.8. - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.30.7...v0.30.8) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ca8177 - Browse repository at this point
Copy the full SHA 9ca8177View commit details
Commits on Oct 19, 2023
-
Prepare to release v3.6.0 (#189)
* Prepare to release v3.6.0 * Add release date
Configuration menu - View commit details
-
Copy full SHA for e44d48b - Browse repository at this point
Copy the full SHA e44d48bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.1...v3.6.0