Releases: Filimoa/polars-h3
Releases Β· Filimoa/polars-h3
Release list
v0.6.1
v0.6.0
Full Changelog: v0.5.7...v0.6.0
- Small breaking change: all graphing functions are now key words based to prevent obscure errors
Change
hex_map = plh3.graphing.plot_hex_fills(
df,
"hex7,
"elapsed_seconds"
)to
hex_map = plh3.graphing.plot_hex_fills(
df,
hex_id_col="hex7,
metric_col="elapsed_seconds"
)Fixing missing typing_extensions
Full Changelog: v0.5.6...v0.5.7
v0.5.6
v0.5.5
- Added
edge_lengthandget_pentagons. API is feature complete!
Full Changelog: v0.5.4...v0.5.5
v0.5.4
Full Changelog: v0.5.3...v0.5.4
- Fixed bug where supplied
kas integer, would crashgrid_ringandgrid_disk
> InvalidOperationError: Series ring, length 1 doesn't match the DataFrame height of 3
- Automatically coerces
pl.Float32topl.Float64incell_to_latlng, fixing #4
v0.5.3
Full Changelog: v0.5.1...v0.5.2
grid_diskandgrid_ringnow accept columns as arguments instead of just integers
v0.5.2
Full Changelog: v0.5.1...v0.5.2
grid_diskandgrid_ringnow accept columns as arguments instead of just integers
0.5.1: Polars No Longer Mandatory
Full Changelog: v0.5.0...v0.5.1
Polars no longer mandatory
- #3 Solves installing this with
polars-u64-idx