* Fixed compatibility with pandas
Tests failed with KeyError: datetime.date(2014, 1, 15) in python 3.6+ for pandas compatibility.
Also fixed:
calmap/init.py:181: FutureWarning: weekofyear and week have been deprecated, please use DatetimeIndex.isocalendar().week instead
* New features: Figure title, Style Option
Add flexibility for plotting style: option to add border per month and plot title.
* Stop supporting Python 2.7 and 3.5
* Fix CI error for Python 3.7.
When people were working on this pull request
9 , we were aware of the numpy
version compatibility issue during CI. This commit would fix the issue
by using numpy with explicit version.
* Apply black formatting
* Update version number
Co-authored-by: Erik Bjäreholt <erik.bjareholtgmail.com>
Co-authored-by: Taihsiang Ho (tai271828) <tai271828gmail.com>
Co-authored-by: Marvin T <MarvinTusers.noreply.github.com>
Co-authored-by: Erik Bjäreholt <erik.bjareholtgmail.com>