mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Closes #77 NOTE: changes the C function signature so you need to properly upgrade scripts for things to work again.
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
1.1.0
|
|
-----
|
|
|
|
- New functions
|
|
- PC_PCId(pcpoint|pcpatch)
|
|
- PC_Get(pcpoint) returns float8[]
|
|
- PC_Summary(pcpatch)
|
|
- PC_Patch{Min,Max,Avg}(pcpatch) returns pcpoint (#77)
|
|
- Enhancements
|
|
- Support sigbits encoding for 64bit integers (#61)
|
|
- Warn about truncated values (#68)
|
|
|
|
1.0.0
|
|
-----
|
|
|
|
Initial release, also known as:
|
|
- 0.1.0 (git tag v0.1.0)
|
|
- 1.0 (extension script filename)
|
|
|