From 9f390f961fe309e0f5ab9f7c8726b06f785abe8a Mon Sep 17 00:00:00 2001 From: Dean Hazineh Date: Tue, 6 Aug 2024 19:20:44 -0400 Subject: [PATCH] fix versioning --- readme.md | 3 +-- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 7b977c2..f643e33 100644 --- a/readme.md +++ b/readme.md @@ -41,8 +41,7 @@ git clone https://github.com/DeanHazineh/DFlat pip install -e . ``` -## Version Notes (v3.0.0) - +## Version Notes Updated on July 12, 2024 | V3 -> V4 - Documentation is still in development :o - (v4) An autodifferentiable RCWA field solver class is added. diff --git a/setup.cfg b/setup.cfg index 8a50083..6d0db01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dflat_opt -version = 3.0.0 +version = 4.0.1 author = Dean Hazineh author_email = dhazineh@g.harvard.edu description = D-Flat is a forward and inverse design framework for flat optics. Although specially geared for the design of metasurfaces, it may be used broadly for end-to-end imaging and sensing task.