Releases: SciML/Static.jl
Releases · SciML/Static.jl
v0.8.5
Static v0.8.5
Merged pull requests:
- enable dependabot for GitHub actions (#101) (@ranocha)
- Bump actions/cache from 1 to 3 (#102) (@dependabot[bot])
- Bump actions/checkout from 1 to 3 (#103) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#104) (@dependabot[bot])
- Add checkindex method to avoid ambiguity (#105) (@chriselrod)
- Fix (#106) (@chriselrod)
v0.8.4
Static v0.8.4
Closed issues:
- Extend
isinteger
(#93)
Merged pull requests:
isinteger
forStaticInteger
(#95) (@jishnub)- Add
oneto(::StaticInt{N})
(#99) (@chriselrod)
v0.8.3
Static v0.8.3
Merged pull requests:
v0.8.2
Static v0.8.2
Merged pull requests:
v0.8.1
Static v0.8.1
Merged pull requests:
v0.8.0
Static v0.8.0
Merged pull requests:
v0.7.8
Static v0.7.8
Closed issues:
- Un-breaking functions requiring
<:Real
(#66)
Merged pull requests:
- Let people know about StaticNumbers.jl (#86) (@ChrisRackauckas)
- Make
StaticFloat64 <: Real
(#87) (@Tokazama)
v0.7.7
Static v0.7.7
Merged pull requests:
- Create invalidations.yml (#79) (@ranocha)
- Fix format (#80) (@devmotion)
- Add Invalidations.yml [skip ci] [skip tests] (#82) (@devmotion)
- More informative README (issue #23) (#84) (@Tokazama)
- Define
zero(::StaticInt)
(#85) (@chriselrod)