JuliaGeometry / Quaternions.jl

A Julia implementation of quaternions
https://juliageometry.github.io/Quaternions.jl
MIT License
116 stars 37 forks source link

Add deprecated messages for the next breaking release (`v0.7.0`) #110

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

The upcoming v0.7.0 version is going to have the following breaking changes.

This PR adds deprecated messages to these functions and their methods.

codecov[bot] commented 1 year ago

Codecov Report

Merging #110 (c14521d) into main (1bc31da) will decrease coverage by 1.32%. The diff coverage is 91.42%.

@@             Coverage Diff             @@
##              main     #110      +/-   ##
===========================================
- Coverage   100.00%   98.67%   -1.33%     
===========================================
  Files            1        1              
  Lines          199      227      +28     
===========================================
+ Hits           199      224      +25     
- Misses           0        3       +3     
Impacted Files Coverage Δ
src/Quaternion.jl 98.67% <91.42%> (-1.33%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

hyrodium commented 1 year ago

I'm not sure we really need additional tests for depwarns, but I will gladly add the tests if required.