Skip to content

Commit

Permalink
Bump 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusandinho committed Oct 10, 2024
1 parent d9b2932 commit d2d5566
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Changelog

## 1.1.2 -
## 1.1.2 - 2024-10-10

### Added

- User warning if `compare.intersection_over_union`, `compare.hamming_distance`, or `compare.dice_coefficient` are called with non-binarized devices.
- Added `height` parameter to many shape constructors in `prefab.shapes` to give more flexibility.

### Changed

- Updates to the `README.md` to keep current.
- `Device.is_binary` is now a property.
- Moved `Device.enforce_feature_size` logic to `prefab.geometry` module.

### Fixed

- Added required version of `gdstk` to `pyproject.toml`.
- Removed leftover return statement in `geometry.rotate`.

## 1.1.1 - 2024-09-24

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.1"
__version__ = "1.1.2"

from . import compare, geometry, 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.1"
version = "1.1.2"
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 d2d5566

Please sign in to comment.