Skip to content

Commit eb12207

Browse files
committed
Preparing 2.7.9
1 parent 2031d79 commit eb12207

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.7.9] - 2025-01-22
11+
1012
### Fixed
1113
- Potential task name mismatches between forward and adjoint simulations in batch tasks.
1214
- Magnitude of gradient computation in `CustomMedium` by accounting properly for full volume element when permittivity data is defined over fewer dimensions than the medium.
@@ -1399,8 +1401,9 @@ which fields are to be projected is now determined automatically based on the me
13991401
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
14001402
- A large number of small improvements and bug fixes.
14011403

1402-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.8...develop
1403-
[2.7.8]: https://github.com/flexcompute/tidy3d/compare/v2.7.6...v2.7.7
1404+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.9...develop
1405+
[2.7.9]: https://github.com/flexcompute/tidy3d/compare/v2.7.8...v2.7.9
1406+
[2.7.8]: https://github.com/flexcompute/tidy3d/compare/v2.7.7...v2.7.8
14041407
[2.7.7]: https://github.com/flexcompute/tidy3d/compare/v2.7.6...v2.7.7
14051408
[2.7.6]: https://github.com/flexcompute/tidy3d/compare/v2.7.5...v2.7.6
14061409
[2.7.5]: https://github.com/flexcompute/tidy3d/compare/v2.7.4...v2.7.5

docs/faq

Submodule faq updated 31 files

docs/notebooks

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.7.8"
3+
version = "2.7.9"
44
description = "A fast FDTD solver"
55
authors = ["Tyler Hughes <[email protected]>"]
66
license = "LGPLv2+"
@@ -273,7 +273,7 @@ testpaths = ["tidy3d", "tests", "docs"]
273273
python_files = "*.py"
274274

275275
[tool.bumpversion]
276-
current_version = "2.7.8"
276+
current_version = "2.7.9"
277277
parse = """(?x)
278278
(?P<major>0|[1-9]\\d*)\\.
279279
(?P<minor>0|[1-9]\\d*)\\.

tests/sims/simulation_sample.h5

0 Bytes
Binary file not shown.

tests/sims/simulation_sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@
28972897
"snapping_points": [],
28982898
"type": "GridSpec"
28992899
},
2900-
"version": "2.7.8",
2900+
"version": "2.7.9",
29012901
"lumped_elements": [],
29022902
"subpixel": false,
29032903
"simulation_type": "tidy3d",

tidy3d/schema.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

tidy3d/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""DO NOT EDIT: Modified automatically with .bump2version.cfg"""
22

3-
__version__ = "2.7.8"
3+
__version__ = "2.7.9"

0 commit comments

Comments
 (0)