-
Notifications
You must be signed in to change notification settings - Fork 19
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
V5 Release #56
Merged
V5 Release #56
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
the unspecified date character (formerly lower case ‘u’) is superseded by the character (upper case) 'X';
Brings some updates to comply with final standard
… the exponential indicator 'e', both previously lowercase, are now 'Y' and 'E' (uppercase); the significant digit indicator 'p' is now 'S' (uppercase) --> significat digit is still NOT implemented yet
…n' and 'open' have been replaced with null and the double-dot notation ['..'] respectively; general overwork of intervals and consecutives to deal with open beginnings and open ends
…eason; year overflow for northern winter/southern sommer still not considered
…pecification expression
…tion of the new spec but keep the old way with brackets
…tion of the new spec but keep the old way with brackets
…g way with brackets
Partial merge of fork from https://github.com/saw-leipzig/python-edtf.git
- Tests are failing due to testInterval(), but are being run correctly. On Python 3.12, `nose` is failing. We should upgrade to `nose2`, or more likely, switch from unittest + nose to pytest. - Move tox config to setup.cfg for now - TODO move to pyproject.toml instead of setup.cfg - TODO remove .travis.yml
Remove setup.cfg and setup.py in favor of pyproject.toml Nose and Tox are next to go. Nose seems to be failing on Python 3.10, no need for it any more as pytest should cover its features. Likely no need for tox either as we are using the matrix strategy in Github Actions, though it could be useful for local dev
Properly set qualification properties
Anticipate None for date_display #62
Update Readme
drop six dependency
fix alerts formatting in readme
62 verify related fields
This was referenced Aug 12, 2024
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.
Related issues: