Releases: benmkent/SparseGridsKit.jl
Releases · benmkent/SparseGridsKit.jl
v0.2.3
SparseGridsKit v0.2.3
Bump patch number to trigger Zenodo release detection now that it is linked.
v0.2.2
SparseGridsKit v0.2.2
Minor fix to adaptive algorithm.
JOSS paper final polishing for tagging and uploading to Zenodo
Merged pull requests:
- Update the documentation to satisfy JOSS requirements (#34) (@benmkent)
- fix unicode characters in bibtex (#35) (@jbytecode)
- Catch up folder /paper in main with paper branch (#36) (@benmkent)
- minor fixes in manuscript and bibliography (#37) (@jbytecode)
- Paper (#38) (@benmkent)
Closed issues:
ndimsnot defined in local scope (#28)
Edit to release notes to trigger Zenodo
v0.2.1
SparseGridsKit v0.2.1
Merged pull requests:
v0.2.0
SparseGridsKit v0.2.0
Additional commit added to increase version number to 0.2.0 to reflect breaking changes with respect to 0.1.*
Breaking changes
interpolate_on_sparsegrid: interface changed as quadrature weights are now stored insideSparseGridstructure.LejaPoints: No longer possible to construct Leja points online using Optim.jl.
Changes
- Optimisations of underlying sparse grid construction, interpolation, integration, algorithms.
Merged pull requests:
v0.1.0
Notes
Initial release, API subject to change.
What's Changed
- Refactor adaptive algorithm into SOLVE, ESTIMATE, MARK, and REFINE functions by @benmkent in #5
- Benmkent/issue3 by @benmkent in #10
- Conversion to spectral polynomial representation by @benmkent in #11
- Domain checking by @benmkent in #13
- Multifidelity by @benmkent in #16
- updated Points and Level structures for points and Level functions by @benmkent in #19
- plotting uses Recipies, and added domain to spectral grids by @benmkent in #21
- fit n points in docs by @benmkent in #23
- Uses optimisation to compute Leja points + removes domain as input parameter by @benmkent in #24
- Differentiation by @benmkent in #25
- Paper by @benmkent in #27
New Contributors
Full Changelog: https://github.com/benmkent/SparseGridsKit.jl/commits/v0.1.0