v0.11.0
What's Changed
- Replace deprecated Numpy's
product
byprod
by @prisae in #347 - Fix typo in tutorials by @xiaolongw1223 in #353
- Replace Slack links for Mattermost links by @santisoler in #351
- Update year in LICENSE by @lheagy in #354
- Set minimum to Python 3.10 (and general CI Maintenance) by @jcapriot in #368
- Replace hanging CurviMesh in docstring for CurvilinearMesh by @omid-b in #358
- Fix slicer re #363 by @prisae in #364
- Add version switcher to discretize docs by @santisoler in #371
- Deploy docs to a new folder named after their tagged version by @santisoler in #372
- display dev doc banner by @jcapriot in #373
- Update use of
numpy
's random number generators. by @jcapriot in #360 - Bump pydata_sphinx_theme version to 0.15.4 by @jcapriot in #374
- Fix caching of internal projection matrices by @jcapriot in #375
- Fix macos-latest build by @jcapriot in #376
- Expose TreeMesh geometric intersections used for refine functions. by @jcapriot in #356
- Add
TensorMesh.cell_bounds
property by @santisoler in #366 - Add
TreeCell.bounds
andTreeMesh.cell_bounds
methods by @santisoler in #367 - Create build_distributions.yml by @jcapriot in #380
- Numpy2.0 updates by @jcapriot in #379
- 0.11.0 Release Notes by @jcapriot in #381
New Contributors
- @xiaolongw1223 made their first contribution in #353
- @omid-b made their first contribution in #358
Full Changelog: v0.10.0...v0.11.0