|
569e01fce1
|
Migration to kotlin 1.7
|
2022-06-12 15:16:40 +03:00 |
|
Iaroslav Postovalov
|
92cffd78d9
|
Upgrade gradle tools
|
2022-04-01 02:23:34 +07:00 |
|
|
0b2e8ff25e
|
Build fixes
|
2022-03-08 23:15:48 +03:00 |
|
|
41fc6b4dd9
|
Merge branch 'feature/tensorflow' into dev
|
2022-01-28 09:46:55 +03:00 |
|
|
dd8a4796f6
|
Update gradle plugin and build consistency
|
2022-01-04 13:15:50 +03:00 |
|
Iaroslav Postovalov
|
d2e3110480
|
Update gradle-tools, do Kotlin 1.6.0 migrations
|
2021-11-24 15:32:06 +07:00 |
|
|
6c4741ede6
|
[WIP] TensorFlow
|
2021-10-20 16:06:45 +03:00 |
|
|
6de43ee4ba
|
update multik module
|
2021-10-17 13:52:40 +03:00 |
|
|
d0354da80a
|
Shapeless ND and Buffer algebras
|
2021-10-17 11:12:35 +03:00 |
|
|
8d2770c275
|
Build tools to 0.10.5
|
2021-10-13 09:06:54 +03:00 |
|
|
01bbb4bb13
|
API cleanup
|
2021-10-02 09:55:52 +03:00 |
|
|
49ec5d1554
|
Refactor ND builders to suit new discoverability pattern
|
2021-09-19 20:48:36 +03:00 |
|
|
aaa298616d
|
QOW is working more or less
|
2021-08-16 09:55:03 +03:00 |
|
Iaroslav Postovalov
|
adff75bb6b
|
Avoid using kapt in kmath-jupyter #398
|
2021-08-05 19:09:26 +07:00 |
|
Iaroslav Postovalov
|
2d3a5fb5c8
|
Fix publish.yml
|
2021-07-21 03:29:15 -07:00 |
|
Iaroslav Postovalov
|
ef41c3f168
|
Build infrastructure changes
|
2021-07-17 16:40:34 +07:00 |
|
Iaroslav Postovalov
|
83fc4e28d8
|
Generate README, bump versions of Kotlin, Gradle, ND4J, ASM
|
2021-07-03 17:23:45 +07:00 |
|
Iaroslav Postovalov
|
7feb87ff05
|
Refactor benchmark report writer
|
2021-06-19 20:52:26 +07:00 |
|
Iaroslav Postovalov
|
45f1588175
|
Generated benchmarking reports
|
2021-06-15 17:14:18 +07:00 |
|
therealansh
|
2dff15c5aa
|
integrate: Jafama + KMath
|
2021-06-12 10:05:57 +05:30 |
|
Alexander Nozik
|
8da331f476
|
Merge pull request #351 from mipt-npm/commandertvis/symja
Integration between MST and Symja IExpr
|
2021-05-26 18:01:25 +03:00 |
|
|
a24c8dcbce
|
Simpson and spline integration
|
2021-05-22 20:08:49 +03:00 |
|
Iaroslav Postovalov
|
a722cf0cdb
|
Integration between MST and Symja IExpr
|
2021-05-21 20:00:23 +07:00 |
|
|
0898285542
|
Removed Any restriction on polynomials
|
2021-05-19 12:58:01 +03:00 |
|
|
42d130f69c
|
Build tools update. Cleanup
|
2021-05-14 15:59:17 +03:00 |
|
|
e4e661a3bf
|
Update jupyter integration
|
2021-05-08 14:10:57 +03:00 |
|
Roland Grinis
|
b7cc4e4b1b
|
merge dev
|
2021-05-06 07:45:53 +01:00 |
|
Iaroslav Postovalov
|
77d72c7bf6
|
Add Jupyter integration
|
2021-04-30 20:50:00 +07:00 |
|
Roland Grinis
|
76b5cd0de5
|
Merge dev
|
2021-04-21 17:04:09 +01:00 |
|
Iaroslav Postovalov
|
0a0d0af94a
|
Configure copyright scoping
|
2021-04-21 19:46:02 +07:00 |
|
|
8689d29e4c
|
Fix benchmarks
|
2021-04-16 22:43:10 +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 |
|
|
e2ceb64d36
|
Fix errors and migrations
|
2021-04-14 23:26:21 +03:00 |
|
|
6cea5742e8
|
Blocking statistics. Move MST to core
|
2021-04-14 12:40:26 +03:00 |
|
|
ce4dcb63b0
|
Roll-back to 0.9.4 plugin
|
2021-04-10 17:29:36 +03:00 |
|
|
4abd0bdb6f
|
Migrate to gradle 7.0 and suspend-inline bug
|
2021-04-10 16:31:08 +03:00 |
|
|
acb4052fe4
|
Migrate to gradle 7.0 and suspend-inline bug
|
2021-04-10 15:20:09 +03:00 |
|
Roland Grinis
|
5abd63cde2
|
moving to kmath-tensors module
|
2021-03-31 09:07:45 +01:00 |
|
|
cd05ca6e95
|
Initial Optimization API
|
2021-03-24 16:36:06 +03:00 |
|
|
8ae8ebe871
|
Fully refactor algebra split ScaleOperations from Space.
|
2021-03-08 21:03:48 +03:00 |
|
|
72affcf09b
|
update build tools
|
2021-02-22 21:04:08 +03:00 |
|
|
22dedb06cb
|
Patch changelog
|
2021-02-21 16:17:57 +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 |
|
|
8485d28872
|
Change package name to space.kscience
|
2021-02-18 11:17:28 +03:00 |
|
Iaroslav Postovalov
|
73969da969
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/Complex.kt
|
2021-02-07 02:31:54 +07:00 |
|
|
fab12564cf
|
Kotlin 1.4.30 and JVM-IR
|
2021-02-04 11:00:30 +03:00 |
|
Iaroslav Postovalov
|
46650a414e
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# README.md
# kmath-core/README.md
|
2021-01-31 14:46:11 +07:00 |
|