Merge v2.3.0#105
Merged
Merged
Conversation
Optimisations in indexing and fast reprojections
fix import error and use minimal example to speed up tif writing test
add version number to meshes, update test to expect them
Fix invalid JSON outputs
Contributor
Author
|
Slowly becoming Not A Big Fan™ of these version branches. A large number of (pretty trivial) changes becomes very hard for anybody to review. |
Contributor
Author
|
Although the number of lines looks scary, this is a combination of the linting + replacing every logger call. A lot of empty lines and reformatting. |
Updating testing suite
…erty in pyproject.toml
Closed
Contributor
Author
|
typehints changes are more involved in terms of code changes, I suggest that goes in a later version |
Draft
Co-authored-by: David Wyld (né Wilby) <24752124+davidwyld@users.noreply.github.com>
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.
Circumventing signature error in #100
MeshiPhi Pull Request Template
Date: 30/12/2025
Version Number: 2.3.0
Description of change
Version release branch, v2.3.0
Testing:
pytestcan be run from the main directory, changing filepaths in relevant tests./teststo other parts of the package. Consolidate constants inconftest.py.pytest -m "not slow"and running tests in parallel withpytest-xdg:pytest -n auto.TestEnvMeshto use temporary file instead of/resources(TestEnvMesh::test_to_tif fails due to module and file errors #99).Quality of life/code:
logging.*()with theloggermodule.assert#77).NaNin mesh.json output files #95).main.CONTRIBUTING.md,CHANGELOG.mdandCITATION.cff.pyproject.toml.Fixes # (issue)
Fixes #77, fixes #86, fixes #95, fixes #99, fixes #109.