-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use cython, Python 3.13, revert build system to setuptools and tests to tox #60
Merged
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
martibosch
changed the title
Use cython, revert build system to setuptools and tests to tox
Use cython, Python 3.13, revert build system to setuptools and tests to tox
Dec 2, 2024
martibosch
force-pushed
the
build-cython
branch
23 times, most recently
from
December 4, 2024 07:05
56fb672
to
44d2c27
Compare
martibosch
force-pushed
the
build-cython
branch
4 times, most recently
from
December 10, 2024 10:43
b2b0b47
to
9466684
Compare
martibosch
force-pushed
the
build-cython
branch
from
December 10, 2024 12:53
136e790
to
8cddb40
Compare
martibosch
force-pushed
the
build-cython
branch
from
December 10, 2024 13:48
9124121
to
f5c0e39
Compare
martibosch
added a commit
that referenced
this pull request
Dec 10, 2024
* build: cython with setuptools, tox and python 3.13 * build: use actionlint, upgrade setup-python to v5 * build: do not add root to path when building docs * build: added missing myst-nb docs dependency * style: added toml-sort pre-commit hook * test: back to tox.ini until tox issue 3457 is solved * fix: avoid pandas futurewarning for concat with empty entries * fix: unary_union->union_all to avoid geopandas deprecation warning * test: only build sdist in tox (build wheels using cbuildwheel)
martibosch
added a commit
that referenced
this pull request
Dec 10, 2024
* Use cython, Python 3.13, revert build system to setuptools and tests to tox (#60) * build: cython with setuptools, tox and python 3.13 * build: use actionlint, upgrade setup-python to v5 * build: do not add root to path when building docs * build: added missing myst-nb docs dependency * style: added toml-sort pre-commit hook * test: back to tox.ini until tox issue 3457 is solved * fix: avoid pandas futurewarning for concat with empty entries * fix: unary_union->union_all to avoid geopandas deprecation warning * test: only build sdist in tox (build wheels using cbuildwheel) * build(deps): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Martí Bosch <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
No description provided.