0.3.0 #480
No reviewers
Labels
No Label
bug
dependencies
discussion
documentation
duplicate
feature
good first issue
misc
performance
question
test
use case
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kscience/kmath#480
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[0.3.0]
Added
ScaleOperations
interfaceField
extendsScaleOperations
bindSymbolOrNull
@PerformancePitfall
annotation to mark possibly slow APIBigInt
operation performance improvement and fixes by @zhelenskiy (#328)MST
and SymjaIExpr
ValueAndErrorField
contentEquals
with tolerance: #364Changed
NDStructure
andNDAlgebra
toStructureND
andAlgebraND
respectivelyReal
->Double
MST
. RemoveMstExpression
.MST
to corekmath-ejml
withoutejml-simple
artifact, support sparse matricesMST
is made sealed interfaceMST.Symbolic
bySymbol
,Symbol
now implements MSTout
variance to type parameters ofStructureND
and its implementations where possibleDifferentiableMstExpression
toKotlingradExpression
FeatureSet
now accepts onlyFeature
. It is possible to override keys and use interfaces.Symbol
factory function instead ofStringSymbol
<Type>.algebra.<nd/etc>
UnivariateDistribution
renamed toDistribution1D
UnivariateFunction
->Function1D
,MultivariateFunction
->FunctionND
Deprecated
DoubleBufferAlgebra
Removed
contentEquals
from Buffer. It moved to the companion.Fixed
Security