Merged
Conversation
Having dynamic metadata means that the build backend (Flit) has to build the package even for an editable install just to access metadata such as the version number. That is, it installs all dependencies into the build environment and then imports the package. This is more error-prone than it needs to be, especially when, as the case is now, the import already fails because a dependency broke. This way, we can at least install the package for local development, to then see the failure when running the test suite.
This is supported by the build backend Flit as of its currently latest version, 3.11, and by PyPI since circa end of 2024. We are now using
It seems that the old syntax for InterSphinx links is no longer supported by MyST.
We now use UV for package management. Flit remains the build backend, but it no longer needed to publish to PyPI. Replaced the code linter Flake8 with Ruff. Added ReadMe's to all folders for documentation.
Added workflow for monthly test and for publishing a new release.
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.
Updated developer tooling, project metadata, documentation build, and GitHub actions workflows. Pinned NumPy < 2 to make CI pipeline pass.