Changelog#
Changelog#
[v0.2.7] - 2026-02-03#
Added#
remodule now included in standard imports viahelpers.
[v0.2.6] - 2026-02-03#
Changed#
Breaking:
nhistnow returns the figure object instead of(ax, N, bins). Data is accessible viafig.nhistdict containingN,bins, andrawN.Breaking:
ndhistnow returns the figure object instead of(counts, bins_x, bins_y). Data is accessible viafig.ndhistdict.Renamed
helpers_graphingmodule tohelpers(backward compatible shim in place).
Added#
drop_mostly_na()function for filtering sparse columns/rows from DataFrames.
[v0.2.5] - 2026-02-03#
Changed#
robust_floater()now returnsnp.naninstead of the original string when given a non-numeric string. Previously, passing"hello"would return"hello", which could cause mixed-type issues in pandas/numpy operations. Now it returnsnanfor consistent numeric output.