Releases: essel-dev/jewcal
Releases · essel-dev/jewcal
v0.8.0
What's Changed
- feat: Add support for Python 3.13 by @essel-dev in #44
- refactor(sun): Remove unused elevation attribute by @essel-dev in #45
- docs: Update README with accurate zmanim times by @essel-dev in #46
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- refactor(sun): Use Astral for sunset/sunrise by @essel-dev in #43
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix: Hadlokas Haneiros for second day Yom Tov by @essel-dev in #42
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix: Set Hadlokas Haneiros if after nightfall by @essel-dev in #41
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- refactor: Set attributes in
Events.__post_init__
by @essel-dev in #39 - docs: Enum Jewish Month by @essel-dev in #40
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.1
What's Changed
- fix: README markup error prevents upload to PyPi by @essel-dev in #37
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Features
- feat: Is it Issur Melacha
- feat: Is it erev Shabbos or Yom Tov
- Is it Shabbos, Is it Yom Tov, Is it Erev
Refactor
- refactor: Use constant for Candles
- refactor: Jewish date attrs to dataclass
- refactor: Shabbos/Yom Tov attrs to dataclass
Deprecations
-
The attributes of Jewish date have been moved to a dataclass.
- Use
JewCal.jewish_date.year
instead ofJewCal.year
- Use
JewCal.jewish_date.month
instead ofJewCal.month
- Use
JewCal.jewish_date.day
instead ofJewCal.day
- Use
JewCal.jewish_date.gregorian_date
instead ofJewCal.gregorian_date
- Use
-
The attributes of Shabbos, Yom Tov and category have been moved to a dataclass.
- Use
JewCal.events.shabbos
instead ofJewCal.shabbos
- Use
JewCal.events.yomtov
instead ofJewCal.yomtov
- The category has been renamed to action.
- Use
JewCal.events.action
instead ofJewCal.category
- Use
- Use
Fixes
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.1.alpha.3
What's Changed
- Chore by @essel-dev in #19
- Code quality improvements to existing code by @essel-dev in #21
Full Changelog: v0.5.0...v0.5.1.alpha.3