-
Notifications
You must be signed in to change notification settings - Fork 13
Release 0.50.0a1 #501
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
Merged
Release 0.50.0a1 #501
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* lint * Add tests, refactor
* Add working version of OAuth2 with github * Add tests * Add readme and constants * Update guthub client and tests
Co-authored-by: Vince <vince.reuter@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Transitional PR for typer CLI
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Merge pephubclient into peppy
khoroshevskyi
approved these changes
Dec 19, 2025
Member
khoroshevskyi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add peppy0_50 branch to pytests.
Then ready to merge
Member
TODO:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 0.50.0a1
merging eido
merging
eidois relocated and is now a module withinpeppy.peppydidn't have CLI before relocation. After the relocation, the command ispeppy:pre-processd PEP validation
Config validation is extended. It can directly validate given path of config file against a schema.
validate the original samples
New function that validate a sample table against a given schema.
Relative path in schema to import
If the schema path is given,
peppy.schema.read_schemaparses relative paths if the initial schema path is the input.Repeated warning
The warning message is now printed at the end. For an unpopulated environment variable, the relative paths under it are accumulated and printed once together. For example:
Confusing error
Corrected as suggested in issue.
To discuss
Integer type in PEP
Default dtype is
strwhen a sample csv table is parsed. Would like to hear everyone's thought on that.Other minor changes
In argparser for CLI relocated from
eido, default args related to sample table indices is changed toNone. Previous default values can interfere with project config when running CLI, like the attached PEP in integer type issue.