Skip to content
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

Looper v1.8.0 Release #487

Merged
merged 249 commits into from
Jun 6, 2024
Merged

Looper v1.8.0 Release #487

merged 249 commits into from
Jun 6, 2024

Conversation

donaldcampbelljr
Copy link
Contributor

@donaldcampbelljr donaldcampbelljr commented Mar 21, 2024

Addresses Issues for https://github.com/pepkit/looper/milestone/13

A couple issues on milestone 1.8.0 are still outstanding but they are lower priority. If they are not solved by EOD Friday, they will be moved to 1.9.0: https://github.com/pepkit/looper/milestone/15

simeoncarstens and others added 30 commits January 14, 2024 19:54
- make arguments inherit from `pydantic.fields.FieldInfo` and augment
them with a `name` attribute
- make a `Command` class that generates a `pydantic` model with the
arguments the command takes
- make commands take lists of specific arguments they take instead of
having arguments know by which commands they are supported
Co-authored-by: Zhihan Zhang <[email protected]>
Co-authored-by: Nathan Sheffield <[email protected]>
Co-authored-by: Zhihan Zhang <[email protected]>
This method returns the same data, but with the `default`
tuple (<type>, <value>) replaced by only <value>. This allows
`Argument`s to be used when directly defining `pydantic` models
instead of using `create_model()`.
@donaldcampbelljr
Copy link
Contributor Author

@donaldcampbelljr donaldcampbelljr merged commit 1c17c88 into master Jun 6, 2024
3 checks passed
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.

4 participants