v0.10.0
BasicBSpline v0.10.0
Merged pull requests:
- update README (#312) (@hyrodium)
- Change the return type of
changebasis
fromMatrix
toSparseMatixCSC
(#314) (@hyrodium) - add
@knotvector_str
macro (#316) (@hyrodium) - minor refactorings (#319) (@hyrodium)
- Add
SubKnotVector
(#320) (@hyrodium) - Faster
changebasis
(#321) (@hyrodium) - Update README (#322) (@hyrodium)
- Fix
changebasis_I
(#323) (@hyrodium) - Refactor around
changebasis
(#324) (@hyrodium) - Fix doctests (#330) (@hyrodium)
- Update docs for Documenter v1.0 (#331) (@hyrodium)
- Bugfix/issqsubset (#332) (@hyrodium)
- Enable package extensions (#334) (@hyrodium)
- Add more
BSplineSpace
constructor (#336) (@hyrodium) - Enable PrecompileTools.jl (#337) (@hyrodium)
- minor fixes around
changebasis_I
(#338) (@hyrodium) - Add methods for
hash
(#340) (@hyrodium) - Add
copy(::SubKnotVector)
(#341) (@hyrodium) - Add internal
_degeneratize_R
and_degeneratize_I
(#342) (@hyrodium) - rename internal functions (#343) (@hyrodium)
- More performance (#344) (@hyrodium)
- Update tests for
changebasis
(#345) (@hyrodium) - More performance on
changebasis_I
(#347) (@hyrodium) - Bump version to
v0.10.0
(#348) (@hyrodium)
Closed issues:
changebasis
sometimes returns incorrect nonzero element (#177)- Change return type of
changebasis
fromMatrix
toSparseMatrixCSC
(#313) - Add string macro to define
KnotVector{Int}
(#315) - Performance degression in
changebasis
(#317) - Fix CI failure on Julia1.6 (#318)
changebasis_I
sometimes returns a matrix withNaN
(#325)- Use package extensions (#328)
- Strange
issqsubset
behavior (#329) issqsubset
can be faser (#333)- missing constructor
BSplineSpace
(#335) - Define
hash(::KnotVector, ::UInt)
etc. (#339) - Incorrect
changebasis_I
(#346)