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

fix: make _Layer, _InputConversion, _OutputConversion public #692

Merged
merged 1 commit into from
May 2, 2024

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented May 2, 2024

Closes #690
Closes #691

Summary of Changes

  • Make _Layer public (now called Layer)
  • Make _InputConversion public (now called InputConversion)
  • Make _OutputConversion public (now called OutputConversion)

Copy link
Contributor

github-actions bot commented May 2, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 8 0 0 0.84s
✅ PYTHON mypy 8 0 2.34s
✅ PYTHON ruff 8 0 0 0.23s
✅ REPOSITORY git_diff yes no 0.27s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6909652) to head (ad63ee1).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #692   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           67        67           
  Lines         4782      4782           
=========================================
  Hits          4782      4782           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann marked this pull request as ready for review May 2, 2024 14:51
@lars-reimann lars-reimann requested a review from a team as a code owner May 2, 2024 14:51
@lars-reimann lars-reimann merged commit eb226f4 into main May 2, 2024
9 checks passed
@lars-reimann lars-reimann deleted the publish branch May 2, 2024 14:51
lars-reimann pushed a commit that referenced this pull request May 2, 2024
## [0.22.1](v0.22.0...v0.22.1) (2024-05-02)

### Bug Fixes

* make `_Layer`, `_InputConversion`, `_OutputConversion` public ([#692](#692)) ([eb226f4](eb226f4)), closes [#690](#690) [#691](#691)
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.22.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make _Layer public Make _InputConversion and _OutputConversion public
1 participant