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+
118v0.0.1 (Jan 26, 2021)
219=====================
320
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ def run_tests(self):
3737setup (
3838 name = "waveguide" ,
3939 # version=waveguide.__version__,
40- version = "0.0.1 " ,
40+ version = "0.0.2 " ,
4141 author = "John Garrett" ,
4242 author_email = "garrettj403@gmail.com" ,
43- description = "Calculate the various properties of rectangular waveguides" ,
43+ description = "Calculate the properties of rectangular waveguides" ,
4444 license = "MIT" ,
4545 url = "https://github.com/garrettj403/Waveguide/" ,
4646 # keywords=[],
You can’t perform that action at this time.
0 commit comments