-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version, changelog, schema, submodules for 2.7.5
- Loading branch information
1 parent
ae5f203
commit d427511
Showing
8 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule faq
updated
18 files
+9 −9 | docs/about-tidy3d.rst | |
+13 −13 | docs/boundary-conditions.rst | |
+1 −1 | docs/compile_rst_categories.py | |
+15 −15 | docs/data-visualization-and-postprocessing.rst | |
+5 −5 | docs/grid-specification.rst | |
+4 −4 | docs/installation-and-help.rst | |
+13 −13 | docs/inverse-design.rst | |
+14 −14 | docs/mediums.rst | |
+15 −15 | docs/mode-solver.rst | |
+21 −21 | docs/monitors.rst | |
+5 −5 | docs/parameter-sweep.rst | |
+6 −6 | docs/resonance-finder.rst | |
+3 −3 | docs/scattering-matrix.rst | |
+6 −6 | docs/simulation-troubleshoot.rst | |
+19 −19 | docs/simulations.rst | |
+21 −21 | docs/sources.rst | |
+19 −19 | docs/structures.rst | |
+7 −7 | docs/symmetry.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "tidy3d" | ||
version = "2.7.4" | ||
version = "2.7.5" | ||
description = "A fast FDTD solver" | ||
authors = ["Tyler Hughes <[email protected]>"] | ||
license = "LGPLv2+" | ||
|
@@ -272,7 +272,7 @@ testpaths = ["tidy3d", "tests", "docs"] | |
python_files = "*.py" | ||
|
||
[tool.bumpversion] | ||
current_version = "2.7.4" | ||
current_version = "2.7.5" | ||
parse = """(?x) | ||
(?P<major>0|[1-9]\\d*)\\. | ||
(?P<minor>0|[1-9]\\d*)\\. | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""DO NOT EDIT: Modified automatically with .bump2version.cfg""" | ||
|
||
__version__ = "2.7.4" | ||
__version__ = "2.7.5" |