Skip to content

Commit

Permalink
Add NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkeller34 committed Sep 26, 2016
1 parent 820bdbe commit 775472e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- v0.0.2
- Introduced GDS-II import capability.
- Introduced sharp bends in paths via `corner!`.
- Added unit support.
- Made constructors for `CellArray` and `CellReference` more intuitive
and easier to use.
- Made clipping and offsetting more reliable (and documented them).
- Switched from [`AffineTransforms.jl`](https://github.com/timholy/AffineTransforms.jl)
to [`CoordinateTransformations.jl`](https://github.com/FugroRoames/CoordinateTransformations.jl).
- Switched from [`FixedSizeArrays.jl`](https://github.com/SimonDanisch/FixedSizeArrays.jl) to
[`StaticArrays.jl`](https://github.com/JuliaArrays/StaticArrays.jl) for our
`Point` implementation.
- Other various changes.

- v0.0.1 - Initial release used to generate our first qubit.

0 comments on commit 775472e

Please sign in to comment.