- 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 [email protected]
Co-authored-by: Taihsiang Ho (tai271828) [email protected]
Co-authored-by: Marvin T [email protected]
Co-authored-by: Erik Bjäreholt [email protected]