Skip to content

Commit 932b29c

Browse files
committed
Version, submodules, schema, changelog for 2.7.2
1 parent b151969 commit 932b29c

File tree

6 files changed

+71
-14
lines changed

6 files changed

+71
-14
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [2.7.2] - 2024-08-07
9+
810
### Added
911
- Mode solver plugin now supports 'EMESimulation'.
1012
- `TriangleMesh` class: automatic removal of zero-area faces, and functions `fill_holes` and `fix_winding` to attempt mesh repair.
@@ -28,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2830
- Validators using `TriangleMesh.intersections_plane` will fall back on bounding box in case the method fails for a non-watertight mesh.
2931
- Bug when running the same `ModeSolver` first locally then remotely, or vice versa, in which case the cached data from the first run is always returned.
3032

31-
## [2.7.1]
33+
## [2.7.1] - 2024-07-10
3234

3335
### Added
3436
- Support for differentiation with respect to `GeometryGroup.geometries` elements.
@@ -1265,7 +1267,8 @@ which fields are to be projected is now determined automatically based on the me
12651267
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
12661268
- A large number of small improvements and bug fixes.
12671269

1268-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.1...develop
1270+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.2...develop
1271+
[2.7.2]: https://github.com/flexcompute/tidy3d/compare/v2.7.1...v2.7.2
12691272
[2.7.1]: https://github.com/flexcompute/tidy3d/compare/v2.7.0...v2.7.1
12701273
[2.7.0]: https://github.com/flexcompute/tidy3d/compare/v2.6.4...v2.7.0
12711274
[2.6.4]: https://github.com/flexcompute/tidy3d/compare/v2.6.3...v2.6.4

docs/notebooks

Submodule notebooks updated 82 files

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

261261
[tool.bumpversion]
262-
current_version = "2.7.1"
262+
current_version = "2.7.2"
263263
parse = """(?x)
264264
(?P<major>0|[1-9]\\d*)\\.
265265
(?P<minor>0|[1-9]\\d*)\\.

tests/sims/simulation_sample.h5

32 Bytes
Binary file not shown.

tests/sims/simulation_sample.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2794,9 +2794,10 @@
27942794
"snapping_points": [],
27952795
"type": "GridSpec"
27962796
},
2797-
"version": "2.7.0",
2797+
"version": "2.7.2",
27982798
"lumped_elements": [],
27992799
"subpixel": false,
2800+
"simulation_type": null,
28002801
"courant": 0.8,
28012802
"normalize_index": 0,
28022803
"shutoff": 0.0001,

tidy3d/schema.json

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

0 commit comments

Comments
 (0)