Skip to content

Commit fecee96

Browse files
authored
Merge pull request #19 from NatLabRockies/bugfix/dqdv-amphr
Force 'cell' datasets in DqdvFitter to have 'Ah' column
2 parents ca2474e + 5ae22c1 commit fecee96

File tree

19 files changed

+3724
-2956
lines changed

19 files changed

+3724
-2956
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Added tests for `ici.extract_params` ([#5](https://github.com/NatLabRockies/ampworks/pull/5))
2020

2121
### Bug Fixes
22+
- Force the `cell` dataset of the `DqdvFitter` to require an Ah column ([#19](https://github.com/NatLabRockies/ampworks/pull/19))
2223
- Update patching policy for releases, use `spellcheck` in nox pre-commit ([#13](https://github.com/NatLabRockies/ampworks/pull/13))
2324
- Readers missing name-only columns, e.g., `testtime` ([#8](https://github.com/NatLabRockies/ampworks/pull/8))
2425

README.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
# ampworks
22

3-
[![CI][ci-b]][ci-l]  
4-
![tests][test-b]  
5-
![coverage][cov-b]  
6-
[![ruff][ruff-b]][ruff-l]  
7-
[![pep8][pep-b]][pep-l]
8-
9-
[ci-b]: https://github.com/NatLabRockies/ampworks/actions/workflows/ci.yml/badge.svg
10-
[ci-l]: https://github.com/NatLabRockies/ampworks/actions/workflows/ci.yml
11-
12-
[test-b]: https://github.com/NatLabRockies/ampworks/blob/main/images/tests.svg?raw=true
13-
[cov-b]: https://github.com/NatLabRockies/ampworks/blob/main/images/coverage.svg?raw=true
14-
15-
[ruff-b]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
16-
[ruff-l]: https://github.com/astral-sh/ruff
17-
18-
[pep-b]: https://img.shields.io/badge/code%20style-pep8-orange.svg
19-
[pep-l]: https://www.python.org/dev/peps/pep-0008
3+
[![ci-tests](https://github.com/NatLabRockies/ampworks/actions/workflows/ci.yml/badge.svg)](https://github.com/NatLabRockies/ampworks/actions/workflows/ci.yml)  
4+
![coverage](https://github.com/NatLabRockies/ampworks/blob/main/images/coverage.svg?raw=true)  
5+
[![license](https://img.shields.io/badge/License-BSD--3--Clause-blue.svg)](https://github.com/NatLabRockies/ampworks/blob/main/LICENSE)  
6+
[![downloads](https://static.pepy.tech/personalized-badge/ampworks?period=total&units=INTERNATIONAL_SYSTEM&left_color=GREY&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/ampworks)  
7+
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)  
208

219
## Summary
2210
`ampworks` is a collection of tools designed to visualize and process experimental battery data. It provides routines for degradation mode analysis, parameter extraction from common protocols (e.g., GITT, ICI, etc.), and more. These routines provide key properties for life and physics-based models (e.g., SPM and P2D). Graphical user interfaces (GUIs) are available for some of the analyses. See a full list of the GUI-based applications by running `ampworks -h` in your terminal after installation.

0 commit comments

Comments
 (0)