File tree 4 files changed +34
-40
lines changed
4 files changed +34
-40
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- All notable changes to this project will be documented in this file .
2
+ All notable changes to this project are documented in docs/changelog/ \[ version \] .
3
3
4
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
-
7
- ## [ Unreleased]
8
-
9
- ## [ 0.1.5] - 2019-06-2 (Scheduled)
10
- ### Added
11
- - Waveguide parameters now calculated based off new regression model provided by Easton Potokar.
12
-
13
- ### Changed
14
- - Dependencies are slightly more flexible now, not pinned to a specific version of software.
15
-
16
- ### Removed
17
- - Dependencies on TensorFlow, Keras, and h5py have been removed since the waveguide model has been replaced.
18
- - Removed the "settings" gui, as it's been migrated over to SiEPIC-Simphony.
19
- - Persistent settings that should only really be in the SiEPIC-Simphony integration package were removed from here and implemented there instead.
20
-
21
- ## [ Released]
22
-
23
- ## [ 0.1.4] - 2019-05-31
24
- ### Added
25
- - N/A
26
-
27
- ### Changed
28
- - Dependencies are slightly more flexible now, not pinned to a specific version of software
29
-
30
- ### Removed
31
- - circuit_simulation.py, a GUI primarily from when package was part of SiEPIC-Tools
32
- - monte_carlo_simulation.py, a GUI primarily from when package was part of SiEPIC-Tools
33
-
34
- ## [ 0.1.2] - 2019-05-30
35
- ### Added
36
- - setup.py includes data files in build now
37
-
38
- ### Changed
39
- - N/A
40
-
41
- ### Removed
42
- - N/A
4
+ This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.2] - 2019-05-30
2
+ ### Added
3
+ - setup.py includes data files in build now
4
+
5
+ ### Changed
6
+ - N/A
7
+
8
+ ### Removed
9
+ - N/A
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.4] - 2019-05-31
2
+ ### Added
3
+ - N/A
4
+
5
+ ### Changed
6
+ - Dependencies are slightly more flexible now, not pinned to a specific version of software
7
+
8
+ ### Removed
9
+ - circuit_simulation.py, a GUI primarily from when package was part of SiEPIC-Tools
10
+ - monte_carlo_simulation.py, a GUI primarily from when package was part of SiEPIC-Tools
Original file line number Diff line number Diff line change
1
+ ## [ 0.1.5] - 2019-06-2 (Scheduled)
2
+
3
+ ### Added
4
+ - Waveguide parameters now calculated based off new regression model provided by Easton Potokar.
5
+ - [ #3 ] ( https://github.com/sequoiap/simphony/pull/3 ) : ENHANCEMENT: Add functionality for multi-input simulations
6
+
7
+ ### Changed
8
+ - Dependencies are slightly more flexible now, not pinned to a specific version of software.
9
+
10
+ ### Removed
11
+ - Dependencies on TensorFlow, Keras, and h5py have been removed since the waveguide model has been replaced.
12
+ - Removed the "settings" gui, as it's been migrated over to SiEPIC-Simphony.
13
+ - Persistent settings that should only really be in the SiEPIC-Simphony integration package were removed from here and implemented there instead.
You can’t perform that action at this time.
0 commit comments