Skip to content

Releases: TchoumTchoum/electroacPy

electroacpy-v2025.01.29

29 Jan 10:23
Compare
Choose a tag to compare

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.

electroacpy-v2025.01.03

03 Jan 14:35
Compare
Choose a tag to compare

First public release. Documentation in progress.