Releases: LabForComputationalVision/pyrtools
Releases · LabForComputationalVision/pyrtools
v0.9.3
Small bugfix:
- there was a bug where we would never set
vert_pct=1
inimshow
, even if the user settitle=None
, because we converttitle
to a list early on in the function. with this, we check whethertitle is None
before converting it to a list, which has the behavior we want.
v0.9.2
v0.9.1
Several small changes:
-
adds project_polar_to_cartesian function
-
colormap_range now handles NaNs
-
updates docstring for colormap range and the various display functions to explain auto0/indep0
-
simplifies how we handle filter shapes
-
we explicitly check whether a filter is greater than the signal and raise an exception if so (things can get weird in that case)