Skip to content

Commit 4e34da3

Browse files
Removed .pp accessor (#329)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bd285f6 commit 4e34da3

26 files changed

+73
-1237
lines changed

.github/workflows/release.yaml.rej

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/test.yaml.rej

Lines changed: 0 additions & 16 deletions
This file was deleted.

.gitignore.rej

Lines changed: 0 additions & 9 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
hooks:
2222
- id: blacken-docs
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.1
24+
rev: v1.11.2
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [numpy, types-requests]
2828
exclude: tests/|docs/
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.5.6
30+
rev: v0.6.2
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]

.pre-commit-config.yaml.rej

Lines changed: 0 additions & 34 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ and this project adheres to [Semantic Versioning][].
1212

1313
### Added
1414

15-
- Replaced `outline` parameter in `render_labels` with alpha-based logic (#323)
16-
- Lowered RMSE-threshold for plot-based tests from 60 to 45 (#323)
17-
- Minor fixes for several tests as a result of the threshold change (#323)
15+
-
1816

1917
### Changed
2018

21-
-
19+
- Replaced `outline` parameter in `render_labels` with alpha-based logic (#323)
20+
- Lowered RMSE-threshold for plot-based tests from 60 to 45 (#323)
21+
- Removed `preprocessing` (.pp) accessor (#329)
2222

2323
### Fixed
2424

25-
-
25+
- Minor fixes for several tests as a result of the threshold change (#323)
2626

2727
## [0.2.4] - 2024-08-07
2828

docs/index.md.rej

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)