Releases: cfs-energy/device_inductance
Releases · cfs-energy/device_inductance
3.1.0
3.1.0 - 2025-07-11
Added
- Add
gridmodule 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()andtypical_outputsto use min_extent and gridspec inputs
3.0.1 - 2025-07-07
Changed
- Improve linter configuration
- Resolve new lints
3.0.0
3.0.0 - 2025-07-01
Added
- Add
localmodule 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