commit | 4c5740a6747b78502f432b662024e5bf6a4ae8c4 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Dec 12 08:08:27 2018 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Dec 11 19:08:27 2018 -0500 |
tree | c245a60d06c205cb9c744ea03aeb1b9172abe45e | |
parent | 0143367da8896d4c188df390ba3fad868b770d02 [diff] |
Compressed point support (#4629) * compressed point support * refactor to use oct2point directly * small docs change * remove deprecation for the moment and a bit of review feedback * no backend arg, implicitly import it * missed a spot * double oops * remove superfluous call * use refactored method * use vector file * one last item