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

V5 Release #56

Merged
merged 122 commits into from
Jul 18, 2024
Merged

V5 Release #56

merged 122 commits into from
Jul 18, 2024

Conversation

aweakley
Copy link
Member

@aweakley aweakley commented May 27, 2024

Related issues:

rettinghaus and others added 30 commits June 25, 2022 16:38
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
…tion of the new spec but keep the old way with brackets
…tion of the new spec but keep the old way with brackets
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants