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

WIP: v1.0.0: Dev to main Merge #206

Draft
wants to merge 76 commits into
base: main
Choose a base branch
from
Draft

WIP: v1.0.0: Dev to main Merge #206

wants to merge 76 commits into from

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    0ee66ef View commit details
    Browse the repository at this point in the history
  2. Fixed typing issue

    Ari24-cb24 committed May 1, 2022
    Configuration menu
    Copy the full SHA
    2d5d2f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Merge pull request #180 from aridevelopment-de/main

    Merge main into dev
    Infinity authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    f38f04c View commit details
    Browse the repository at this point in the history
  2. Added custom exception + fixed runtest.py

    NekoFanatic authored and NekoFanatic committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    368f578 View commit details
    Browse the repository at this point in the history
  3. Fixed version

    NekoFanatic authored and NekoFanatic committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    5f0c8b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Updated README.md

    NekoFanatic authored and NekoFanatic committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    ad24a4a View commit details
    Browse the repository at this point in the history
  2. Updated file structure

    NekoFanatic authored and NekoFanatic committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    0a137f5 View commit details
    Browse the repository at this point in the history
  3. Updated version number

    NekoFanatic authored and NekoFanatic committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    299d712 View commit details
    Browse the repository at this point in the history
  4. Updated version number

    NekoFanatic authored and NekoFanatic committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    83065c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge pull request #181 from aridevelopment-de/improvement/file_struc…

    …ture
    
    Improvement/file structure
    Infinity authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1c31c76 View commit details
    Browse the repository at this point in the history
  2. Improved exceptions for evaluator + removed useless function

    Inf-inity authored and Inf-inity committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    dd3ee14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #183 from aridevelopment-de/evaluator/improvements

    Improved exceptions for evaluator + removed useless function
    Infinity authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a6c8617 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Fixed evaluator-bug returning wrong year

    Inf-inity authored and Inf-inity committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d9f8a56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #185 from aridevelopment-de/evaluator/bug_fix

    Fixed evaluator-bug returning wrong year
    Infinity authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6882d88 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fixed bug where 'next <WEEKDAY>' raises an error, if the wekday is th…

    …e current day
    Inf-inity authored and Inf-inity committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4a3c5db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #187 from aridevelopment-de/evaluator/bugfix

    Fixed bug where 'next <WEEKDAY>' raises an error, if the wekday is th…
    Infinity authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    39f4673 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Fixed bug in evaluator, using the wrong year for 'first of x' if date…

    … has already passed
    Inf-inity authored and Inf-inity committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    73fd635 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #188 from aridevelopment-de/evaluator/bugfix

    Fixed bug in evaluator, using the wrong year for 'first of x' if date…
    Infinity authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d6e52bc View commit details
    Browse the repository at this point in the history
  3. Removed duplication in .gitignore

    Inf-inity authored and Inf-inity committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1dc20b2 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fixed arguments longer than 2 words in cutoff_words couldn't be recog…

    …nized in ConstantsParser and ConstantRelativeExtensionsParser
    Ari24-cb24 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b9ba81e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd611e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    411d9c7 View commit details
    Browse the repository at this point in the history
  4. Fixed testrunner issue where exceptions and returned none where swapp…

    …ed for the parser in the result
    Ari24-cb24 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    767e559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbad71f View commit details
    Browse the repository at this point in the history
  6. Fixed linting issues

    Ari24-cb24 committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f073eae View commit details
    Browse the repository at this point in the history
  7. Merge pull request #189 from aridevelopment-de/parser/bugfix

    Improved parser cutoff words and testrunner
    Ari24-cb24 authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4942da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Fixed bug with TimeConstants (f.e. 'in the morning')

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ae073d6 View commit details
    Browse the repository at this point in the history
  2. Fixed bug with 'of' (f.e. 'x week of y')

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    dca96dc View commit details
    Browse the repository at this point in the history
  3. Fixed small mistake caused by wrong return value

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    41a131a View commit details
    Browse the repository at this point in the history
  4. Changed version number

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    6ade412 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #190 from aridevelopment-de/evaluator/bugfixes

    Evaluator/bugfixes
    Infinity authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    859f90f View commit details
    Browse the repository at this point in the history
  6. Fixed ConstantRelativeExtensionParser not accepting arguments like "t…

    …omorrow 12 o'clock" by extending the DatetimeDeltaConstantsParser
    Ari24-cb24 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5fb827c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #191 from aridevelopment-de/parser/bugfix

    Fixed ConstantRelativeExtensionParser not accepting arguments like "tomorrow 12 o'clock"
    Ari24-cb24 authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5b4a4ee View commit details
    Browse the repository at this point in the history
  8. Fixed typingdown to 3.7

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    d3b136d View commit details
    Browse the repository at this point in the history
  9. Fixed version number

    Inf-inity authored and Inf-inity committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    fabfb4d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #192 from aridevelopment-de/improvement/typing

    Improvement/typing
    Infinity authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    856a0c9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    512d3fc View commit details
    Browse the repository at this point in the history
  12. Merge pull request #194 from aridevelopment-de/actions/workflow_runne…

    …r_strategy
    
    Fixed matrix strategy failing-fast
    Ari24-cb24 authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0c067b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Added formula for calulationg sunrise/sunset

    Inf-inity authored and Inf-inity committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    1cb9496 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Started to implement coordinates for sunrise/sunset calculation (not …

    …functional atm)
    Inf-inity authored and Inf-inity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    c6749f6 View commit details
    Browse the repository at this point in the history
  2. Fixed wrong suntimes, resolved bugs

    Inf-inity authored and Inf-inity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    100ff10 View commit details
    Browse the repository at this point in the history
  3. Added Result object as return value, containing the time, the timezon…

    …e and if used, coordinates
    Inf-inity authored and Inf-inity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7ff03cf View commit details
    Browse the repository at this point in the history
  4. Changed order in __all__ list

    Inf-inity authored and Inf-inity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4cf17d3 View commit details
    Browse the repository at this point in the history
  5. Changed version number

    Inf-inity authored and Inf-inity committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d4c5248 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Resolved conversation + fixed some bugs

    Inf-inity authored and Inf-inity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    4d1c17a View commit details
    Browse the repository at this point in the history
  2. Adjusted README.md + added more examples

    Inf-inity authored and Inf-inity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a97ed72 View commit details
    Browse the repository at this point in the history
  3. Fixed linting

    Inf-inity authored and Inf-inity committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    c159fca View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Adjusted README.md + added docstring for Result class

    Inf-inity authored and Inf-inity committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    4a2449e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from aridevelopment-de/feature/suntime

    Constant evaluation based on coordinates and timezone
    Infinity authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    7ee7c1c View commit details
    Browse the repository at this point in the history
  3. Fixed wrong testcases

    Inf-inity authored and Inf-inity committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    9de1335 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #196 from aridevelopment-de/testcases/adjustment

    Fixed wrong testcases
    Infinity authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    e67e359 View commit details
    Browse the repository at this point in the history
  5. Added fix for summer/winter-time issue

    Inf-inity authored and Inf-inity committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    4464589 View commit details
    Browse the repository at this point in the history
  6. Fixed typing

    Inf-inity authored and Inf-inity committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    1ee8bb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Merge pull request #197 from aridevelopment-de/feature/summer_winter_…

    …time
    
    Added fix for summer/winter-time issue
    Infinity authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f011222 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Configuration menu
    Copy the full SHA
    b38c340 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from AlbertUnruh/patch-1

    [FIX] fix requirements in setup.py
    Infinity authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    42fb173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8798ce View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Merge pull request #201 from AlbertUnruh/patch-2

    retrieve `__version__` via regex (fixes #200)
    Infinity authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c86db5b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    f2408f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426d6c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge pull request #202 from AlbertUnruh/AlbertUnruh-patch-3

    Automate package-finding for installation
    Ari24-cb24 authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    99c0884 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Removed pytz as package and replaced it with ZoneInfo from the zonein…

    …fo module
    Inf-inity authored and Inf-inity committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    5c01aa8 View commit details
    Browse the repository at this point in the history
  2. Added tzdata package for windows

    Inf-inity authored and Inf-inity committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e828db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. fix version

    reason: `SetuptoolsDeprecationWarning: Invalid version: '0.15rc1.0'` during installation via `python-datetimeparser @ git+https://github.com/aridevelopment-de/datetimeparser.git@dev`
    AlbertUnruh authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    20f23be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #204 from AlbertUnruh/patch-1

    Fixed pypi version, removing rc part
    Ari24-cb24 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    16318da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d95e85a View commit details
    Browse the repository at this point in the history
  4. Fixed #198

    Ari24-cb24 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e69c87b View commit details
    Browse the repository at this point in the history
  5. Fixed one being prepended if first keyword was a NumberCountConstant …

    …in absolute prepositions
    Ari24-cb24 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bbb2ef4 View commit details
    Browse the repository at this point in the history
  6. Added testcases

    Ari24-cb24 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bd79820 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Fixed wrong testcase

    Inf-inity authored and Inf-inity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c829942 View commit details
    Browse the repository at this point in the history
  2. Adjusted evaluator

    Inf-inity authored and Inf-inity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9be7bfa View commit details
    Browse the repository at this point in the history
  3. Removed debug print-statements

    Inf-inity authored and Inf-inity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    92786bf View commit details
    Browse the repository at this point in the history
  4. Adjusted code

    Inf-inity authored and Inf-inity committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a1ea008 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Merge pull request #205 from aridevelopment-de/#198/dev

    Added parsing and evaluating of `first monday of august`
    
    Co-authored-by: @Inf-inity
    Ari24-cb24 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6e49149 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    213f9a0 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 1.0.0

    Ari24-cb24 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    552e17c View commit details
    Browse the repository at this point in the history