Skip to content

Update kmath-kotlingrad features references #536

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

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Update kmath-kotlingrad features references #536

merged 2 commits into from
Jan 27, 2025

Conversation

emmanuel-ferdman
Copy link
Contributor

PR Summary

Small PR - Commit 7064546 renamed kmath-kotlingrad/src/main to be kmath-kotlingrad/src/jvmMain. This PR adjusts sources to changes.

Signed-off-by: Emmanuel Ferdman <[email protected]>
Copy link
Contributor

@SPC-code SPC-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Thow features are auto generated. It should be changed here:

readme {
maturity = space.kscience.gradle.Maturity.EXPERIMENTAL
propertyByTemplate("artifact", rootProject.file("docs/templates/ARTIFACT-TEMPLATE.md"))
feature(
"differentiable-mst-expression",
"src/main/kotlin/space/kscience/kmath/kotlingrad/KotlingradExpression.kt",
) {
"MST based DifferentiableExpression."
}
feature(
"scalars-adapters",
"src/main/kotlin/space/kscience/kmath/kotlingrad/scalarsAdapters.kt",
) {
"Conversions between Kotlin∇'s SFun and MST"
}
}

Signed-off-by: Emmanuel Ferdman <[email protected]>
@emmanuel-ferdman
Copy link
Contributor Author

@SPC-code Sorry, I updated the Gradle build files and reverted the changes in README.md.

@SPC-code
Copy link
Contributor

Nice, thanks a lot!

@SPC-code SPC-code merged commit a1bff60 into SciProgCentre:dev Jan 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants