Releases: SciML/FindFirstFunctions.jl
Releases · SciML/FindFirstFunctions.jl
v1.4.2
FindFirstFunctions v1.4.2
Merged pull requests:
- ci: test with
1,ltsandpreversions of julia (#27) (@thazhemadam) - Bump codecov/codecov-action from 4 to 5 (#28) (@dependabot[bot])
- CompatHelper: bump compat for DataInterpolations to 7 for package docs, (keep existing compat) (#30) (@github-actions[bot])
- CompatHelper: bump compat for DataInterpolations to 8 for package docs, (keep existing compat) (#31) (@github-actions[bot])
- Apply JuliaFormatter to fix code formatting (#32) (@ChrisRackauckas)
- Fix(CI): Update branch references to main (#33) (@ArnoStrouwen)
- Fix deprecations in Julia 1.12 (#36) (@devmotion)
Closed issues:
- FindFirstFunctions can't be used with
--depwarn=erroron Julia 1.12 (breaks precompilation of MTK) (#35)
v1.4.1
FindFirstFunctions v1.4.1
Merged pull requests:
- Catch inexact rounding error (#26) (@SouthEndMusic)
Closed issues:
Guessercan 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)