|
94c58b7749
|
Fix Univariate histogram filling
|
2021-06-15 13:45:08 +03:00 |
|
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 |
|
|
f2b7a08ad8
|
Remove second generic from DifferentiableExpression
|
2021-05-25 16:53:53 +03:00 |
|
Iaroslav Postovalov
|
a722cf0cdb
|
Integration between MST and Symja IExpr
|
2021-05-21 20:00:23 +07:00 |
|
Iaroslav Postovalov
|
485e90fcd0
|
Rename DifferentiableMstExpression, fix #349
|
2021-05-21 00:51:29 +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 |
|
|
0898285542
|
Removed Any restriction on polynomials
|
2021-05-19 12:58:01 +03:00 |
|
Alexander Nozik
|
dfac6aeb5c
|
Update CHANGELOG.md
Co-authored-by: Iaroslav Postovalov <38042667+CommanderTvis@users.noreply.github.com>
|
2021-05-17 10:10:49 +03:00 |
|
|
15d874fb06
|
Remove MST.Symbolic
Replace it by Symbol
LogicAlgebra
|
2021-05-16 19:53:21 +03:00 |
|
|
fff7377687
|
ColumnarData returns nullable column
|
2021-05-14 12:42:27 +03:00 |
|
|
dc9ec54644
|
naming fix and doc update
|
2021-05-14 09:32:24 +03:00 |
|
|
97c4b81717
|
Introduce PerformancePitfall annotation
|
2021-05-13 11:02:20 +03:00 |
|
Iaroslav Postovalov
|
e2920ed683
|
Promote kmath-kotlingrad to experimental alongside minor documentation and API changes
|
2021-05-09 18:17:28 +07:00 |
|
|
7ce0829597
|
0.3.0-dev-8. Cleanup
|
2021-05-08 14:20:16 +03:00 |
|
|
0622be2494
|
Merge remote-tracking branch 'origin/dev' into dev
|
2021-05-08 11:35:15 +03:00 |
|
Iaroslav Postovalov
|
77d72c7bf6
|
Add Jupyter integration
|
2021-04-30 20:50:00 +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 |
|
|
6aa5b547b5
|
cleanup
|
2021-04-21 12:48:11 +03:00 |
|
|
9c353f4a0d
|
Make ND4J float algebra extended
|
2021-04-20 22:48:09 +03:00 |
|
|
8689d29e4c
|
Fix benchmarks
|
2021-04-16 22:43:10 +03:00 |
|
|
65a8d8f581
|
Field element integration
|
2021-04-16 15:50:33 +03: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 |
|
|
5bdc02d18c
|
fix for #272
|
2021-04-06 17:17:43 +03:00 |
|
|
af4866e876
|
Refactor MST
|
2021-04-01 20:15:49 +03:00 |
|
|
aeceb4a337
|
Move dataset to core
|
2021-03-19 14:53:14 +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 |
|
|
0e0deaeb72
|
Refactor buffer factories
|
2021-03-15 14:26:17 +03:00 |
|
|
e01f90b5e0
|
add gradient example
|
2021-03-14 14:40:13 +03:00 |
|
|
803f298d8b
|
Make vector spaces great again
|
2021-03-11 11:28:10 +03:00 |
|
|
522f39cef3
|
replace Space by Group
|
2021-03-10 22:09:19 +03:00 |
|
|
6a5ca2a115
|
Code review.
|
2021-03-10 18:02:04 +03:00 |
|
|
8ae8ebe871
|
Fully refactor algebra split ScaleOperations from Space.
|
2021-03-08 21:03:48 +03:00 |
|
|
22dedb06cb
|
Patch changelog
|
2021-02-21 16:17:57 +03:00 |
|
|
c6ea423bd6
|
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
# CHANGELOG.md
# kmath-core/api/kmath-core.api
# kmath-core/src/commonMain/kotlin/space/kscience/kmath/domains/HyperSquareDomain.kt
# kmath-histograms/src/commonMain/kotlin/space/kscience/kmath/histogram/RealHistogram.kt
# kmath-histograms/src/commonTest/kotlin/scietifik/kmath/histogram/MultivariateHistogramTest.kt
# kmath-histograms/src/jsMain/kotlin/space/kscience/kmath/histogram/Counters.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/Counters.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/UnivariateHistogram.kt
# kmath-histograms/src/jvmMain/kotlin/space/kscience/kmath/histogram/UnivariateHistogramSpace.kt
|
2021-02-19 09:46:25 +03:00 |
|
|
8485d28872
|
Change package name to space.kscience
|
2021-02-18 11:17:28 +03:00 |
|
|
987997cc02
|
Histograms refactor
|
2021-02-12 22:43:35 +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 |
|
|
2738496447
|
Histogram API update
|
2021-02-04 11:00:08 +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 |
|
|
5f6c133550
|
Histogram refactor
|
2021-01-30 11:24:34 +03:00 |
|
Iaroslav Postovalov
|
70c0b614a3
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# examples/src/main/kotlin/kscience/kmath/operations/ComplexDemo.kt
# examples/src/main/kotlin/kscience/kmath/structures/ComplexND.kt
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/structures/NDAlgebra.kt
# kmath-core/src/commonTest/kotlin/kscience/kmath/structures/NDFieldTest.kt
|
2021-01-29 17:00:57 +07: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
|
e0b8a0bfe5
|
Update the changelog
|
2021-01-24 22:30:52 +07:00 |
|
Iaroslav Postovalov
|
b20081f161
|
Fix capitalization of LUP related references (LUP -> Lup)
|
2021-01-24 22:12:43 +07:00 |
|
|
061398b009
|
[WIP] Refactor NDStructures
|
2021-01-22 23:22:24 +03:00 |
|
Iaroslav Postovalov
|
9748e0bfbe
|
Merge branch 'dev' into feature/quaternion
# Conflicts:
# CHANGELOG.md
# examples/src/main/kotlin/kscience/kmath/stat/DistributionBenchmark.kt
# kmath-complex/src/commonMain/kotlin/kscience/kmath/complex/ComplexNDField.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/operations/Complex.kt
# kmath-core/src/commonTest/kotlin/kscience/kmath/structures/NDFieldTest.kt
|
2021-01-20 01:10:31 +07:00 |
|