Skip to content

Releases: capytaine/capytaine

Capytaine v2.1

09 Apr 08:56
b14b865
Compare
Choose a tag to compare

Version 2.1 includes the following major changes:

  • New feature: approximate forward speed, based on the work of Donatini et al., 2022.
  • Nicer terminal displays using the rich library (new mandatory dependency).
  • More accurate tabulation of the Green function. The tabulation is now saved on disk.
  • Optional new direct Boundary Integral Equation ("potential" formulation) instead of the default indirect BIE ("source" formulation).

This release also includes several bug fixes and minor usability improvements. See docs/changelog.rst for details.
It is also the first release to be compatible with Numpy 2.0.

Capytaine v2.0

21 Jun 07:38
3fef03f
Compare
Choose a tag to compare
  • New features, such as
    • Setting directly the wavelength or wavenumber of a problem
    • Reconstructing the fluid velocity in post-processing
  • Bug fixes and performance improvements
  • Major update of the build toolchain, including release of precompiled binaries on PyPI (pip)

See the changelog in the documentation for more details.

Capytaine v1.5

13 Dec 15:21
cc4067d
Compare
Choose a tag to compare

New tools for the definition of the floating body and new options to customize the evaluation of the Green function.
See docs/changelog.rst for details.

(Replace the earlier release from today, which was broken.)

Capytaine v1.4.2

03 Oct 08:45
582be4e
Compare
Choose a tag to compare

A few bug fixes and improvements of the documentation.
See docs/changelog.rst for details.

Note: the zip and tar.gz archives automatically created by Github are incomplete, they do not include the content of the git submodule. The archive annotated full is the same archive including the content of the submodule.

Capytaine v1.4.1

05 Sep 08:35
4933425
Compare
Choose a tag to compare

Bug fixes, including a major bug in the computation of hydrostatics.
See docs/changelog.rst for details.

Capytaine v1.4

07 Jul 11:15
fd4a9b6
Compare
Choose a tag to compare

This new release fixes some major bugs (high frequency asymptotics, sign of the diffusion in the RAO) and introduces new features such as the computation of the hydrostatics and a new parallelization strategy using Joblib.
See docs/changelog.rst for details.

Capytaine v1.3

07 Oct 12:49
1f2d8e9
Compare
Choose a tag to compare

Some minor changes and new features, mostly related to mesh generation and import.
See docs/changelog.rst for details.

Capytaine v1.2.1

14 Apr 16:25
Compare
Choose a tag to compare

Minor release with a few bug fixes.

Capytaine v1.2

24 Apr 12:30
Compare
Choose a tag to compare

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

24 Sep 13:15
Compare
Choose a tag to compare

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.