rcalxrc08 / FinancialToolbox.jl

Useful functions for Black–Scholes Model in the Julia Language
Other
47 stars 11 forks source link

Poor Zygote.jl performances in blsprice #12

Closed rcalxrc08 closed 1 year ago

rcalxrc08 commented 1 year ago

The reason is related to the if statement inside the price computation.

rcalxrc08 commented 1 year ago

solved, @JuliaRegistrator register

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/75706

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" b04efc53abbc79e7d5f69ee271599d3b776b7bd6
git push origin v0.4.3
rcalxrc08 commented 1 year ago

implemented a fix