Upgrade project configuration and QA tools#20
Open
dvp2015 wants to merge 35 commits into
Open
Conversation
added 18 commits
April 19, 2026 00:12
- Stop support of Python2 in favor of new libraries - Stop using deprecates setup.* files - Add style checks - Workaroun on missed branch in ancient splitter module
... this is extremly low for production quality package will be increased with time
This was referenced Apr 19, 2026
added 9 commits
April 20, 2026 09:20
use commmands: just docs - for auto serving the docs page just docs-build - to build the docs
and remove obsolete files
added 7 commits
April 21, 2026 21:20
made xfail: need low level testing of parser module
made xfail: need low level testing of parser module
Author
|
The old travis tests are reimplemented in pytest. The tests found some bugs on Windows which require to test and revise the |
This file contains hidden or 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
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.
The numjuggler package configuration needs updating. There are problems with creating a debugging environment with modern libraries.
The project doesn't use any linting, formatting, typing and other QA tools, without which contribution is if not possible, but can be too risky or produce a lot of changes to review.
To my opinion, the project is a great work, it took a lot of efforts in the past and it is still valuable. But the project needs some update.
In this change I have:
The travis tests now are implemented as simple pytest tests.
I used uv with this project. It's really efficient and quite simple in use. In 99% of cases one only need to know only the following commands:
If you use direnv there's also appropriate .envrc in the project root to automatically activate the venv.