Skip to content

Commit

Permalink
Version, changelog, schema for 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Apr 2, 2024
1 parent 0fdda6d commit 9a2276a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Revert forbidden `"` in component names.

### Fixed

## [2.6.3] - 2024-04-02

### Added
- Added new validators in `HeatSimulation`: no structures with dimensions of zero size, no all-Neumann boundary conditions, non-empty simulation domain.

### Changed
- Revert forbidden `"` in component names.

## [2.6.2] - 2024-03-21

### Changed
Expand Down Expand Up @@ -1142,7 +1149,8 @@ which fields are to be projected is now determined automatically based on the me
- Job and Batch classes for better simulation handling (eventually to fully replace webapi functions).
- A large number of small improvements and bug fixes.

[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.6.2...develop
[Unreleased]: https://github.com/flexcompute/tidy3d/compare/v2.6.3...develop
[2.6.3]: https://github.com/flexcompute/tidy3d/compare/v2.6.2...v2.6.3
[2.6.2]: https://github.com/flexcompute/tidy3d/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/flexcompute/tidy3d/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/flexcompute/tidy3d/compare/v2.5.2...v2.6.0
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tidy3d"
version = "2.6.2"
version = "2.6.3"
description = "A fast FDTD solver"
authors = ["Tyler Hughes <[email protected]>"]
license = "LGPLv2+"
Expand Down Expand Up @@ -186,7 +186,7 @@ lint.select = [
]

[tool.bumpversion]
current_version = "2.6.2"
current_version = "2.6.3"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
Binary file modified tests/sims/simulation_sample.h5
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/sims/simulation_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@
],
"type": "GridSpec"
},
"version": "2.6.2",
"version": "2.6.3",
"courant": 0.8,
"normalize_index": 0,
"shutoff": 0.0001,
Expand Down
4 changes: 2 additions & 2 deletions tidy3d/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tidy3d/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""DO NOT EDIT: Modified automatically with .bump2version.cfg"""
__version__ = "2.6.2"
__version__ = "2.6.3"

0 comments on commit 9a2276a

Please sign in to comment.