forked from jaraco/calendra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
77 lines (54 loc) · 2.36 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
CHANGELOG
=========
1.1.3 (2014-11-11)
------------------
Fixed SouthAfrica weekends to be SATurday and SUNday
1.1.2 (2014-11-07)
------------------
Fixed issues with packaging (disabled installation an zip egg and now use
setuptools always).
1.1 (2014-11-07)
----------------
UnitedKingdom Calendar now uses indicated/observed Holidays.
Includes these changes slated for workalendar 0.3:
- BUGFIX: shifting UK boxing day if Christmas day falls on a Friday (shit to
next Monday) #95
1.0 (2014-09-21)
----------------
Initial release of Calendra based on Workalendar 0.2.
- Adds Holiday class per `Workalendar Pull Request #72
<https://github.com/novapost/workalendar/pull/79>`_. Adds support for giving
holidays a more rich description and better resolution of observed versus
indicated holidays. See the pull request for detail on the motivation and
implementation. See the usa.UnitedStates calendar for example usage.
Includes these changes slated for workalendar 0.3:
- Germany calendar added, thx to @rndusr
- Support building on systems where LANG=C (Ubuntu) #92
- little improvement to directly return a tested value.
0.2.0 (2014-07-15)
------------------
- How to contribute documentation,
- Added Belgium, European Central Bank, Sweden, every specific calendar in the
United States of America, Canada.
- BUGFIX: fixed a corpus christi bug. This day used to be included in every
ChristianMixin calendar, except noticed otherwise. Now it's not included by
default and should be set to "True" when needed.
0.1 (2014-02-17)
----------------
- added LunarCalendar, including lunar month calculations
- added SouthKoreanCalendar, for a LunarCalendar proof of concept
- added Python3 support
- added Algeria, Australia, Brazil, Chile, Czech Republic, Finland,
France Alsace-Moselle, Greece, Hungary, Iceland, Italy, Ivory Coast, Japan,
Madagascar, Marshall Islands, Mexico, Northern Ireland, Norway, Panama,
Poland, Qatar, South Africa, São Tomé, Taiwan, United Kingdom calendars.
- BACKWARDS INCOMPATIBILITY: calendar suffix for class names are now obsolete.
e.g: to use the Japan calendar, simply import `workalendar.asia.Japan` instead
of JapanCalendar.
v0.0.1 (2013-11-21)
-------------------
- First released version
- Core calendar classes, Western (European and North American)
easter computations,
- United States federal days
- France legal holidays days