You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bugfix release for discretize with some minor updates.
12
+
13
+
Updates
14
+
=======
15
+
16
+
Fixed Bugs
17
+
----------
18
+
* ``is_scalar`` will now return true for any numpy array broadcastable as a scalar (any array with ``arr.size == 1``).
19
+
* Explicitly set diagonal balancing on internal plotting and reading routines that build a ``TreeMesh``.
20
+
* Fixes formatting across line breaks in new warnings.
21
+
* the ``Zero`` and ``Identity`` classes now return expected truthiness values: ``bool(Zero()) == False`` and ``bool(Identity()) == True``.
22
+
23
+
24
+
Contributors
25
+
============
26
+
* @jcapriot
27
+
* @santisoler
28
+
* @prisae
29
+
30
+
Pull requests
31
+
=============
32
+
33
+
* improve scalar test to handle arbitrary dimensional ndarrays by @jcapriot in `#388 <https://github.com/simpeg/discretize/pull/388>`__.
34
+
* Set no diagonal balance when reading UBC tree meshes by @santisoler in `#386 <https://github.com/simpeg/discretize/pull/386>`__
35
+
* Fix small typos in diagonal_balance warning by @santisoler in `#387 <https://github.com/simpeg/discretize/pull/387>`__
36
+
* Implement truthiness for Zero and Identity by @jcapriot in `#389 <https://github.com/simpeg/discretize/pull/389>`__
37
+
* Fix formatting new warning by @prisae in `#390 <https://github.com/simpeg/discretize/pull/390>`__
38
+
* v0.11.2 staging @jcapriot in `#391 <https://github.com/simpeg/discretize/pull/390>`__
0 commit comments