tag:github.com,2008:https://github.com/atsyplenkov/qbin/releasesRelease notes from qbin2025-05-01T08:36:10Ztag:github.com,2008:Repository/968384872/v0.2.02025-05-01T08:38:30Zv0.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<></code> or <code>Option<></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>atsyplenkovtag:github.com,2008:Repository/968384872/v0.1.02025-04-26T04:03:30Zv0.1.0<ul>
<li>initial release, basic coverage of the Quadbin API</li>
</ul>atsyplenkov