Skip to content

Commit e16cb5d

Browse files
committed
update notes to point to this PR
1 parent 83166c5 commit e16cb5d

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

docs/release/0.11.1-notes.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,36 @@
33
.. _0.11.1_notes:
44

55
===================================
6-
``discretize`` 0.11.0 Release Notes
6+
``discretize`` 0.11.1 Release Notes
77
===================================
88

9-
October 24, 2024
9+
November 5, 2024
1010

1111
This is a bugfix release for issues found in the previous release, and adds some warning messages for users.
1212

13+
Updates
14+
=======
15+
1316
Warning Messages
14-
================
17+
----------------
1518
* Added a warning to the `TreeMesh` informing of incoming future behavoir changes regarding
1619
diagonal balancing. This will default to ``True`` in `discretize` 1.0.
1720
* Added warning messages to test functions using uncontrolled randomized input that appear when run under
1821
`pytest` or `nosetest`, alerting the user to non-repeatable tests.
1922
* Changed the default for ``plotIt`` argument to ``False`` for testing functions.
2023

2124
Fixed Bugs
22-
==========
25+
----------
2326
* `TreeMesh.point2index` now refers to the correction function.
2427

28+
29+
Contributors
30+
============
31+
* @jcapriot
32+
2533
Pull requests
2634
=============
2735

28-
* Outstanding bugfixes. by @jcapriot in `#347 <https://github.com/simpeg/discretize/pull/382>`__.
29-
* Warn for non-repeatable random tests in a testing environment by @jcapriot in `#384 <https://github.com/simpeg/discretize/pull/384>`__.
36+
* Outstanding bugfixes. by @jcapriot in `#382 <https://github.com/simpeg/discretize/pull/382>`__.
37+
* Warn for non-repeatable random tests in a testing environment by @jcapriot in `#384 <https://github.com/simpeg/discretize/pull/384>`__.
38+
* Staging for 0.11.1 by @jcapriot in `#385 <https://github.com/simpeg/discretize/pull/385>`__.

0 commit comments

Comments
 (0)