Skip to content

Release v0.5.0#13

Merged
dbrakenhoff merged 23 commits intomasterfrom
dev
Aug 15, 2024
Merged

Release v0.5.0#13
dbrakenhoff merged 23 commits intomasterfrom
dev

Conversation

@dbrakenhoff
Copy link
Copy Markdown
Collaborator

The biggest change is that there are now two options for corrections:

  1. Return corrections as a series containing NaNs where values are marked as suspect and removed, and containg values where the observations are shifted, such that validated_series = raw_series + corrections. This is the original implementation.
  2. Return corrections as dataframe containing a correction code, the series value used for comparison, and the value that is compared with. This allows more insight into the reason why obserations are flagged as suspect, and what the criteria are that it has to deal with.

Furthermore, this PR contains lots of improvements to the code and documentation, some bugfixes to error detection rules, and better testing, formatting etc.

@dbrakenhoff dbrakenhoff requested a review from rubencalje July 23, 2024 11:57
@dbrakenhoff dbrakenhoff self-assigned this Jul 23, 2024
@dbrakenhoff dbrakenhoff requested a review from martinvonk July 23, 2024 15:26
Copy link
Copy Markdown
Collaborator

@martinvonk martinvonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not qualified to check this but the code looks clean and nice so 👍

@dbrakenhoff dbrakenhoff merged commit 9577964 into master Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants