Skip to content

Commit 473cfc3

Browse files
author
John Garrett
committed
Document recent changes and bump version to 0.0.2
1 parent 683cc1b commit 473cfc3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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+
118
v0.0.1 (Jan 26, 2021)
219
=====================
320

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ def run_tests(self):
3737
setup(
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=[],

0 commit comments

Comments
 (0)