Skip to content

Commit 1eb4f7d

Browse files
committed
update changelog, fix typo
1 parent 3146c9e commit 1eb4f7d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source =
55

66
omit =
77
gamry_parser/__init__.py
8-
gamry_praser/version.py
8+
gamry_parser/version.py
99

1010
[report]
1111
exclude_lines =

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
### Added
1414
-
1515

16+
## [0.4.6] - 2021-05-07
17+
18+
### Fixed
19+
- [ed0c932](https://github.com/bcliang/gamry-parser/commit/ed0c93208f5a5ce3b62d5c619e3fd6aa34158b35) Fix: Static typing for class methods, resolve pandas futurewarning
20+
21+
### Changed
22+
-
23+
24+
### Added
25+
- [#45](https://github.com/bcliang/gamry-parser/pull/45) Impl: support for Square Wave Voltammetry experiments
26+
1627
## [0.4.5] - 2021-05-07
1728

1829
### Fixed
1930
-
2031

2132
### Changed
22-
- [#40](https://github.com/bcliang/gamry-parser/pull/40) Change: GamryParser to_timestamp param #40
33+
- [#40](https://github.com/bcliang/gamry-parser/pull/40) Change: GamryParser to_timestamp param
2334
- [#41](https://github.com/bcliang/gamry-parser/pull/41) Use tox as test runner
2435

2536
### Added

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,16 @@ print(ca.get_curve_data())
7777

7878
#### Demos
7979

80+
A simple demonstration is provided in `usage.py`.
81+
82+
`python usage.py`
83+
8084
ipython notebook demonstration scripts are included in the `demo` folder.
8185

8286
- `notebook_gamry_parser.ipynb`: Simple example loading data from ChronoA experiment output. Instead of `gamry_parser.GamryParser()`, the parser could be instantiated with `gamry_parser.ChronoAmperometry()`
8387
- `notebook_cyclicvoltammetry.ipynb`: Example loading data from a CV (cyclic voltammetry) experiment output. Uses the `gamry_parser.CyclicVoltammetry()` subclass.
88+
- `notebook_cyclicvoltammetry_peakdetect.ipynb`: Another example that demonstrates loading CV data and detecting peaks in the data using `scipy.signal.find_peaks()`
89+
- `notebook_potentiostatic_eis.ipynb`: Example loading data from an EIS (electrochemical impedance spectroscopy) experiment. Uses the `gamry_parser.Impedance()` subclass.
8490

8591
#### Additional Examples
8692

0 commit comments

Comments
 (0)