Skip to content

Commit 9db3618

Browse files
committed
fix simulation json upload infinity bug
1 parent a0d102b commit 9db3618

File tree

5 files changed

+1404
-6
lines changed

5 files changed

+1404
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Fixed
1313

14+
## [2.0.2] - 2023-4-3
15+
16+
### Added
17+
18+
### Changed
19+
20+
### Fixed
21+
- Bug in web interface when `Simulation` upload was not putting quotes around `td.inf` values.
22+
1423
## [2.0.1] - 2023-3-31
1524

1625
### Added
@@ -653,7 +662,8 @@ which fields are to be projected is now determined automatically based on the me
653662
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
654663
- A large number of small improvements and bug fixes.
655664

656-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.0.1...develop
665+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.0.2...develop
666+
[2.0.2]: https://github.com/flexcompute/tidy3d/compare/v1.0.1...v2.0.2
657667
[2.0.1]: https://github.com/flexcompute/tidy3d/compare/v1.10.0...v2.0.1
658668
[1.10.0]: https://github.com/flexcompute/tidy3d/compare/v1.9.3...v1.10.0
659669
[1.9.3]: https://github.com/flexcompute/tidy3d/compare/v1.9.2...v1.9.3

0 commit comments

Comments
 (0)