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

Bump version to 0.3.3 #8

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Bump version to 0.3.3 #8

merged 2 commits into from
Feb 14, 2024

Conversation

percevalw
Copy link
Member

Description

  • Handle empty inputs (e.g. as_folded_tensor([[[], []], [[]]])) by returning an empty tensor
  • Correctly bubble errors when converting inputs with varying deepness (e.g. as_folded_tensor([1, [2, 3]]))

Checklist

  • If this PR is a bug fix, the bug is documented in the test suite.
  • Changes were documented in the changelog (pending section).
  • If necessary, changes were made to the documentation.

Copy link

codecov bot commented Feb 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d154ec6) 100.00% compared to head (634f933) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          145       145           
=========================================
  Hits           145       145           

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

@percevalw percevalw merged commit 74618dd into main Feb 14, 2024
18 checks passed
@percevalw percevalw deleted the v0.3.3 branch February 14, 2024 22:07
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.

1 participant