emsig / emg3d

A multigrid solver for 3D electromagnetic diffusion

Home Page:https://emg3d.emsig.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An issue to keep track of deprecations

prisae opened this issue · comments

  • Changes in v1.9.0
    • A change of behaviour was introduced in v1.5.0:
      • center_on_edge in meshes.construct_mesh (resp. in meshes.origin_and_widths) will change from edge, the default so far, to center.
    • Two deprecations were introduced in v1.7.0:
      • Providing 'expand' with the gridding options to a Simulation. In the future, the provided model has to be complete (from a properties point of view). Expansion and similar things should be taken care outside of the simulation.
      • The noise arguments for creating synthetic data are moved to its own section in the CLI parameter file.