Skip to content
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

fix(utils): evaluate date parser multiple holiday results correctly #23685

Merged
merged 5 commits into from
Apr 26, 2023

Commits on Apr 13, 2023

  1. Fix datetime_eval holiday multiple result issue

      - Bump holidays version family from ">=0.17.2, <0.18" to ">=0.22, <0.23"
      - Change holiday search result evaluation logic for multiple date cases
      - Change holiday lookup from `icontains` (default) to `istartswith`.
      - Add tests for described cases
    arkid15r committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c3f7a01 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update dependencies.

    arkid15r committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d9b7c17 View commit details
    Browse the repository at this point in the history
  2. Sync with the master.

    arkid15r committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8b1e3a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0453db1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Revert local mypy fix.

    arkid15r committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2e8e9b8 View commit details
    Browse the repository at this point in the history