Skip to content

Commit 36d3eac

Browse files
authored
Merge pull request #81 from CardiacModelling/hergQC-docstring
Add hergQC docstrings
2 parents eeb6f11 + 7300038 commit 36d3eac

6 files changed

Lines changed: 300 additions & 254 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pcpostprocess/_version.py
22
/tests/test_data
33
/test_output
4+
/output
45
*__pycache__*
56
*.egg-info
67
*.DS_Store

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ This page lists the main changes made to pcpostprocess in each release.
44

55
## Unreleased
66
- Added
7+
- [#81](https://github.com/CardiacModelling/pcpostprocess/pull/81) Added docstrings to the `hERGQC` class.
78
- [#104](https://github.com/CardiacModelling/pcpostprocess/pull/104) Added a CHANGELOG.md and CONTRIBUTING.md
89
- Changed
10+
- [#81](https://github.com/CardiacModelling/pcpostprocess/pull/81) Changed the constructor arguments for `hERGQC`.
911
- Deprecated
1012
- Removed
13+
- [#81](https://github.com/CardiacModelling/pcpostprocess/pull/81) Removed `hERGQC.plot_dir`, `hERGQC.set_trace` and `hERGQC.set_debug`.
1114
- Fixed
1215

1316
## [0.2.0] - 2025-11-11

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ For example, the first entry in our Changelog was:
149149
- [#104](https://github.com/CardiacModelling/pcpostprocess/pull/104) Added a CHANGELOG.md and CONTRIBUTING.md
150150
```
151151

152+
Changelog entries are intended for _users_, and so should focus on changes to the public API or command line interface.
153+
Changes to internals are less likely to need reporting.
154+
152155
## Packaging
153156

154157
This project uses a minimal [`setup.py`](./setup.py), and instead uses [pyproject.toml](./pyproject.toml).

0 commit comments

Comments
 (0)