Releases: hyrodium/BasicBSpline.jl
Releases · hyrodium/BasicBSpline.jl
v0.11.2
BasicBSpline v0.11.2
Merged pull requests:
- Update around BasicBSplineExporter.jl because the package is now registered (#365) (@hyrodium)
- Add dependabot (#366) (@hyrodium)
- Bump actions/cache from 1 to 4 (#367) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#368) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#369) (@dependabot[bot])
- More plotting recipes (#370) (@hyrodium)
- Add Invalidations.yml (#371) (@hyrodium)
- Bump codecov/codecov-action from 3 to 4 (#372) (@dependabot[bot])
- Update documentation (#373) (@hyrodium)
- Add
plane
keyword arguments for plotting recipes (#374) (@hyrodium) - update plotting recipe for
AbstractFunctionSpace
(#375) (@hyrodium) - Revert "Bump codecov/codecov-action from 3 to 4 (#372)" (#376) (@hyrodium)
- Update docs (#377) (@hyrodium)
- Update docs (#378) (@hyrodium)
- Update docs (#379) (@hyrodium)
- Update docs (#380) (@hyrodium)
- Update plot kwarg (#382) (@hyrodium)
- Update docs (#383) (@hyrodium)
- Try fixing plotly embedding (#384) (@hyrodium)
- Bump the version to
v0.11.2
(#385) (@hyrodium)
Closed issues:
v0.11.1
BasicBSpline v0.11.1
Merged pull requests:
Closed issues:
v0.11.0
v0.10.1
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)