Iaroslav Postovalov
|
5d2eaaf68a
|
Add contracts to some functions, fix multiple style issues
|
2021-07-13 00:38:30 +07:00 |
|
Iaroslav Postovalov
|
83fc4e28d8
|
Generate README, bump versions of Kotlin, Gradle, ND4J, ASM
|
2021-07-03 17:23:45 +07:00 |
|
Iaroslav Postovalov
|
7b736a7c81
|
Fix README.md again
|
2021-06-09 21:40:47 +07:00 |
|
Iaroslav Postovalov
|
d7a4228f5f
|
Add out variance to StructureND and some related types, make some unrelated changes
|
2021-05-20 19:57:55 +07:00 |
|
|
97c4b81717
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:02:20 +03:00 |
|
|
6d78bb8d91
|
0.3.0-dev-8. Readme update
|
2021-05-08 14:36:37 +03:00 |
|
Iaroslav Postovalov
|
591b408729
|
MST rendering: support infix division, use arcsin instead sin^-1 form for inverse trigonometric functions
|
2021-05-04 17:22:09 +07:00 |
|
Iaroslav Postovalov
|
598b2e1587
|
Rewrite EJML module by dropping ejml-simple abstraction level; multiple build script changes
|
2021-04-30 19:48:12 +07:00 |
|
Iaroslav Postovalov
|
b6a57dbfd0
|
MST compilation to WebAssembly with Binaryen, reorganize internal JS bindings, tests refactor
|
2021-04-21 19:17:57 +07:00 |
|
|
8689d29e4c
|
Fix benchmarks
|
2021-04-16 22:43:10 +03:00 |
|
|
299592ed25
|
Update readme
|
2021-04-16 19:44:51 +03:00 |
|
Iaroslav Postovalov
|
e9c31b7827
|
Merge branch 'master' into dev
# Conflicts:
# README.md
# build.gradle.kts
# examples/src/main/kotlin/space/kscience/kmath/stat/DistributionBenchmark.kt
# examples/src/main/kotlin/space/kscience/kmath/structures/ParallelRealNDField.kt
# kmath-ast/README.md
# kmath-ast/build.gradle.kts
# kmath-ast/src/commonMain/kotlin/space/kscience/kmath/ast/MstExpression.kt
# kmath-complex/README.md
# kmath-complex/build.gradle.kts
# kmath-complex/src/commonMain/kotlin/space/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/README.md
# kmath-core/build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MST.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/expressions/MstAlgebra.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/nd/RealNDField.kt
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/structures/RealBufferField.kt
# kmath-coroutines/build.gradle.kts
# kmath-coroutines/src/commonMain/kotlin/space/kscience/kmath/chains/BlockingRealChain.kt
# kmath-coroutines/src/jvmMain/kotlin/space/kscience/kmath/structures/LazyNDStructure.kt
# kmath-dimensions/src/commonTest/kotlin/kscience/dimensions/DMatrixContextTest.kt
# kmath-for-real/README.md
# kmath-functions/README.md
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/Interpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/LoessInterpolator.kt
# kmath-functions/src/commonMain/kotlin/space/kscience/kmath/interpolation/XYPointSet.kt
# kmath-geometry/build.gradle.kts
# kmath-nd4j/README.md
# kmath-nd4j/build.gradle.kts
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/distributions/FactorizedDistribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Distribution.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/Fitting.kt
# kmath-stat/src/commonMain/kotlin/space/kscience/kmath/stat/OptimizationProblem.kt
# kmath-stat/src/jvmMain/kotlin/space/kscience/kmath/stat/distributions.kt
# kmath-viktor/src/main/kotlin/space/kscience/kmath/viktor/ViktorNDStructure.kt
|
2021-04-16 18:02:44 +07:00 |
|
|
1d1937405d
|
BigIntBenchmarks. Rollback to gradle 6.8.3 because incompatibility with benchmarks
|
2021-04-16 10:05:51 +03:00 |
|
Iaroslav Postovalov
|
41b7349a43
|
Setup copyright headers, add references to third-party files, update LICENSE
|
2021-04-16 00:15:00 +07:00 |
|
|
6cea5742e8
|
Blocking statistics. Move MST to core
|
2021-04-14 12:40:26 +03:00 |
|
|
f7e792faff
|
Add test for grid iteration.
|
2021-04-02 19:09:35 +03:00 |
|
Iaroslav Postovalov
|
9ee506b1d2
|
Some experiments with MST rendering
|
2021-03-31 16:12:07 +07:00 |
|
|
e216fd50f5
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# build.gradle.kts
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/misc/XYPointSet.kt
# kmath-ejml/src/main/kotlin/space/kscience/kmath/ejml/EjmlLinearSpace.kt
|
2021-03-24 13:33:08 +03:00 |
|
Iaroslav Postovalov
|
1b01654667
|
Improve Dokka configuration
|
2021-03-22 20:41:18 +07:00 |
|
|
aeceb4a337
|
Move dataset to core
|
2021-03-19 14:53:14 +03:00 |
|
|
88d0c19a74
|
Refactor structure features. Basic curve fitting
|
2021-03-19 11:07:27 +03:00 |
|
|
248d42c4e0
|
Remove MutableBufferND
|
2021-03-16 22:46:22 +03:00 |
|
|
a3ca06a241
|
Remove StructureND identity #248
|
2021-03-16 21:43:29 +03:00 |
|
|
206e4cbcf6
|
Real -> Double
|
2021-03-16 21:17:26 +03:00 |
|
|
05f742452d
|
Structure naming change
|
2021-03-16 20:56:20 +03:00 |
|
|
acfdd187a4
|
Bump readme
|
2021-03-15 20:17:04 +03:00 |
|
|
179a07e034
|
Bump readme
|
2021-03-15 19:41:37 +03:00 |
|
|
0e0deaeb72
|
Refactor buffer factories
|
2021-03-15 14:26:17 +03:00 |
|
|
5a568c4587
|
add gradient example
|
2021-03-14 14:23:53 +03:00 |
|
|
0aa73cd48f
|
Vector space refactor (optimization)
|
2021-03-14 09:43:22 +03:00 |
|
|
be9398b322
|
Vector space refactor
|
2021-03-13 21:22:18 +03:00 |
|
|
5e6f65a181
|
WIP Matrix refactor
|
2021-03-13 18:19:10 +03:00 |
|
|
d5ba816b7d
|
WIP Matrix refactor
|
2021-03-13 18:00:47 +03:00 |
|
|
9bc8e8fbf9
|
WIP vector space refactor
|
2021-03-12 22:52:18 +03:00 |
|
|
dd5ef4810f
|
Gradle plugin 0.8.0
|
2021-02-21 16:13:40 +03:00 |
|
|
6581f3dd8a
|
Cleanup
|
2021-02-19 13:38:32 +03:00 |
|
|
209e17cd42
|
Merge histograms
|
2021-02-19 10:52:56 +03:00 |
|
|
8485d28872
|
Change package name to space.kscience
|
2021-02-18 11:17:28 +03:00 |
|
Iaroslav Postovalov
|
0e42cc9f5c
|
Update README
|
2021-02-11 23:35:45 +07:00 |
|
Iaroslav Postovalov
|
b1c9bff07f
|
Merge branch 'dev' into feature/quaternion
|
2021-02-07 02:22:55 +07:00 |
|
Iaroslav Postovalov
|
1ce8a5708d
|
Add OptIn annotation
|
2021-02-06 23:07:11 +07:00 |
|
|
730678b2fc
|
Add safety checks for kmath-for-real buffer operations.
|
2021-01-31 20:02:11 +03:00 |
|
Iaroslav Postovalov
|
cd439ce2ed
|
Minor: regenerate README files
|
2021-01-31 14:40:03 +07:00 |
|
|
85927c9f6b
|
Documentation update.
|
2021-01-30 20:12:14 +03:00 |
|
|
2e52457b96
|
fix merge
|
2021-01-28 20:10:42 +03:00 |
|
|
45866b500f
|
Merge remote-tracking branch 'origin/dev' into refactor/ndalgebra
# Conflicts:
# CHANGELOG.md
# examples/src/benchmarks/kotlin/kscience/kmath/benchmarks/LinearAlgebraBenchmark.kt
# kmath-commons/src/main/kotlin/kscience/kmath/commons/linear/CMMatrix.kt
# kmath-for-real/src/commonMain/kotlin/kscience/kmath/real/RealMatrix.kt
|
2021-01-28 20:07:43 +03:00 |
|
Iaroslav Postovalov
|
b20081f161
|
Fix capitalization of LUP related references (LUP -> Lup)
|
2021-01-24 22:12:43 +07:00 |
|
|
aff7bbab41
|
Matrix performance optimization
|
2021-01-24 17:07:19 +03:00 |
|
|
332c04b573
|
[WIP] Refactor NDStructures
|
2021-01-23 19:19:13 +03:00 |
|
|
061398b009
|
[WIP] Refactor NDStructures
|
2021-01-22 23:22:24 +03:00 |
|