Releases: SpiceSharp/SpiceSharp
Releases · SpiceSharp/SpiceSharp
Spice#.Generator v1.0.9
Changes
- Include referenced assemblies when searching for binding contexts.
Spice#.Generator v1.0.8
Changes:
Small fix where a project containing a Utility class would not correctly work together with the generated code.
v3.2.3
What's Changed
- Add back Export.IsValid property by @marcin-golebiowski in #242
Full Changelog: v3.2.2...v3.2.3
v3.2.2
What's Changed
- Fix yield flags and write tests, found by Marcin by @svenboulanger in #241
Full Changelog: v3.2.1...v3.2.2
Spice# 3.2.1
What's Changed
Not much, simply made it somewhat easier to port from Spice# 3.1.x.
Spice# 3.2.0
What's Changed
Warning
This release is a breaking change from v3.1.9. Simulations are now run through foreach.
- Cleaned using directives by @hahschaa in #233
- Clean up the csproj files by @hahschaa in #234
- Added GitInfo to automate versioning by @hahschaa in #235
- Use enumerable for exporting data by @svenboulanger in #236
- Update to v3.2.0 by @svenboulanger in #238
- Fixing github actions by @svenboulanger in #239
New Contributors
Full Changelog: v3.1.9...v3.2.0
Spice# 3.1.9
Bug fixes
- Local solvers did not work correctly. This is now fixed.
- Updated documentation.
Spice# 3.1.8
Bug fix
- Missing interface on inductor behavior causing the ParameterSet to be unfindable.
Spice# 3.1.7
- Added
FixedTrapezoidalintegration method. - Updated documentation.
Spice# 3.1.6
- Added support for subcircuits to exports.