Releases: SciML/FindFirstFunctions.jl
Releases · SciML/FindFirstFunctions.jl
v2.1.0
FindFirstFunctions v2.1.0
Merged pull requests:
- Native reverse-order dispatch (closes #67) (#68) (@ChrisRackauckas-Claude)
- UniformStep strategy + Auto AbstractRange short-circuit (closes #7) (#69) (@ChrisRackauckas-Claude)
- Update FindFirstFunctions requirement from 1.4.2 to 1.4.2, 2.0 in /docs in the all-julia-packages group across 1 directory (#71) (@dependabot[bot])
Closed issues:
v2.0.0
FindFirstFunctions v2.0.0
Breaking changes
See NEWS.md for the full set of breaking changes to the new API.
Merged pull requests:
- Bump julia-actions/cache from 2 to 3 (#60) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#61) (@dependabot[bot])
- Bump julia-actions/setup-julia from 2 to 3 (#62) (@dependabot[bot])
- CI: install Julia in FormatCheck workflow so runic-action can run (#63) (@ChrisRackauckas-Claude)
- Bump julia-actions/setup-julia from 2 to 3 (#64) (@dependabot[bot])
- Add SearchStrategy dispatch + in-place batched searchsorted! (#65) (@ChrisRackauckas-Claude)
v1.8.0
FindFirstFunctions v1.8.0
Merged pull requests:
- Update Optim requirement from 1 to 1, 2.0 in /docs in the all-julia-packages group across 1 directory (#54) (@dependabot[bot])
- Support custom ordering in searchsorted*correlated functions (#56) (@ChrisRackauckas-Claude)
- Refactor CI to use test groups with separate QA environment (#57) (@ChrisRackauckas-Claude)
- Use AllocCheck static analysis for allocation tests (#59) (@ChrisRackauckas-Claude)
Closed issues:
- Support custom ordering in searchsorted*correlated functions (#55)
v1.7.0
FindFirstFunctions v1.7.0
Merged pull requests:
- Documentation improvements (#47) (@ChrisRackauckas-Claude)
- Update FindFirstFunctions requirement to 1.4.2 in /docs in the all-julia-packages group across 1 directory (#48) (@dependabot[bot])
- Switch from JuliaFormatter to Runic.jl for code formatting (#49) (@ChrisRackauckas-Claude)
- Bump actions/checkout from 4 to 6 (#50) (@dependabot[bot])
v1.6.0
FindFirstFunctions v1.6.0
Merged pull requests:
- Add JET.jl static analysis tests (#44) (@ChrisRackauckas-Claude)
- Add allocation tests with AllocCheck (#45) (@ChrisRackauckas-Claude)
- Version bump to 1.6.0 (#46) (@ChrisRackauckas-Claude)
v1.5.0
FindFirstFunctions v1.5.0
Merged pull requests:
- Bump actions/checkout from 4 to 6 (#38) (@dependabot[bot])
- Add Julia ecosystem to Dependabot configuration (#39) (@ChrisRackauckas-Claude)
- Add PrecompileTools workload to improve TTFX (#41) (@ChrisRackauckas-Claude)
- Add exponential and vectorized search functions from Interpolations.jl (#42) (@ChrisRackauckas-Claude)
- Use explicit imports from PrecompileTools (#43) (@ChrisRackauckas-Claude)
Closed issues:
- Compare to Interpolations.jl search functions (#8)
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)