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

feat: pass keyword arguments separately in memoized calls #95

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

lars-reimann
Copy link
Member

Related to Safe-DS/DSL#1087

Summary of Changes

Memoized calls now accept positional and keyword arguments separately.

@lars-reimann lars-reimann requested a review from a team as a code owner April 23, 2024 19:05
Copy link

github-actions bot commented Apr 23, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 5 0 0 0.87s
✅ PYTHON mypy 5 0 2.49s
✅ PYTHON ruff 5 0 0 0.03s
✅ REPOSITORY git_diff yes no 0.02s

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 Apr 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e9660f7) to head (c80c5bb).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #95   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines          713       713           
=========================================
  Hits           713       713           

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

@lars-reimann lars-reimann merged commit 0f63b0c into main Apr 23, 2024
8 checks passed
@lars-reimann lars-reimann deleted the memoized-calls-interface branch April 23, 2024 19:46
lars-reimann pushed a commit that referenced this pull request Apr 24, 2024
## [0.13.0](v0.12.0...v0.13.0) (2024-04-24)

### Features

* pass keyword arguments separately in memoized calls ([#95](#95)) ([0f63b0c](0f63b0c))
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.13.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 24, 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.

None yet

2 participants