Releases: SciML/FindFirstFunctions.jl
Releases · SciML/FindFirstFunctions.jl
v1.4.1
FindFirstFunctions v1.4.1
Merged pull requests:
- Catch inexact rounding error (#26) (@SouthEndMusic)
Closed issues:
Guesser
can crash on inaccurate rounding (#25)
v1.4.0
FindFirstFunctions v1.4.0
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#18) (@dependabot[bot])
- Add a guard against edge case with zero span in linear guessing (#24) (@DaniGlez)
v1.3.0
FindFirstFunctions v1.3.0
Merged pull requests:
- Better README benchmark (#9) (@chriselrod)
- Add some more discussion surrounding
cmov
(#10) (@chriselrod) - Optimize for LLVM 17 (#11) (@chriselrod)
- Bump codecov/codecov-action from 3 to 4 (#12) (@dependabot[bot])
- ci: explicitly specify token for codecov (#13) (@thazhemadam)
- ci: explicitly specify token for codecov (#14) (@thazhemadam)
- various CI improvements (#15) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#16) (@dependabot[bot])
- improve doc CI (#17) (@ArnoStrouwen)
- ci: standardise workflows using SciML's reusable workflows (#19) (@thazhemadam)
- Bump julia-actions/cache from 1 to 2 (#20) (@dependabot[bot])
- CompatHelper: bump compat for DataInterpolations to 5 for package docs, (keep existing compat) (#21) (@github-actions[bot])
- CompatHelper: bump compat for DataInterpolations to 6 for package docs, (keep existing compat) (#22) (@github-actions[bot])
- Add guesser (#23) (@SouthEndMusic)
v1.2.0
FindFirstFunctions v1.2.0
Merged pull requests:
- Build a basic docs (#5) (@ChrisRackauckas)
- Sorted (#6) (@chriselrod)
v1.1.0
FindFirstFunctions v1.1.0
Merged pull requests:
- Add some README (#2) (@ChrisRackauckas)
- Add improved searchsortedfirstcorrelated and bracketstrictlymontonic (#3) (@ChrisRackauckas)
Closed issues:
- Register (#4)