Skip to content

electroacpy-v2025.01.29

Latest
Compare
Choose a tag to compare
@TchoumTchoum TchoumTchoum released this 29 Jan 10:23
· 2 commits to main since this release

Main changes

  • import meshes as plotting grids with .evaluation_plottingGrid(study, "path/to/custom_grid.msh"),
  • in-progress documentation now available at https://electroacpy.readthedocs.io/,
  • improved way to assign surface impedance (still need to be documented),
  • various bug fixes.

Notes

The module "generalToolbox" as been merged into the electroacPy module. You can access it through:

  • import electroacPy.general, or
  • from electroacPy import gtb.

From there, all functions should work as usual.