Skip to content

Commit a9706bc

Browse files
prep for 2.5.0rc1
1 parent b473e66 commit a9706bc

File tree

2 files changed

+448
-29
lines changed

2 files changed

+448
-29
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
### Added
9+
10+
### Changed
11+
12+
### Fixed
13+
14+
## [2.5.0rc1] - 2023-10-10
15+
816
### Added
917
- Time zone in webAPI logging output.
1018
- Class `Scene` consisting of a background medium and structures for easier drafting and visualization of simulation setups as well as transferring such information between different simulations.
@@ -972,7 +980,8 @@ which fields are to be projected is now determined automatically based on the me
972980
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
973981
- A large number of small improvements and bug fixes.
974982

975-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.4.2...develop
983+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.5.0rc1...pre/2.5
984+
[2.5.0rc1]: https://github.com/flexcompute/tidy3d/compare/v2.4.2...v2.5.0rc1
976985
[2.4.2]: https://github.com/flexcompute/tidy3d/compare/v2.4.1...v2.4.2
977986
[2.4.1]: https://github.com/flexcompute/tidy3d/compare/v2.4.0...v2.4.1
978987
[2.4.0]: https://github.com/flexcompute/tidy3d/compare/v2.3.3...v2.4.0

0 commit comments

Comments
 (0)