-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.4.0 #529
Conversation
Streaming lm algorithm, tests and examples
tests changed
attributes-kt/src/commonMain/kotlin/space/kscience/attributes/AttributesBuilder.kt
Outdated
Show resolved
Hide resolved
This is not a problem since it uses a |
kmath-optimization/src/commonMain/tmp/minuit/MnSeedGenerator.kt
Outdated
Show resolved
Hide resolved
kmath-optimization/src/commonMain/tmp/minuit/MnUserTransformation.kt
Outdated
Show resolved
Hide resolved
kmath-optimization/src/commonMain/tmp/minuit/NegativeG2LineSearch.kt
Outdated
Show resolved
Hide resolved
kmath-optimization/src/commonMain/tmp/minuit/SimplexSeedGenerator.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several "outdated" but still relevant questions. They are the only comments that are not marked as "resolved". Also, there is an unanswered question about naming of attributes-related entities.
…egration/GaussIntegrator.kt Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
Co-authored-by: Gleb Minaev <43728100+lounres@users.noreply.github.com>
Added
SafeType
for algebras and buffers.mutableStructureND
builders for mutable structures.Buffer.asList()
zero-copy transformation.LinearSpace
for Float64Changed
Field
anymore since it is non-commutativeeuclidean2d
andeuclidean3d
Deprecated
Removed
asPolynomial
function due to scope pollutionFixed