-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v.0.28 #1355
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix HolidayBase::pop_named partial holiday names removal * Update CHANGES * Update CHANGES * Bump PH version
* [KH] remove E501, remove zero-width space * [BN] remove E501 as appropriate * [others] other instance of now irrelevant E501s * [TH] refractor to latest l10n standard
* Update configuration files - Remove unused configs - Update Makefile l10n target to be less verbose - Reduce flake8 per-file-ignores item number * Remove F821 extended ignore
Rephrase dependency update change type.
Add PR cut off support.
* Optimize .py files formatting * PR suggestion
Co-authored-by: Arkadii Yakovets <ark@cho.red>
* Introduce holiday categories support * Fix Christmas Eve * Fix * PR suggestion * Update Holidays on categories change * Categories constants * Check for supported categories * Categories is set now * Fix categories init * Fix utils.py
…days methods (#1331) * Migrate United States holidays to holiday groups and subdivision holidays methods * PR suggestions * Fix names
…o/python-holidays into KJhellico-add-nth-weekday-methods
…holidays into KJhellico-upd-madagascar
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.7) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [MT] migrate to `holiday_groups`, add l10n support * [MT] forgot this * [MT] switch to `en_MT`, `mt` with the latter as default language, other suggestions * Update tests/countries/test_malta.py --------- Co-authored-by: Arkadii Yakovets <ark@cho.red>
…days into KJhellico-upd-baltic
* [MH] Migrate Marshall Islands to `holiday_groups` * [MT] refractor remaining testcases, additional special holidays * [MT] #1334 migration
- Extract Gregorian calendar related stuff to `calendars/gregorian.py` - Add `calendars/julian.py` for `JULIAN_CALENDAR` only - Remove redundant `KHMER_CALENDAR` and `THAI_CALENDAR` constants
arkid15r
approved these changes
Jul 3, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 0.28
Released July 3, 2023
holiday_groups
, add l10n support (Migrate Malta toholiday_groups
, add l10n support #1338 by @PPsyrius, @arkid15r)holiday_groups
(Migrate Marshall Islands toholiday_groups
#1342 by @PPsyrius)#noqa E501
labels (Remove redundant#noqa E501
labels #1322 by @PPsyrius)