Skip to content

Commit 6230efa

Browse files
committed
Version, changelog, pre-release script for 2.7.1
1 parent e4df688 commit 6230efa

File tree

5 files changed

+48
-17
lines changed

5 files changed

+48
-17
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [2.8.0rc1]
8+
## [2.7.1]
99

1010
### Added
1111
- Support for differentiation with respect to `GeometryGroup.geometries` elements.
@@ -14,8 +14,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Support for differentiation with respect to monitor attributes that require interpolation, such as flux and intensity.
1515
- Support for automatic differentiation with respect to `.eps_inf` and `.poles` contained in dispersive mediums `td.PoleResidue` and `td.CustomPoleResidue`.
1616

17-
### Changed
18-
1917
### Fixed
2018
- Bug where boundary layers would be plotted too small in 2D simulations.
2119
- Bug when plotting transformed geometries.
@@ -1243,7 +1241,8 @@ which fields are to be projected is now determined automatically based on the me
12431241
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
12441242
- A large number of small improvements and bug fixes.
12451243

1246-
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.0...develop
1244+
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.7.1...develop
1245+
[2.7.1]: https://github.com/flexcompute/tidy3d/compare/v2.7.0...v2.7.1
12471246
[2.7.0]: https://github.com/flexcompute/tidy3d/compare/v2.6.4...v2.7.0
12481247
[2.6.4]: https://github.com/flexcompute/tidy3d/compare/v2.6.3...v2.6.4
12491248
[2.6.3]: https://github.com/flexcompute/tidy3d/compare/v2.6.2...v2.6.3

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

260260
[tool.bumpversion]
261-
current_version = "2.7.0"
261+
current_version = "2.7.1"
262262
parse = """(?x)
263263
(?P<major>0|[1-9]\\d*)\\.
264264
(?P<minor>0|[1-9]\\d*)\\.

tests/sims/simulation_sample.h5

0 Bytes
Binary file not shown.

tidy3d/schema.json

Lines changed: 42 additions & 10 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.0"
3+
__version__ = "2.7.1"

0 commit comments

Comments
 (0)