Skip to content

Commit 725051c

Browse files
committed
final changes for 2.8.1
1 parent a7ef8e9 commit 725051c

File tree

5 files changed

+124
-7
lines changed

5 files changed

+124
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.8.1] - 2025-03-20
11+
1012
### Added
1113
- New `LobeMeasurer` tool in the `microwave` plugin that locates lobes in antenna patterns and calculates lobe measures like half-power beamwidth and sidelobe level.
1214
- Validation step that raises a `ValueError` when no frequency-domain monitors are present, preventing invalid adjoint runs.
@@ -1544,7 +1546,8 @@ which fields are to be projected is now determined automatically based on the me
15441546
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
15451547
- A large number of small improvements and bug fixes.
15461548

1547-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.8.0...develop
1549+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.8.1...develop
1550+
[2.8.0]: https://github.com/flexcompute/tidy3d/compare/v2.8.0...v2.8.1
15481551
[2.8.0]: https://github.com/flexcompute/tidy3d/compare/v2.7.9...v2.8.0
15491552
[2.7.9]: https://github.com/flexcompute/tidy3d/compare/v2.7.8...v2.7.9
15501553
[2.7.8]: https://github.com/flexcompute/tidy3d/compare/v2.7.7...v2.7.8

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidy3d"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"
@@ -290,7 +290,7 @@ testpaths = ["tidy3d", "tests", "docs"]
290290
python_files = "*.py"
291291

292292
[tool.bumpversion]
293-
current_version = "2.8.0"
293+
current_version = "2.8.1"
294294
parse = """(?x)
295295
(?P<major>0|[1-9]\\d*)\\.
296296
(?P<minor>0|[1-9]\\d*)\\.

tests/sims/simulation_sample.h5

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)