Releases: tldr-group/taufactor
Releases · tldr-group/taufactor
v1.2.0
What's Changed
- Add paper to README by @isaacsquires in #88
- Update development with new release and hotfixes by @isaacsquires in #90
- Exit solve after iter_limit reached (wasn't enforced before) by @amirDahari1 in #96
- Change error for negative flux (changed stop criteria) resolves #94 by @amirDahari1 in #95
- Calc vertical flux function (returns the flux field) by @amirDahari1 in #98
- Deleted unused variables by @amirDahari1 in #103
- Use inheritance for check_vertical_flux (cleanup) by @daubners in #104
- Add AnisotropySolver (if the z-spacing is different than x- or y-spacing) by @daubners in #105
- New surface areas (face counting, gradient and marching cubes) by @daubners in #107
- Through connectivity (checks if there's phase connectivity) by @daubners in #106
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Release v1.1.0
Release to accompany review of JOSS paper
Changelog
- Added comments from reviewers
- Added examples to documentation
- Added API documentation
- Fix test times on comparison
What's Changed
- Joss paper revisions by @isaacsquires in #75
- Release v1.1 by @isaacsquires in #83
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0
Includes:
- refactor for PyTorch, remove CuPy dependency
- updated docs and tests
- CI testing
- JOSS paper
v0.1.4
0.1.4 (2022-07-11)
- Add TauE solver
- Add triple phase boundary calculations
- Fix cuboids not converging
- Fix convergence messaging
v0.1.3
- Added multi-phase and periodic solvers and metrics calculations
- Hotfix for issue in v0.1.2
v0.1.1
0.1.1 (2021-02-10)
- Removed CuPy from requirements and added installation instructions to README
v0.1.0
TauFactor v0.1.0
- First release on PyPI
- https://pypi.org/project/taufactor/