Releases: postgrespro/pgsphere
Releases · postgrespro/pgsphere
1.5.1
1.5.1-rc1
1.5.0
1.4.2
1.4.1
1.4.0
What's Changed
- Migrate doc generation to docbook/fop (postgresql approach) by @vitcpp in #63
- Add GitHub Actions pipeline for pgSphere by @borodun in #69
- Add pipeline for docs using GitHub Pages by @borodun in #73
- Spoint3 fetch by @df7cb in #74
- make test: Don't track NOTICEs by @df7cb in #79
- g_spoint3_fetch was already part of the spoint3 opclass in older vers… by @df7cb in #83
- Selectivity estimators for <@(spoint, scircle) and spoint_dwithin(spoint, spoint, float8) by @df7cb in #80
- Maintain only one list of tests by @df7cb in #84
- Configurable smoc_gin_ops index resolution by @df7cb in #86
- Drop obsolete compatibility @({bigint,spoint}, smoc) operators by @df7cb in #92
- Add function to create spoly from an array of numbers in radians by @esabol in #96
- Add spoly(spoint[]) constructor function by @vitcpp in #99
- Hash opclass for spoint by @df7cb in #102
- Add "pgindent" rule for make to run pgindent by @vitcpp in #71
New Contributors
Full Changelog: 1.3.1...1.4.0
1.3.1
1.3.0
What's Changed
- Create spoint_deg, scircle_deg, spoly_deg functions by @stepan-neretin7 in #38
- Fix compiler warning by @stepan-neretin7 in #47
- Fix sline_sline_pos by @ggnmstr in #36
- Create some tests for contains and overlap operations to check DE-9IM compliance by @3Davydov in #44
- Implement a function and tests to extract vertices from spoly by index by @stepan-neretin7 in #37
- Add calculation of the distance between a line and a point by @Darya177777 in #40
- Add spoly_is_convex by @ggnmstr in #43
- Fix compatibility with PG16 by @df7cb in #39
- Fix sphereline_circle_pos (uninitialized memory use) by @vitcpp in #56
- Add BRIN support for spoint and sbox by @gbroccolo in #55
New Contributors
- @ggnmstr made their first contribution in #36
- @3Davydov made their first contribution in #44
- @Darya177777 made their first contribution in #40
Full Changelog: 1.2.3...1.3.0
1.2.3
What's Changed
- Correct the angle functions to fix the incorrected results strans function according to the documentation. by @stepan-neretin7 in #32
Full Changelog: 1.2.2...1.2.3