3.4.3: Maintenance release
This maintenance release adds a new example contributed by @Jon83Carvalho, clarifies many points in the documentation, migrates all CI to Azure, updates to using wheels for distribution, and substantially refactors matrices to work more consistently across solvers.
What's Changed
- Debug CI failures by @guyer in #749
- Stokes Cavity - non-newtonian by @Jon83Carvalho in #748
- Disable TVTK tests if its prerequisites aren't met by @guyer in #764
- Tabulate versions of FiPy dependencies when tests are run by @guyer in #763
- Refactor matrices by @guyer in #721
- Raise ImportError before trying to unpack solvers by @guyer in #768
- Introduce SharedTemporaryFile (bis) by @guyer in #769
- Get website documentation to display math by @guyer in #773
- Add future package to Binder environment by @guyer in #779
- Document parallel gmsh by @guyer in #793
- Remove future from setup.py and _setup commands by @guyer in #785
- Fix broken circleSquare with newer Gmsh by @guyer in #794
- Move trilinos tests to Py3k by @guyer in #797
- Replace deprecated numpy types by @guyer in #798
- Fix Python 2.7 conda environment by @wd15 in #795
- Speed up conda environment creation by @guyer in #804
- Fix python 3.9 represenation of abs by @guyer in #812
- Set up CI with Azure Pipelines by @guyer in #822
- fix: stop divide by zero warning in LU solvers by @wd15 in #790
- Change
colorbar
argument to valid value by @guyer in #829 - Get gmsh version from stderr or stdout by @guyer in #846
- Collect contact information on single page by @guyer in #847
- Debug CIs by @guyer in #848
- Refine azure runs by @guyer in #851
- Issue858 pysparse ci failure by @guyer in #859
- Fix missing Qt on headless CI by @guyer in #864
- Update CI documentation to refer only to Azure by @guyer in #863
- Shift CI from eggs to wheels by @guyer in #860
- Document the things by @guyer in #866
- Document viewer attributes by @guyer in #867
- Define _localNonOverlappingFaceIDs for Gmsh by @guyer in #857
- Update changelog by @guyer in #871
New Contributors
- @Jon83Carvalho made their first contribution in #748
Curated Changelog: https://github.com/usnistgov/fipy/blob/3.4.3/CHANGELOG.rst
Full Changelog: 3.4.2.1...3.4.3