Skip to content

flexpolyline 0.1.1

Compare
Choose a tag to compare
@munterfi munterfi released this 07 Aug 10:46
· 104 commits to master since this release
5ed2bfb
  • Add ORCID to author field in DESCRIPTION.
  • Limit the encoding check in the C++ binding test to 7 digits.
  • Use explicit type casts before left shifting and reassigning (x <<= y) to avoid UBSAN runtime error 'left shift of negative value' in flexpolyline.h.