v1.1.0
ParticleDA v1.1.0
Merged pull requests:
- Update
GaussianRandomFields
version and add additional tests for linear Gaussian models (#244) (@matt-graham) - fix: Replacing Threads.@threads :static (#247) (@DanGiles)
- Bump to version 1.1.0 (#254) (@matt-graham)
- Remove explicit dependency on
SciMLBase
(#256) (@giordano) - Allow
HDF.jl
v0.17 (#258) (@giordano) - Reduce LLW2d model mesh dimensions + number of samples for test (#259) (@matt-graham)
- [CI] Add dependabot, use newer workflows, use concurrency groups (#260) (@giordano)
- Bump codecov/codecov-action from 3 to 4 (#261) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#262) (@dependabot[bot])
- Ignore result of runs with nightly builds in CI job status (#263) (@matt-graham)
- Add extra links to README and improve description (#264) (@matt-graham)
- Run different CI jobs only when relevant files are touched (#266) (@giordano)
- Add compat bound for
ChunkSplitters
(#267) (@giordano)
Closed issues:
- Update
GaussianRandomFields
version in test dependencies (#243) - Replace the use of
Threads.@threads :static
(#246) - Request for code for Lorenz63 plot in paper (#250)
- Adjust number of samples and/or mesh dimension for optimal proposal unit tests with llw2d model (#257)
- Rename default branch to
main
(#265)