Releases: capytaine/capytaine
Releases · capytaine/capytaine
Capytaine v1.3
Some minor changes and new features, mostly related to mesh generation and import.
See docs/changelog.rst for details.
Capytaine v1.2.1
Minor release with a few bug fixes.
Capytaine v1.2
Main changes in version 1.2:
- Remove some mandatory dependencies of the code.
- Experimental handling of higher order quadratures for integration.
See the changelog for more details.
Capytaine v1.1
Main changes in version 1.1:
- Refactoring of the internals of the solver for a more modular structure.
- Add Xie's variant of the Green function evaluation method.
See the changelog for more details.
Capytaine v1.0.1
Main changes in version 1.0.1:
- Fix OpenMP
- Minor improvements of the documentation.
Capytaine v1.0
Main changes in version 1.0:
- Renaming of some modules and settings.
- Compatibility with Python 3.7 and Numpy 1.16.
See docs/changelog.rst for more details.
Capytaine v0.6
Main changes in version 0.6:
- Rewrite of the code for matrices and linear solvers, including block-Toeplitz matrices for symmetric bodies and hierarchical matrices.
- Clean up of the 3D animation module.
See docs/changelog.rst for more details.
Capytaine v0.5.1
Changes in version 0.5.1:
Minor bug fixes and performance improvements.
Capytaine v0.5
Main changes in version 0.5:
- OpenMP parallelization of the matrices computation.
- Integration of some code from
meshmagick, which is not a dependency anymore.
See docs/changelog.rst for more details.