-
Notifications
You must be signed in to change notification settings - Fork 36
V0.12.0 staging #407
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
Merged
Merged
V0.12.0 staging #407
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
0d53e50
make build requirement listing in pyproject consistent
jcapriot b891bef
add notes and update version switcher info
jcapriot 99e9e38
fix dead testing link
jcapriot c1d0b07
attempt 3.14 from release channel
jcapriot 89aa659
add bare toggle
jcapriot 8056cf1
more bash syntax cleaning
jcapriot ac452b3
Update docs/release/0.12.0-notes.rst
jcapriot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| .. currentmodule:: discretize | ||
|
|
||
| .. _0.12.0_notes: | ||
|
|
||
| =================================== | ||
| ``discretize`` 0.12.0 Release Notes | ||
| =================================== | ||
|
|
||
| October 8, 2025 | ||
|
|
||
| This minor release contains many bugfixes and updates related to new package builds. | ||
|
|
||
| Python versions | ||
| --------------- | ||
| `discretize` has bumped its minimum supported `python` version to 3.11, and is tested against versions 3.11-3.14. Minimum scipy versions | ||
| have also been bumped to 1.12. Users on older python versions should continue to use `discretize` 0.11.x. | ||
|
|
||
| We have also added support for (and tests against) free-threaded python builds for python 3.13 and later, which should be available through | ||
| the normal python distribution channels (pypi, conda-forge). | ||
|
|
||
| ``TreeMesh`` updates | ||
| -------------------- | ||
| Tree meshes now support a `refine_image` method that allows users to refine a mesh based on an image (2D or 3D numpy array). See | ||
| :func:``discretize.TreeMesh.refine_image`` for more details. | ||
|
|
||
| ``TensorMesh`` updates | ||
| ---------------------- | ||
| A new :func:``discretize.TensorMesh.point2index`` method has been added to convert a point location to the corresponding cell index in | ||
| a tensor mesh, similar to the existing :func:``discretize.TreeMesh.point2index`` method. | ||
|
|
||
|
|
||
| Contributors | ||
| ============ | ||
|
|
||
| * @jcapriot | ||
|
|
||
| Pull requests | ||
| ============= | ||
| * bump sphinx and pydata-sphinx to more recent versions by @jcapriot in `#402 <https://github.com/simpeg/discretize/pull/402>`__ | ||
| * Small cleanups to the external TreeMesh code, no functionality changes by @jcapriot in `#400 <https://github.com/simpeg/discretize/pull/400>`__ | ||
| * Add point2index functionality for `tensor_mesh` by @jcapriot in `#401 <https://github.com/simpeg/discretize/pull/401>`__ | ||
| * Updates for python free threading by @jcapriot in `#403 <https://github.com/simpeg/discretize/pull/403>`__ | ||
| * Updates for cibuildwheel by @jcapriot in `#405 <https://github.com/simpeg/discretize/pull/405>`__ | ||
| * Add functionality to refine a `TreeMesh` using an "image" by @jcapriot in `#406 <https://github.com/simpeg/discretize/pull/406>`__ |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.