Skip to content

Commit

Permalink
Bump 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusandinho committed Nov 1, 2024
1 parent 0f2f9e2 commit 5d9b330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.1.4](https://github.com/PreFab-Photonics/PreFab/releases/tag/v1.1.4) - 2024-11-01

- Added custom vector-Jacobian product (VJP) for the `predict.predict_array_with_grad` function.
- Changed some of the docstrings in `prefab.predict` to be more consistent and clear.

## [1.1.3](https://github.com/PreFab-Photonics/PreFab/releases/tag/v1.1.3) - 2024-10-26

- Moved prediction logic to `prefab.predict` module.
Expand All @@ -19,7 +24,7 @@

## [1.1.1](https://github.com/PreFab-Photonics/PreFab/releases/tag/v1.1.1) - 2024-09-24

- Manually adding small random noise to the semulated images to better match the real data. This is ideally included in the model training, but for now this is a quick fix.
- Manually adding small random noise to the "SEMulated" images to better match the real data. This is ideally included in the model training, but for now this is a quick fix.
- Added z-padding to the device array before exporting to STL with `Device.to_stl` to ensure that the exported device is closed.
- Removed buffer from `Device.device_array` before exporting to with `Device.to_gdsfactory`.
- The additions from `1.0.3` and `1.0.4` releases, which should be considered part of this release. Release planning a work in progress.
Expand Down
2 changes: 1 addition & 1 deletion prefab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import prefab as pf
"""

__version__ = "1.1.3"
__version__ = "1.1.4"

from . import compare, geometry, predict, read, shapes
from .device import BufferSpec, Device
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "prefab"
version = "1.1.3"
version = "1.1.4"
description = "Artificial nanofabrication of integrated photonic circuits using deep learning"
authors = [{ name = "Dusan Gostimirovic", email = "dusan@prefabphotonics.com" }]
keywords = ["photonics", "nanofabrication", "machine-learning"]
Expand Down

0 comments on commit 5d9b330

Please sign in to comment.