Skip to content

Fix issues and creating new features

Compare
Choose a tag to compare
@brunorosilva brunorosilva released this 27 Mar 20:42
· 4 commits to main since this release
b85ad11

features

  • add plot all years as columns via the years_as_columns: bool = False parameter (see #15 )
  • add min and max colormap controls via the cmap_min: Optional[float] = None and cmap_max: Optional[float] = None parameters (see #18 )
  • add option to only show selected months via the start_month: int = 1 and end_month: int = 12 parameters (see #19 )

fixes

  • changed default min colormap value to min column value (see #17 and #18 (comment))
  • part 1 of issue #16 is dealt with here

not addressed

  • parts 2 and 3 of the issue #16 is not addressed still, but it's the next one in line

What's Changed

Full Changelog: v0.1.13...v0.1.16