Releases: brunorosilva/plotly-calplot
Releases · brunorosilva/plotly-calplot
v0.1.20
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 frompd.to_datetime
fixes
- fix the deployment pipeline to test pypi and pypi
- add Union so mypy can run its tests
- remove
start_month
andend_month
fromget_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
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
andcmap_max: Optional[float] = None
parameters (see #18 ) - add option to only show selected months via the
start_month: int = 1
andend_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
- fix issues by @brunorosilva in #20
- add skip existing to pypi deploy by @brunorosilva in #21
- update lib version by @brunorosilva in #22
- add verbose to prd deploy by @brunorosilva in #24
- version bump to fix pypi deploy by @brunorosilva in #25
Full Changelog: v0.1.13...v0.1.16
v0.1.13
What's Changed
- Thanks so much @JacobHayes for contributing to this project
- Update CI poetry installation by @JacobHayes in #14
- Support custom hovertext in calplots by @JacobHayes in #13
New Contributors
- @JacobHayes made their first contribution in #14
Full Changelog: v0.1.12...v0.1.13
v0.0.12
What's Changed
- Separate out dev dependencies by @musab-khawaja in #12
- Hotfix/remove fixed width by @brunorosilva in #10
- Feature/enable pypi deploy by @brunorosilva in #11
New Contributors
- @musab-khawaja made their first contribution in #12
Full Changelog: v0.1.10...v0.1.12
Presenting month_calplot
What's Changed
- add
month_calplot
to the library, all credits to @daviddavo for the idea and implementation
- update lib version by @brunorosilva in #6
Full Changelog: v0.1.9...v0.1.10
Fix global colorscale issues
- add showscale parameter option in order to make it easier to show colorscales
- fix colorscale to become global
What's Changed
- fix global colorscale problems by @brunorosilva in #5
Full Changelog: v0.1.8...v0.1.9
Small improvements
Patch notes
- fixing issues
- code refactoring