Release notes
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.1.0] 2025-11-02
Added
- Gaussian and Log-Normal transformations are added.
- A basis
PiecewiseConstantBasisto represent piecewise constant functions on a predefined grid: the generating functions are the characteristic functions of each cell. - An online documentation is available at https://jlelong.github.io/VectorSpaceLeastSquares.jl
- Add a method
isDifferentiable(::AbstractBasis)