File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.0.2 (Mar 04, 2021)
2
+ =====================
3
+
4
+ - Waveguide package:
5
+ - convert waveguide.py into a package
6
+ - add q2loss_tangent
7
+ - add functions to analyze Q-factor
8
+ - add function to calculate resonant frequency of cavity
9
+ - Tests:
10
+ - move test.py into directory
11
+ - add test for simulated cavity
12
+ - add data for testing cavity functions
13
+ - add tests for utilities
14
+ - add ability to plot tests
15
+ - add tests for dielectric/conductor loss and effective conductivity
16
+ - add function to calculate effective conductivity from alpha_c
17
+
1
18
v0.0.1 (Jan 26, 2021)
2
19
=====================
3
20
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def run_tests(self):
37
37
setup (
38
38
name = "waveguide" ,
39
39
# version=waveguide.__version__,
40
- version = "0.0.1 " ,
40
+ version = "0.0.2 " ,
41
41
author = "John Garrett" ,
42
42
author_email = "garrettj403@gmail.com" ,
43
- description = "Calculate the various properties of rectangular waveguides" ,
43
+ description = "Calculate the properties of rectangular waveguides" ,
44
44
license = "MIT" ,
45
45
url = "https://github.com/garrettj403/Waveguide/" ,
46
46
# keywords=[],
You can’t perform that action at this time.
0 commit comments