-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Commits on May 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0ee66ef - Browse repository at this point
Copy the full SHA 0ee66efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5d2f3 - Browse repository at this point
Copy the full SHA 2d5d2f3View commit details
Commits on Jun 5, 2022
-
Merge pull request #180 from aridevelopment-de/main
Merge main into dev
Infinity authoredJun 5, 2022 Configuration menu - View commit details
-
Copy full SHA for f38f04c - Browse repository at this point
Copy the full SHA f38f04cView commit details -
Added custom exception + fixed runtest.py
NekoFanatic authored and NekoFanatic committedJun 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 368f578 - Browse repository at this point
Copy the full SHA 368f578View commit details -
NekoFanatic authored and NekoFanatic committed
Jun 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 5f0c8b0 - Browse repository at this point
Copy the full SHA 5f0c8b0View commit details
Commits on Jun 12, 2022
-
NekoFanatic authored and NekoFanatic committed
Jun 12, 2022 Configuration menu - View commit details
-
Copy full SHA for ad24a4a - Browse repository at this point
Copy the full SHA ad24a4aView commit details -
NekoFanatic authored and NekoFanatic committed
Jun 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 0a137f5 - Browse repository at this point
Copy the full SHA 0a137f5View commit details -
NekoFanatic authored and NekoFanatic committed
Jun 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 299d712 - Browse repository at this point
Copy the full SHA 299d712View commit details -
NekoFanatic authored and NekoFanatic committed
Jun 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 83065c0 - Browse repository at this point
Copy the full SHA 83065c0View commit details
Commits on Jun 16, 2022
-
Merge pull request #181 from aridevelopment-de/improvement/file_struc…
…ture Improvement/file structure
Infinity authoredJun 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 1c31c76 - Browse repository at this point
Copy the full SHA 1c31c76View commit details -
Improved exceptions for evaluator + removed useless function
Inf-inity authored and Inf-inity committedJun 16, 2022 Configuration menu - View commit details
-
Copy full SHA for dd3ee14 - Browse repository at this point
Copy the full SHA dd3ee14View commit details -
Merge pull request #183 from aridevelopment-de/evaluator/improvements
Improved exceptions for evaluator + removed useless function
Infinity authoredJun 16, 2022 Configuration menu - View commit details
-
Copy full SHA for a6c8617 - Browse repository at this point
Copy the full SHA a6c8617View commit details
Commits on Jun 22, 2022
-
Fixed evaluator-bug returning wrong year
Inf-inity authored and Inf-inity committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for d9f8a56 - Browse repository at this point
Copy the full SHA d9f8a56View commit details -
Merge pull request #185 from aridevelopment-de/evaluator/bug_fix
Fixed evaluator-bug returning wrong year
Infinity authoredJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 6882d88 - Browse repository at this point
Copy the full SHA 6882d88View commit details
Commits on Jul 29, 2022
-
Fixed bug where 'next <WEEKDAY>' raises an error, if the wekday is th…
…e current day
Inf-inity authored and Inf-inity committedJul 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 4a3c5db - Browse repository at this point
Copy the full SHA 4a3c5dbView commit details -
Merge pull request #187 from aridevelopment-de/evaluator/bugfix
Fixed bug where 'next <WEEKDAY>' raises an error, if the wekday is th…
Infinity authoredJul 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 39f4673 - Browse repository at this point
Copy the full SHA 39f4673View commit details
Commits on Aug 10, 2022
-
Fixed bug in evaluator, using the wrong year for 'first of x' if date…
… has already passed
Inf-inity authored and Inf-inity committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 73fd635 - Browse repository at this point
Copy the full SHA 73fd635View commit details -
Merge pull request #188 from aridevelopment-de/evaluator/bugfix
Fixed bug in evaluator, using the wrong year for 'first of x' if date…
Infinity authoredAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for d6e52bc - Browse repository at this point
Copy the full SHA d6e52bcView commit details -
Removed duplication in .gitignore
Inf-inity authored and Inf-inity committedAug 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 1dc20b2 - Browse repository at this point
Copy the full SHA 1dc20b2View commit details
Commits on Aug 23, 2022
-
Fixed arguments longer than 2 words in cutoff_words couldn't be recog…
…nized in ConstantsParser and ConstantRelativeExtensionsParser
Configuration menu - View commit details
-
Copy full SHA for b9ba81e - Browse repository at this point
Copy the full SHA b9ba81eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd611e - Browse repository at this point
Copy the full SHA 8fd611eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 411d9c7 - Browse repository at this point
Copy the full SHA 411d9c7View commit details -
Fixed testrunner issue where exceptions and returned none where swapp…
…ed for the parser in the result
Configuration menu - View commit details
-
Copy full SHA for 767e559 - Browse repository at this point
Copy the full SHA 767e559View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbad71f - Browse repository at this point
Copy the full SHA dbad71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f073eae - Browse repository at this point
Copy the full SHA f073eaeView commit details -
Merge pull request #189 from aridevelopment-de/parser/bugfix
Improved parser cutoff words and testrunner
Configuration menu - View commit details
-
Copy full SHA for 4942da3 - Browse repository at this point
Copy the full SHA 4942da3View commit details
Commits on Sep 11, 2022
-
Fixed bug with TimeConstants (f.e. 'in the morning')
Inf-inity authored and Inf-inity committedSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for ae073d6 - Browse repository at this point
Copy the full SHA ae073d6View commit details -
Fixed bug with 'of' (f.e. 'x week of y')
Inf-inity authored and Inf-inity committedSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for dca96dc - Browse repository at this point
Copy the full SHA dca96dcView commit details -
Fixed small mistake caused by wrong return value
Inf-inity authored and Inf-inity committedSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 41a131a - Browse repository at this point
Copy the full SHA 41a131aView commit details -
Inf-inity authored and Inf-inity committed
Sep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ade412 - Browse repository at this point
Copy the full SHA 6ade412View commit details -
Merge pull request #190 from aridevelopment-de/evaluator/bugfixes
Evaluator/bugfixes
Infinity authoredSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 859f90f - Browse repository at this point
Copy the full SHA 859f90fView commit details -
Fixed ConstantRelativeExtensionParser not accepting arguments like "t…
…omorrow 12 o'clock" by extending the DatetimeDeltaConstantsParser
Configuration menu - View commit details
-
Copy full SHA for 5fb827c - Browse repository at this point
Copy the full SHA 5fb827cView commit details -
Merge pull request #191 from aridevelopment-de/parser/bugfix
Fixed ConstantRelativeExtensionParser not accepting arguments like "tomorrow 12 o'clock"
Configuration menu - View commit details
-
Copy full SHA for 5b4a4ee - Browse repository at this point
Copy the full SHA 5b4a4eeView commit details -
Inf-inity authored and Inf-inity committed
Sep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for d3b136d - Browse repository at this point
Copy the full SHA d3b136dView commit details -
Inf-inity authored and Inf-inity committed
Sep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for fabfb4d - Browse repository at this point
Copy the full SHA fabfb4dView commit details -
Merge pull request #192 from aridevelopment-de/improvement/typing
Improvement/typing
Infinity authoredSep 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 856a0c9 - Browse repository at this point
Copy the full SHA 856a0c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 512d3fc - Browse repository at this point
Copy the full SHA 512d3fcView commit details -
Merge pull request #194 from aridevelopment-de/actions/workflow_runne…
…r_strategy Fixed matrix strategy failing-fast
Configuration menu - View commit details
-
Copy full SHA for 0c067b5 - Browse repository at this point
Copy the full SHA 0c067b5View commit details
Commits on Oct 3, 2022
-
Added formula for calulationg sunrise/sunset
Inf-inity authored and Inf-inity committedOct 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 1cb9496 - Browse repository at this point
Copy the full SHA 1cb9496View commit details
Commits on Oct 27, 2022
-
Started to implement coordinates for sunrise/sunset calculation (not …
…functional atm)
Inf-inity authored and Inf-inity committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for c6749f6 - Browse repository at this point
Copy the full SHA c6749f6View commit details -
Fixed wrong suntimes, resolved bugs
Inf-inity authored and Inf-inity committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 100ff10 - Browse repository at this point
Copy the full SHA 100ff10View commit details -
Added Result object as return value, containing the time, the timezon…
…e and if used, coordinates
Inf-inity authored and Inf-inity committedOct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ff03cf - Browse repository at this point
Copy the full SHA 7ff03cfView commit details -
Inf-inity authored and Inf-inity committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 4cf17d3 - Browse repository at this point
Copy the full SHA 4cf17d3View commit details -
Inf-inity authored and Inf-inity committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for d4c5248 - Browse repository at this point
Copy the full SHA d4c5248View commit details
Commits on Oct 28, 2022
-
Resolved conversation + fixed some bugs
Inf-inity authored and Inf-inity committedOct 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 4d1c17a - Browse repository at this point
Copy the full SHA 4d1c17aView commit details -
Adjusted README.md + added more examples
Inf-inity authored and Inf-inity committedOct 28, 2022 Configuration menu - View commit details
-
Copy full SHA for a97ed72 - Browse repository at this point
Copy the full SHA a97ed72View commit details -
Inf-inity authored and Inf-inity committed
Oct 28, 2022 Configuration menu - View commit details
-
Copy full SHA for c159fca - Browse repository at this point
Copy the full SHA c159fcaView commit details
Commits on Oct 29, 2022
-
Adjusted README.md + added docstring for Result class
Inf-inity authored and Inf-inity committedOct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 4a2449e - Browse repository at this point
Copy the full SHA 4a2449eView commit details -
Merge pull request #195 from aridevelopment-de/feature/suntime
Constant evaluation based on coordinates and timezone
Infinity authoredOct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ee7c1c - Browse repository at this point
Copy the full SHA 7ee7c1cView commit details -
Inf-inity authored and Inf-inity committed
Oct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 9de1335 - Browse repository at this point
Copy the full SHA 9de1335View commit details -
Merge pull request #196 from aridevelopment-de/testcases/adjustment
Fixed wrong testcases
Infinity authoredOct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for e67e359 - Browse repository at this point
Copy the full SHA e67e359View commit details -
Added fix for summer/winter-time issue
Inf-inity authored and Inf-inity committedOct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 4464589 - Browse repository at this point
Copy the full SHA 4464589View commit details -
Inf-inity authored and Inf-inity committed
Oct 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 1ee8bb8 - Browse repository at this point
Copy the full SHA 1ee8bb8View commit details
Commits on Oct 30, 2022
-
Merge pull request #197 from aridevelopment-de/feature/summer_winter_…
…time Added fix for summer/winter-time issue
Infinity authoredOct 30, 2022 Configuration menu - View commit details
-
Copy full SHA for f011222 - Browse repository at this point
Copy the full SHA f011222View commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b38c340 - Browse repository at this point
Copy the full SHA b38c340View commit details -
Merge pull request #199 from AlbertUnruh/patch-1
[FIX] fix requirements in setup.py
Infinity authoredNov 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 42fb173 - Browse repository at this point
Copy the full SHA 42fb173View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8798ce - Browse repository at this point
Copy the full SHA d8798ceView commit details
Commits on Nov 6, 2022
-
Merge pull request #201 from AlbertUnruh/patch-2
retrieve `__version__` via regex (fixes #200)
Infinity authoredNov 6, 2022 Configuration menu - View commit details
-
Copy full SHA for c86db5b - Browse repository at this point
Copy the full SHA c86db5bView commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f2408f3 - Browse repository at this point
Copy the full SHA f2408f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426d6c1 - Browse repository at this point
Copy the full SHA 426d6c1View commit details
Commits on Nov 10, 2022
-
Merge pull request #202 from AlbertUnruh/AlbertUnruh-patch-3
Automate package-finding for installation
Configuration menu - View commit details
-
Copy full SHA for 99c0884 - Browse repository at this point
Copy the full SHA 99c0884View commit details
Commits on Dec 31, 2022
-
Removed pytz as package and replaced it with ZoneInfo from the zonein…
…fo module
Inf-inity authored and Inf-inity committedDec 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 5c01aa8 - Browse repository at this point
Copy the full SHA 5c01aa8View commit details -
Added tzdata package for windows
Inf-inity authored and Inf-inity committedDec 31, 2022 Configuration menu - View commit details
-
Copy full SHA for e828db7 - Browse repository at this point
Copy the full SHA e828db7View commit details
Commits on Mar 28, 2023
-
reason: `SetuptoolsDeprecationWarning: Invalid version: '0.15rc1.0'` during installation via `python-datetimeparser @ git+https://github.com/aridevelopment-de/datetimeparser.git@dev`
Configuration menu - View commit details
-
Copy full SHA for 20f23be - Browse repository at this point
Copy the full SHA 20f23beView commit details -
Merge pull request #204 from AlbertUnruh/patch-1
Fixed pypi version, removing rc part
Configuration menu - View commit details
-
Copy full SHA for 16318da - Browse repository at this point
Copy the full SHA 16318daView commit details -
Configuration menu - View commit details
-
Copy full SHA for d95e85a - Browse repository at this point
Copy the full SHA d95e85aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69c87b - Browse repository at this point
Copy the full SHA e69c87bView commit details -
Fixed one being prepended if first keyword was a NumberCountConstant …
…in absolute prepositions
Configuration menu - View commit details
-
Copy full SHA for bbb2ef4 - Browse repository at this point
Copy the full SHA bbb2ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd79820 - Browse repository at this point
Copy the full SHA bd79820View commit details
Commits on Mar 30, 2023
-
Inf-inity authored and Inf-inity committed
Mar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for c829942 - Browse repository at this point
Copy the full SHA c829942View commit details -
Inf-inity authored and Inf-inity committed
Mar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 9be7bfa - Browse repository at this point
Copy the full SHA 9be7bfaView commit details -
Removed debug print-statements
Inf-inity authored and Inf-inity committedMar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 92786bf - Browse repository at this point
Copy the full SHA 92786bfView commit details -
Inf-inity authored and Inf-inity committed
Mar 30, 2023 Configuration menu - View commit details
-
Copy full SHA for a1ea008 - Browse repository at this point
Copy the full SHA a1ea008View commit details
Commits on Apr 3, 2023
-
Merge pull request #205 from aridevelopment-de/#198/dev
Added parsing and evaluating of `first monday of august` Co-authored-by: @Inf-inity
Configuration menu - View commit details
-
Copy full SHA for 6e49149 - Browse repository at this point
Copy the full SHA 6e49149View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 213f9a0 - Browse repository at this point
Copy the full SHA 213f9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552e17c - Browse repository at this point
Copy the full SHA 552e17cView commit details