Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 19, 2023
1 parent 941b515 commit d517a6e
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 49 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
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
51 changes: 2 additions & 49 deletions docs/changelog.md
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
```

0 comments on commit d517a6e

Please sign in to comment.