diff --git a/CHANGELOG.md b/CHANGELOG.md index a85528ca..951e58fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,34 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [0.8.0](https://github.com/gdsfactory/kfactory/tree/0.8.0) - 2023-06-14 + + +### Added + +- KCells now store (and retrieve) Ports and settings/info in/from GDS [#106](https://github.com/gdsfactory/kfactory/issues/106) +- Added docs section about loguru config [#138](https://github.com/gdsfactory/kfactory/issues/138) +- Added docs section about gdsfactory differences [#140](https://github.com/gdsfactory/kfactory/issues/140) +- Add Netlist extraction based on klayout.db.Netlist [#147](https://github.com/gdsfactory/kfactory/issues/147) +- Added UMKCell to allow addressing some parts in um [#158](https://github.com/gdsfactory/kfactory/issues/158) +- Added snapping of ports to cell decorator [#159](https://github.com/gdsfactory/kfactory/issues/159) + + +### Changed + +- KCell.create_inst doesn't take DCellInstArray args anymore, use KCell.d.create_inst instead [#158](https://github.com/gdsfactory/kfactory/issues/158) +- Updated the Pdk to pydantic 2.0 [PR](https://github.com/gdsfactory/kfactory/pull/157) +- renamed waveguide -> straight [PR](https://github.com/gdsfactory/kfactory/pull/152) + + +### Fixed + +- Fixed incompatibility of Pdk and technology with mypy [#108](https://github.com/gdsfactory/kfactory/issues/108) +- Fixed keep_mirror flag [#143](https://github.com/gdsfactory/kfactory/issues/143) +- Fixed (ix)90° bends second port off-grid [#153](https://github.com/gdsfactory/kfactory/issues/153) +- Fixed circular and euler bends having complex ports in the x*90° cases [#159](https://github.com/gdsfactory/kfactory/issues/159) + + ## [0.7.5](https://github.com/gdsfactory/kfactory/tree/0.7.5) - 2023-06-01 diff --git a/README.md b/README.md index d8323126..799ea255 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# KFactory 0.7.5 +# KFactory 0.8.0 Kfactory is a [gdsfactory](https://github.com/gdsfactory/gdsfactory)-like tool. It is built with [KLayout](https://klayout.de) as a backend instead of gdstk, but aims to offer the similar featuers. | :exclamation: KFactory is still experimental, expect API changes without notice (even though we try to keep it to a minimum!) | |---------------------------------------------------------------------------------------------------------------------------------| -It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.7.5` for example. +It is suggest to pin the version of KFactory in `requirements.txt` or `pyproject.toml` with `kfactory==0.8.0` for example. Features similar to gdsfactory: diff --git a/changelog.d/+3e25ba81.changed.md b/changelog.d/+3e25ba81.changed.md deleted file mode 100644 index a4d55b1f..00000000 --- a/changelog.d/+3e25ba81.changed.md +++ /dev/null @@ -1 +0,0 @@ -Updated the Pdk to pydantic 2.0 [PR](https://github.com/gdsfactory/kfactory/pull/157) \ No newline at end of file diff --git a/changelog.d/+8fbce817.changed.md b/changelog.d/+8fbce817.changed.md deleted file mode 100644 index 4640898d..00000000 --- a/changelog.d/+8fbce817.changed.md +++ /dev/null @@ -1 +0,0 @@ -renamed waveguide -> straight [PR](https://github.com/gdsfactory/kfactory/pull/152) \ No newline at end of file diff --git a/changelog.d/106.added.md b/changelog.d/106.added.md deleted file mode 100644 index f6c26851..00000000 --- a/changelog.d/106.added.md +++ /dev/null @@ -1 +0,0 @@ -KCells now store (and retrieve) Ports and settings/info in/from GDS \ No newline at end of file diff --git a/changelog.d/108.fixed.md b/changelog.d/108.fixed.md deleted file mode 100644 index 7b90dfc2..00000000 --- a/changelog.d/108.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed incompatibility of Pdk and technology with mypy \ No newline at end of file diff --git a/changelog.d/138.added.md b/changelog.d/138.added.md deleted file mode 100644 index 5819b173..00000000 --- a/changelog.d/138.added.md +++ /dev/null @@ -1 +0,0 @@ -Added docs section about loguru config \ No newline at end of file diff --git a/changelog.d/140.added.md b/changelog.d/140.added.md deleted file mode 100644 index 832d5176..00000000 --- a/changelog.d/140.added.md +++ /dev/null @@ -1 +0,0 @@ -Added docs section about gdsfactory differences \ No newline at end of file diff --git a/changelog.d/143.fixed.md b/changelog.d/143.fixed.md deleted file mode 100644 index 887eb01b..00000000 --- a/changelog.d/143.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed keep_mirror flag \ No newline at end of file diff --git a/changelog.d/147.added.md b/changelog.d/147.added.md deleted file mode 100644 index ffb3970a..00000000 --- a/changelog.d/147.added.md +++ /dev/null @@ -1 +0,0 @@ -Add Netlist extraction based on klayout.db.Netlist \ No newline at end of file diff --git a/changelog.d/153.fixed.md b/changelog.d/153.fixed.md deleted file mode 100644 index 377a5c64..00000000 --- a/changelog.d/153.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed (ix)90° bends second port off-grid \ No newline at end of file diff --git a/changelog.d/158.added.md b/changelog.d/158.added.md deleted file mode 100644 index 6ccf37af..00000000 --- a/changelog.d/158.added.md +++ /dev/null @@ -1 +0,0 @@ -Added UMKCell to allow addressing some parts in um \ No newline at end of file diff --git a/changelog.d/158.changed.md b/changelog.d/158.changed.md deleted file mode 100644 index 76dae759..00000000 --- a/changelog.d/158.changed.md +++ /dev/null @@ -1 +0,0 @@ -KCell.create_inst doesn't take DCellInstArray args anymore, use KCell.d.create_inst instead \ No newline at end of file diff --git a/changelog.d/159.added.md b/changelog.d/159.added.md deleted file mode 100644 index 123bebc3..00000000 --- a/changelog.d/159.added.md +++ /dev/null @@ -1 +0,0 @@ -Added snapping of ports to cell decorator \ No newline at end of file diff --git a/changelog.d/159.fixed.md b/changelog.d/159.fixed.md deleted file mode 100644 index ae9ddde5..00000000 --- a/changelog.d/159.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Fixed circular and euler bends having complex ports in the x*90° cases \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d649fec7..8605e70a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ requires-python = ">=3.10" -version = "0.7.5" +version = "0.8.0" authors = [ {name = "gdsfactory community", email = "contact@gdsfactory.com"}, ] @@ -236,7 +236,7 @@ showcontent = true # github_url = "https://github.com///" [tool.tbump.version] -current = "0.7.5" +current = "0.8.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/src/kfactory/__init__.py b/src/kfactory/__init__.py index 26c44d18..12817e35 100644 --- a/src/kfactory/__init__.py +++ b/src/kfactory/__init__.py @@ -28,7 +28,7 @@ # from .pdk import Pdk -__version__ = "0.7.5" +__version__ = "0.8.0" logger = config.logger