From d517a6e98099e7ad8abbe512d105759ec147f983 Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 19 Sep 2023 08:35:28 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 54 +++++++++++++++++++++++++++++++++++++++++++++++ docs/changelog.md | 51 ++------------------------------------------ 2 files changed, 56 insertions(+), 49 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1cc829f0 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/docs/changelog.md b/docs/changelog.md index 7c349add..66efc0fe 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 +```