Skip to content

Releases: brunorosilva/plotly-calplot

v0.1.20

06 Dec 05:47
Compare
Choose a tag to compare

features

  • improved some docstrings
  • added validate_date_column here in order to address #26 , now the code accepts tz aware dates, string dates (given the date_fmt) or plain datetime from pd.to_datetime

fixes

  • fix the deployment pipeline to test pypi and pypi
  • add Union so mypy can run its tests
  • remove start_month and end_month from get_date_coordinates, it was not necessary
  • remove the pandas 1.x dependency to any addressing #27

Full Changelog: v0.1.16...v0.1.20

Fix issues and creating new features

27 Mar 20:42
b85ad11
Compare
Choose a tag to compare

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

v0.1.13

21 Sep 19:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.12...v0.1.13

v0.0.12

02 Aug 02:58
b8057fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.12

Presenting month_calplot

01 Jun 21:42
Compare
Choose a tag to compare

What's Changed

  • add month_calplot to the library, all credits to @daviddavo for the idea and implementation
    image
  • update lib version by @brunorosilva in #6

Full Changelog: v0.1.9...v0.1.10

Fix global colorscale issues

25 Apr 18:29
4c1ea2a
Compare
Choose a tag to compare
  • add showscale parameter option in order to make it easier to show colorscales
  • fix colorscale to become global

What's Changed

Full Changelog: v0.1.8...v0.1.9

Small improvements

20 Apr 19:57
a77941d
Compare
Choose a tag to compare

Patch notes

  • fixing issues
  • code refactoring