-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
56 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# [CHANGELOG](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased](https://github.com/gdsfactory/gplugins/compare/v0.7.0...main) | ||
|
||
## [0.7.0](https://github.com/gdsfactory/gplugins/compare/v0.6.0...v0.7.0) | ||
|
||
- add `gmsh.to_gmsh` [PR](https://github.com/gdsfactory/gplugins/pull/150) | ||
- create common folder [PR](https://github.com/gdsfactory/gplugins/pull/148) | ||
|
||
## [0.6.0](https://github.com/gdsfactory/gplugins/compare/v0.5.0...v0.6.0) | ||
|
||
- add fdtdz plugin | ||
- add Full-wave driven simulations with Palace | ||
- fix meep plugin | ||
|
||
## [0.5.0](https://github.com/gdsfactory/gplugins/compare/v0.4.0...v0.5.0) | ||
|
||
- add vlsir plugin | ||
|
||
## [0.4.0](https://github.com/gdsfactory/gplugins/compare/v0.3.0...v0.4.0) | ||
|
||
- port to pydantic2 | ||
- add plugins: palace and elmer | ||
|
||
## [0.3.0](https://github.com/gdsfactory/gplugins/compare/v0.2.0...v0.3.0) | ||
|
||
- improve meshing | ||
- add verification | ||
|
||
## [0.2.0](https://github.com/gdsfactory/gplugins/compare/v0.1.1...v0.2.0) | ||
|
||
- fix serializer [PR](https://github.com/gdsfactory/gplugins/pull/28) | ||
- add materials plugin | ||
- add klayout dataprep and DRC | ||
|
||
## [0.1.1](https://github.com/gdsfactory/gplugins/compare/v0.1.0...v0.1.1) | ||
|
||
- move klayout/dataprep from gdsfactory into gplugins/klayout. Add tests. | ||
- improve tidy3d plugin | ||
- Enable sidewall angles in FDTD simulations | ||
- improve tidy3d mode solver and tests [PR](https://github.com/gdsfactory/gplugins/pull/25) | ||
|
||
## [0.1.0](https://github.com/gdsfactory/gplugins/compare/v0.0.3...v0.1.0) | ||
|
||
- add support for tidy3d materials [PR](https://github.com/gdsfactory/gplugins/pull/17) | ||
|
||
## [0.0.3](https://github.com/gdsfactory/gplugins/compare/v0.0.2...v0.0.3) | ||
|
||
- add `path_length_analysis` notebook [PR](https://github.com/gdsfactory/gplugins/pull/3) | ||
- Add scaling factor to meshing plugin [PR](https://github.com/gdsfactory/gplugins/pull/5) | ||
|
||
## 0.0.2 | ||
|
||
- first release |
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,49 +1,2 @@ | ||
# [CHANGELOG](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased](https://github.com/gdsfactory/gplugins/compare/v0.6.0...main) | ||
|
||
## [0.6.0](https://github.com/gdsfactory/gplugins/compare/v0.5.0...v0.6.0) | ||
|
||
- add fdtdz plugin | ||
- add Full-wave driven simulations with Palace | ||
- fix meep plugin | ||
|
||
## [0.5.0](https://github.com/gdsfactory/gplugins/compare/v0.4.0...v0.5.0) | ||
|
||
- add vlsir plugin | ||
|
||
## [0.4.0](https://github.com/gdsfactory/gplugins/compare/v0.3.0...v0.4.0) | ||
|
||
- port to pydantic2 | ||
- add plugins: palace and elmer | ||
|
||
## [0.3.0](https://github.com/gdsfactory/gplugins/compare/v0.2.0...v0.3.0) | ||
|
||
- improve meshing | ||
- add verification | ||
|
||
## [0.2.0](https://github.com/gdsfactory/gplugins/compare/v0.1.1...v0.2.0) | ||
|
||
- fix serializer [PR](https://github.com/gdsfactory/gplugins/pull/28) | ||
- add materials plugin | ||
- add klayout dataprep and DRC | ||
|
||
## [0.1.1](https://github.com/gdsfactory/gplugins/compare/v0.1.0...v0.1.1) | ||
|
||
- move klayout/dataprep from gdsfactory into gplugins/klayout. Add tests. | ||
- improve tidy3d plugin | ||
- Enable sidewall angles in FDTD simulations | ||
- improve tidy3d mode solver and tests [PR](https://github.com/gdsfactory/gplugins/pull/25) | ||
|
||
## [0.1.0](https://github.com/gdsfactory/gplugins/compare/v0.0.3...v0.1.0) | ||
|
||
- add support for tidy3d materials [PR](https://github.com/gdsfactory/gplugins/pull/17) | ||
|
||
## [0.0.3](https://github.com/gdsfactory/gplugins/compare/v0.0.2...v0.0.3) | ||
|
||
- add `path_length_analysis` notebook [PR](https://github.com/gdsfactory/gplugins/pull/3) | ||
- Add scaling factor to meshing plugin [PR](https://github.com/gdsfactory/gplugins/pull/5) | ||
|
||
## 0.0.2 | ||
|
||
- first release | ||
```{include} ../CHANGELOG.md | ||
``` |