Skip to content

Removed .pp accessor #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml.rej

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/test.yaml.rej

This file was deleted.

9 changes: 0 additions & 9 deletions .gitignore.rej

This file was deleted.

4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ repos:
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [numpy, types-requests]
exclude: tests/|docs/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
34 changes: 0 additions & 34 deletions .pre-commit-config.yaml.rej

This file was deleted.

10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ and this project adheres to [Semantic Versioning][].

### Added

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

### Changed

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

### Fixed

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

## [0.2.4] - 2024-08-07

Expand Down
9 changes: 0 additions & 9 deletions docs/index.md.rej

This file was deleted.

Loading
Loading