Skip to content

Latest commit

 

History

History
116 lines (65 loc) · 3.19 KB

CHANGELOG.md

File metadata and controls

116 lines (65 loc) · 3.19 KB

Changelog

0.2.3 (2025-01-16)

Fixes

  • (docs): Improving documentation
  • (docs): Adding additional text to the documentation to improve chances of outward normals in rendered wirepath, as reported in issue #75

Full set of changes: 0.2.2...0.2.3

0.2.2 (2024-06-24)

Fixes

  • fixes the bug reported in issue #70 (#71)

Full set of changes: 0.2.1...0.2.2

0.2.1 (2024-03-18)

Fixes

  • Fix runtime error due to numpy deprecation. (#69)
  • Fix runtime errors due to deprecated np.warnings

Full set of changes: 0.2.0...0.2.1

0.2.0 (2023-11-07)

New Features

  • (topology): Expose cut_plane_definition to CLI.

Fixes

  • (postprocessing): Do not calculate inductance if skip_postprocessing is True.

Full set of changes: 0.1.3...0.2.0

0.1.3 (2023-10-11)

Fixes

  • Implemented bugfix from CoilGen

Full set of changes: 0.1.2...0.1.3

0.1.2 (2023-10-09)

Fixes

  • (installation): Relaxing dependencies.

Full set of changes: 0.1.1...0.1.2

0.1.1 (2023-10-04)

Fixes

  • (meshes): Fix bi-planar mesh so that the normals point outwards.

Full set of changes: 0.1.0...0.1.1

0.1.0 (2023-10-03)

New Features

  • (exporter): Extending the list of supported export types.
  • (meshes): Using the mesh factory for coil, target and shield meshes.
  • (meshes): Adding 'create circular mesh' to the mesh factory.
  • (meshes): Using auto-discovery to discover mesh builders. (#55)

Fixes

  • Bugfix with trying to access invalid function.
  • (meshes): Using stl_mesh_filename and coil_mesh_file.
  • (meshes): Supporting int and float parameters.

Full set of changes: 0.0.11...0.1.0

0.0.11 (2023-09-28)

Fixes

  • Fixing exception when skip_inductance_calculation is True.
  • Fixing exception when skip_postprocessing is True.
  • (build_cylinder_mesh): Generated cylinder mesh exactly matches input dimensions.

Docs

  • Moving the release procedure to its own file. (#51)

Full set of changes: 0.0.10...0.0.11

0.0.10 (2023-09-26)

Docs

  • Fixing URL in pyproject.toml

Full set of changes: 0.0.9...0.0.10

0.0.9 (2023-09-26)

Docs

  • Updating release procedure.

Others

  • Globally reformatted sources.

Full set of changes: 0.0.8...0.0.9

0.0.8 (2023-09-25)

New Features

  • Initial release candidate.