Skip to content

Releases: Filimoa/polars-h3

v0.6.1

Choose a tag to compare

@Filimoa Filimoa released this 17 Aug 16:06

Fixing #8

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@Filimoa Filimoa released this 18 Jul 04:40

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

Choose a tag to compare

@Filimoa Filimoa released this 17 Jul 01:25

Full Changelog: v0.5.6...v0.5.7

v0.5.6

Choose a tag to compare

@Filimoa Filimoa released this 09 Mar 01:31
36bf5e9

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

Choose a tag to compare

@Filimoa Filimoa released this 07 Mar 06:24
  • Added edge_length and get_pentagons. API is feature complete!

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@Filimoa Filimoa released this 06 Mar 03:21

Full Changelog: v0.5.3...v0.5.4

  • Fixed bug where supplied k as integer, would crash grid_ring and grid_disk
> InvalidOperationError: Series ring, length 1 doesn't match the DataFrame height of 3
  • Automatically coerces pl.Float32 to pl.Float64 in cell_to_latlng, fixing #4

v0.5.3

Choose a tag to compare

@Filimoa Filimoa released this 05 Mar 20:32

Full Changelog: v0.5.1...v0.5.2

  • grid_disk and grid_ring now accept columns as arguments instead of just integers

v0.5.2

Choose a tag to compare

@Filimoa Filimoa released this 05 Mar 20:17

Full Changelog: v0.5.1...v0.5.2

  • grid_disk and grid_ring now accept columns as arguments instead of just integers

0.5.1: Polars No Longer Mandatory

Choose a tag to compare

@Filimoa Filimoa released this 10 Jan 04:26

Full Changelog: v0.5.0...v0.5.1

Polars no longer mandatory

Choose a tag to compare

@Filimoa Filimoa released this 10 Jan 03:45
  • #3 Solves installing this with polars-u64-idx