Skip to content

Commit

Permalink
Bump v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusandinho committed Jan 14, 2025
1 parent 07f046f commit a100e38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.1.7](https://github.com/PreFab-Photonics/PreFab/releases/tag/v1.1.7) - 2025-01-14

- Added `autograd` and `pydantic` (version requirement) dependencies in `pyproject.toml`.
- Server-side improvements (update endpoint version number to 2).

## [1.1.6](https://github.com/PreFab-Photonics/PreFab/releases/tag/v1.1.6) - 2024-12-30

- Added Tidy3D fabrication-aware inverse design (FAID) example notebook.
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.6"
__version__ = "1.1.7"

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.6"
version = "1.1.7"
description = "Artificial nanofabrication of integrated photonic circuits using deep learning"
authors = [{ name = "PreFab Photonics Inc.", email = "hi@prefabphotonics.com" }]
keywords = [
Expand Down

0 comments on commit a100e38

Please sign in to comment.