Skip to content

Releases: MarvinT/calmap

v0.0.9

24 Mar 01:37
92b8982

Choose a tag to compare

  • 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]

v0.0.8

16 Jun 00:20

Choose a tag to compare

update version number

v0.0.7

22 Nov 23:44
28c9cb8

Choose a tag to compare

travis fixes (#3)

* new travis creds

* update email format

* travis encrypt with explicit repo specified