tag:github.com,2008:https://github.com/atsyplenkov/qbin/releases Release notes from qbin 2025-05-01T08:36:10Z tag:github.com,2008:Repository/968384872/v0.2.0 2025-05-01T08:38:30Z v0.2.0 <h3>Added</h3> <ul> <li>Added basic support for geo-primitive types (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3009503380" data-permission-text="Title is private" data-url="https://github.com/atsyplenkov/qbin/issues/1" data-hovercard-type="issue" data-hovercard-url="/atsyplenkov/qbin/issues/1/hovercard" href="https://github.com/atsyplenkov/qbin/issues/1">#1</a>), including encoding Points and MultiPoints into Quadbin Cells and decoding Quadbin Cells into Polygons.</li> <li>Added method to list Cell's children.</li> <li>Added benchmarks to evaluate performance and compare with <code>geohash</code> and <code>h3o</code>.</li> </ul> <h3>Changed</h3> <ul> <li>Significantly rewrote the codebase to make it more idiomatic. Most functions now return either <code>Result&lt;&gt;</code> or <code>Option&lt;&gt;</code>.</li> <li>Better errors with <code>QuadbinError</code> enum.</li> </ul> <p><strong>Full changelog:</strong> <a class="commit-link" href="https://github.com/atsyplenkov/qbin/compare/v0.1.0...v0.2.0"><tt>v0.1.0...v0.2.0</tt></a></p> atsyplenkov tag:github.com,2008:Repository/968384872/v0.1.0 2025-04-26T04:03:30Z v0.1.0 <ul> <li>initial release, basic coverage of the Quadbin API</li> </ul> atsyplenkov