Skip to content

Releases: cfs-energy/device_inductance

3.1.0

21 Jul 13:52
01745de

Choose a tag to compare

3.1.0 - 2025-07-11

Added

  • Add grid module with types related to grid inputs
  • Add ability to pass in an exact gridspec as an alternative to the approximate min_extent
  • Add warnings when applying hidden defaults or accommodating deprecated kwargs

Changed

  • Update typical() and typical_outputs to use min_extent and gridspec inputs

3.0.1 - 2025-07-07

Changed

  • Improve linter configuration
  • Resolve new lints

3.0.0

03 Jul 12:59
a2d2ca1

Choose a tag to compare

3.0.0 - 2025-07-01

Added

  • Add local module with self-field flux and B-field calculations for coil winding packs
  • Add functionality for mapping coil winding packs on irregular grids (like VS coils) on to a regular grid for local field solve

Changed

  • !Return a more featured struct of data from coil self-field calcs instead of a tuple
  • !Return MulticubicRegular interpolators as coil field interpolators instead of MulticubicRectilinear
  • Make coil self-field calc return types non-optional since all non-error branches now produce a valid output