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

Simplify unused parameters of Quaternion functions. #6424

Merged
merged 1 commit into from Jan 8, 2024
Merged

Conversation

Carreau
Copy link
Contributor

@Carreau Carreau commented Nov 8, 2023

This is a partial reapply of #6241, that was reverted, but reapply only the part where we simplify the API that has an unsed argument and rename the function.

This is thus a partial revert of #6299 which itself is a revert of #6241

@github-actions github-actions bot added the tests Something related to our tests label Nov 8, 2023
@Carreau Carreau added breaking change Breaking change requiring a deprecation notice maintenance PR with maintance changes, and removed tests Something related to our tests labels Nov 8, 2023
@Carreau Carreau added this to the 0.5 milestone Nov 8, 2023
@Carreau
Copy link
Contributor Author

Carreau commented Nov 8, 2023

This is technically a breaking change, but in a private module.

This should have been already agreed in #6241

@github-actions github-actions bot added the tests Something related to our tests label Nov 8, 2023
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dbafdd0) 92.23% compared to head (08ec565) 92.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6424      +/-   ##
==========================================
- Coverage   92.23%   92.16%   -0.07%     
==========================================
  Files         601      601              
  Lines       53175    53173       -2     
==========================================
- Hits        49046    49008      -38     
- Misses       4129     4165      +36     

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

Copy link
Contributor

@brisvag brisvag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't mark it as breaking since it's in a private module.

@Czaki Czaki modified the milestones: 0.5, 0.5.0 Nov 9, 2023
@Carreau Carreau removed the breaking change Breaking change requiring a deprecation notice label Nov 9, 2023
This is a partial reapply of napari#6241, that was reverted, but reapply only
the part where we simplify the API that has an unsed argument  and
rename the function.

This is thus a partial revert of napari#6299 which itself is a revert of napari#6241
@andy-sweet andy-sweet added the ready to merge Last chance for comments! Will be merged in ~24h label Dec 4, 2023
@jni jni merged commit c4e79cb into napari:main Jan 8, 2024
33 checks passed
@jni jni removed the ready to merge Last chance for comments! Will be merged in ~24h label Jan 8, 2024
@Carreau
Copy link
Contributor Author

Carreau commented Jan 9, 2024 via email

kne42 added a commit to kne42/napari that referenced this pull request Jan 11, 2024
* main:
  Fix labels mapping cache by filling it with background, not 0 (napari#6580)
  Simplify unused parameters of Quaternion functions. (napari#6424)
  Add size and ndim to LayerDataProtocol (napari#6494)
  Fix label direct mode for installation without numba (napari#6571)
  Fix test in napari_builtins to remove import from conftest (napari#6568)
  Remove `app-model!=0.2.4` from test constraints (napari#6577)
  Bump mypy version and fix errors (napari#6557)
  Update test to work with `app-model==0.2.4` (napari#6573)
  Added support for features in surface layers (napari#6515)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR with maintance changes, tests Something related to our tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants