Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: WhispRnD/workalendar

Tags

5.0.0

Toggle 5.0.0's commit message
v5.0.0

**Major Changes & fixes**

- Dropped Python 3.4 support (workalendar#352).
- Added Malaysia Thaipusam days for the year 2019 & 2020 - thx @burlak for the bug report (workalendar#354).
- Fixed Deepavali dates for the year 2018 ; confirmed fixed dates that were set in the past.

**Added calendars**

- Added Florida specific calendars: Florida Legal, Florida Circuit Courts, Miami-Dade (workalendar#216).

4.4.0

Toggle 4.4.0's commit message
v4.4.0

**WARNING**: This release will be the last one to support Python 3.4, which has [reached its End of Life and has been retired](https://www.python.org/dev/peps/pep-0429/#release-schedule). Please upgrade.

**Added calendar**

- Added California specific calendars: California Education, Berkeley, San Francisco, West Hollywood (workalendar#215).

**Fixes**

- Added a few refactors and tests for Australia Capital Territory holiday named "Family & Community Day", that lasted from 2007 to 2017 (workalendar#25).
- Added South African 2019 National Elections as holiday (workalendar#350), by @RichardOB.

4.3.1

Toggle 4.3.1's commit message
v4.3.1

Hotfix about China's recent changes in Labour Holidays.

refs workalendar#345 & workalendar#347

4.3.0

Toggle 4.3.0's commit message
v4.3.0

released on 2019-03-15

**New Calendar**

- Added Barbados by @ludsoft.

**Fixes**

- Added isolated tests for shifting mechanics in USA calendars - previously untested (workalendar#335).
- Added Berlin specific holidays (workalendar#340).
- Added several one-off public holidays to UK calendar (workalendar#366).

4.2.0

Toggle 4.2.0's commit message
v4.2.0

**New calendars**

- Added several US territories and other specific calendars:
  - American Samoa territory (workalendar#218).
  - Chicago, Illinois (workalendar#220).
  - Guam territory (workalendar#219).
  - Suffolk County, Massachusetts (workalendar#222).
- Added Cayman Islands, British Overseas Territory (workalendar#328)

4.1.0

Toggle 4.1.0's commit message
v4.1.0

**New calendars**

*WARNING* Scotland (sub)calendars are highly experimental and because of their very puzzling rules, may be false. Please use them with care.

- Added Scotland calendars, i.e. Scotland, Aberdeen, Angus, Arbroath, Ayr, Carnoustie & Monifieth, Clydebank, Dumfries & Galloway, Dundee, East Dunbartonshire, Edinburgh, Elgin, Falkirk, Fife, Galashiels, Glasgow, Hawick, Inverclyde, Inverness, Kilmarnock, Lochaber, Monifieth, North Lanarkshire, Paisley, Perth, Scottish Borders, South Lanarkshire, Stirling, and West Dunbartonshire (workalendar#31).

**Bugfixes**

- Fixed United Kingdom bank holiday for 2002 and 2012, thx @ludsoft (workalendar#315).
- Fix a small flake8 issue with wrong indentation (workalendar#319).
- Fix Russia "Day of Unity" date, set to November 4th, thx @alexitkes for the bug report (workalendar#317).

4.0.0

Toggle 4.0.0's commit message
v4.0.0

- Solved the incompatibility between `pandas` latest version and Python
  3.4. Upgraded travis distro to Xenial/16.04 LTS (workalendar#307).
- Added instructions about the usage of the `iso_register` decorator in
  the pull-request template (workalendar#309).

**New Calendars**

- Added New Zealand, by @johnguant (workalendar#306).
- Added Paraguay calendar, following the work of @reichert (workalendar#268).
- Added China calendar, by @iamsk (workalendar#304).
- Added Israel, by @armona, @tsehori (workalendar#281).

3.2.1

Toggle 3.2.1's commit message
v3.2.1

Only bugfixes:

- Added DEEPAVALI days for 2019 and 2020, thx @pvalenti (workalendar#282).
- Fixed Germany Reformation Day miscalculation. Some German states include Reformation Day since the "beginning" ; in 2017, all states included Reformation Day as a holiday (500th anniversary of the Reformation) ; starting of 2018, 4 states added Reformation Day (workalendar#295).

3.2.0

Toggle 3.2.0's commit message
v3.2.0

3.1.1

Toggle 3.1.1's commit message
v3.1.1

Bugfix release