Skip to content

Releases: LabForComputationalVision/pyrtools

v0.9.3

19 Nov 19:13
Compare
Choose a tag to compare

Small bugfix:

  • there was a bug where we would never set vert_pct=1 in imshow, even if the user set title=None, because we convert title to a list early on in the function. with this, we check whether title is None before converting it to a list, which has the behavior we want.

v0.9.2

06 Aug 22:42
Compare
Choose a tag to compare

One minor addition:

  • Adds blue_noise function to pyrtools.synthetic_images

v0.9.1

01 Jul 23:59
Compare
Choose a tag to compare

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)

v0.9.0

12 Apr 15:39
Compare
Choose a tag to compare

Initial release.

All the code works at this point, but the documentation could be improved.