Skip to content

Commit

Permalink
Updating version to 2.8.0 and notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-flex committed Feb 28, 2025
1 parent 8d3b659 commit 75724ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/notebooks
Submodule notebooks updated 56 files
+1,023 −0 AbsorbingBoundaryReflection.ipynb
+110 −110 AllDielectricStructuralColor.ipynb
+1,324 −0 AnisotropicMetamaterialBroadbandPBS.ipynb
+1,238 −342 Autograd10YBranchLevelSet.ipynb
+26 −12 Autograd13Metasurface.ipynb
+20 −9 Autograd15Antenna.ipynb
+111 −66 Autograd16BilayerCoupler.ipynb
+24 −23 Autograd17BandPassFilter.ipynb
+50 −41 Autograd18TopologyBend.ipynb
+127 −97 Autograd19ApodizedCoupler.ipynb
+2 −2 Autograd1Intro.ipynb
+35 −18 Autograd20MetalensWaveguideTaper.ipynb
+11 −3 Autograd21GaPLightExtractor.ipynb
+58 −63 Autograd22PhotonicCrystal.ipynb
+14 −24 Autograd23FabricationAwareInvdes.ipynb
+23 −14 Autograd3InverseDesign.ipynb
+15 −9 Autograd5BoundaryGradients.ipynb
+26 −11 Autograd6GratingCoupler.ipynb
+9 −43 Autograd8WaveguideBend.ipynb
+32,880 −28,335 Autograd9WDM.ipynb
+236 −190 BroadbandPlaneWaveWithConstantObliqueIncidentAngle.ipynb
+1 −1 ChargeSolver.ipynb
+3,969 −0 EMEBends.ipynb
+2,308 −1,031 EffectiveIndexApproximation.ipynb
+2 −2 InverseDesign.ipynb
+441 −65 LinearLumpedElements.ipynb
+498 −0 MMIMeepBenchmark.ipynb
+2,006 −1,344 MachZehnderModulator.ipynb
+308 −16,303 Metalens.ipynb
+509 −0 ModeOverlap.ipynb
+515 −0 PECSphereRCS.ipynb
+696 −0 RadarAbsorbingMetamaterial.ipynb
+0 −1 docs/case_studies/metamaterials_gratings_periodic.rst
+2 −1 docs/case_studies/microwave.rst
+1 −0 docs/case_studies/pic.rst
+0 −2 docs/case_studies/scattering_far_field.rst
+1 −1 docs/features/advanced.rst
+1 −0 docs/features/autograd.rst
+14 −0 docs/features/benchmark.rst
+1 −0 docs/features/eme.rst
+2 −0 docs/features/index.rst
+1 −0 docs/features/mode.rst
+2 −1 docs/features/symmetry.rst
+ img/EMEBends.png
+ img/MeepMMIBenchmark.png
+ img/RadarAbsorberMetasurface.png
+ img/animation_wdm_autograd.gif
+ img/effective_index_approximation.png
+ img/pbs_swg_am.png
+ img/pbs_swg_am_top.png
+ img/single-cell-lumped-element.png
+50 −0 misc/MeepMMI.txt
+2 −0 misc/import_file_mapping.json
+ misc/inv_des_wdm_ag.gds
+ misc/inv_des_ybranch.gds
+ misc/y_branch_fab.pkl
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.8.0rc3"
version = "2.8.0"
description = "A fast FDTD solver"
authors = ["Tyler Hughes <tyler@flexcompute.com>"]
license = "LGPLv2+"
Expand Down Expand Up @@ -286,7 +286,7 @@ testpaths = ["tidy3d", "tests", "docs"]
python_files = "*.py"

[tool.bumpversion]
current_version = "2.8.0rc3"
current_version = "2.8.0"
parse = """(?x)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.
Expand Down
2 changes: 1 addition & 1 deletion tidy3d/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""DO NOT EDIT: Modified automatically with .bump2version.cfg"""

__version__ = "2.8.0rc3"
__version__ = "2.8.0"

0 comments on commit 75724ae

Please sign in to comment.