-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #385 from jcapriot/v0.11.1_staging
Staging for 0.11.1
- Loading branch information
Showing
8 changed files
with
71 additions
and
21 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
.. currentmodule:: discretize | ||
|
||
.. _0.11.1_notes: | ||
|
||
=================================== | ||
``discretize`` 0.11.1 Release Notes | ||
=================================== | ||
|
||
November 5, 2024 | ||
|
||
This is a bugfix release for issues found in the previous release, and adds some warning messages for users. | ||
|
||
Updates | ||
======= | ||
|
||
Warning Messages | ||
---------------- | ||
* Added a warning to the `TreeMesh` informing of incoming future behavoir changes regarding | ||
diagonal balancing. This will default to ``True`` in `discretize` 1.0. | ||
* Added warning messages to test functions using uncontrolled randomized input that appear when run under | ||
`pytest` or `nosetest`, alerting the user to non-repeatable tests. | ||
* Changed the default for ``plotIt`` argument to ``False`` for testing functions. | ||
|
||
Fixed Bugs | ||
---------- | ||
* `TreeMesh.point2index` now refers to the correction function. | ||
|
||
|
||
Contributors | ||
============ | ||
* @jcapriot | ||
|
||
Pull requests | ||
============= | ||
|
||
* Outstanding bugfixes. by @jcapriot in `#382 <https://github.com/simpeg/discretize/pull/382>`__. | ||
* Warn for non-repeatable random tests in a testing environment by @jcapriot in `#384 <https://github.com/simpeg/discretize/pull/384>`__. | ||
* Staging for 0.11.1 by @jcapriot in `#385 <https://github.com/simpeg/discretize/pull/385>`__. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
.. _sphx_glr_examples: | ||
|
||
Examples | ||
******** | ||
******** |
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
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