Releases: kev-m/pyCoilGen
Releases · kev-m/pyCoilGen
0.2.3
What's Changed
-
Create plot_contours_with_field.py by @andrejsho in #74
-
(docs): Adding additional text to the documentation to improve chances of outward normals in rendered wirepath, as reported in issue #75
New Contributors
- @andrejsho made their first contribution in #74
Full Changelog: 0.2.2...0.2.3
0.2.2
Bugfix: np.warnings is deprecated.
What's Changed
Full Changelog: 0.2.0...0.2.1
0.2.0
Release notes
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
Bug fix from CoilGen
0.1.3 (2023-10-11)
Fixes
- Implemented bugfix from CoilGen, to catch special cases when the calculated cut point does not intersect the contour. See issue #60.
Full Changelog: 0.1.2...0.1.3
Relaxing dependencies
0.1.2 (2023-10-09)
Fixes
- (installation): Relaxing dependencies.
Relaxing the dependencies to major versions of available packages.
Full set of changes: 0.1.1...0.1.2
Fixing bi-planar mesh builder.
0.1.1 (2023-10-04)
Fixes
- (meshes): Fix bi-planar mesh so that the normals point outwards.
Other
- Restoring previous behaviour of CAD export to create STL files by default (instead of PLY).
Full Changelog: 0.1.0...0.1.1
More mesh files supported.
What's Changed
- Using auto-discovery to discover mesh builders and exporters. by @kev-m in #55
- Build circular mesh by @kev-m in #56
Full Changelog: 0.0.11...0.1.0
The most significant feature of this release is the support for more mesh types, both import and export.
See the Export Data chapter in the documentation.
The following file types are supported:
- STL: Stereolithography
- GLB: Graphics Library Transmission Format
- PLY: Polygon
- 3MF: 3D Manufacturing Format
- OBJ: Wavefront .obj
- DAE: COLLADA digital asset exchange
- OFF: ASCII Object File Format
Bugfixes on skip_inductance_calculation and skip_postprocessing.
What's Changed
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
Public release
Public release, with corrected PyPI URLs.