Should changing the return Rate
type be a breaking change and major version bump
#108
alecloudenback
started this conversation in
Polls
Replies: 1 comment
-
Argument for "Yes": Output changed and is therefore breaking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ref #102
E.g. if previously,
zero(curve,10)
returnedYields.Rate{Float64, Periodic}(0.05, Periodic(1))
but now returnsYields.Rate{Float64, Continuous}(0.04879016416943205, Continuous())
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions