Iaroslav Postovalov
|
2b7803290f
|
Merge branch 'dev' into kotlingrad
# Conflicts:
# settings.gradle.kts
|
2020-10-28 18:37:21 +07:00 |
|
|
dfa1bcaf01
|
prob renamed to stat
|
2020-10-28 09:16:21 +03:00 |
|
|
6386f2b894
|
Update build tools
|
2020-10-20 10:03:09 +03:00 |
|
|
e44423192d
|
Tools version update
|
2020-10-13 20:34:17 +03:00 |
|
Iaroslav Postovalov
|
381137724d
|
Rename KG module
|
2020-10-13 19:47:07 +07:00 |
|
Iaroslav Postovalov
|
f0fbebd770
|
Add adapters of scalar functions to MST and vice versa
|
2020-10-12 20:26:03 +07:00 |
|
Iaroslav Postovalov
|
6dcb01ecf1
|
Merge remote-tracking branch 'origin/dev' into ejml
# Conflicts:
# CHANGELOG.md
# doc/features.md
# examples/build.gradle.kts
|
2020-09-28 03:00:07 +07:00 |
|
|
53ea704bae
|
Finishing migration to 1.4.20-M1
|
2020-09-27 19:57:30 +03:00 |
|
|
28137e44e1
|
Readme auto-generation via plugin
|
2020-09-25 10:13:38 +03:00 |
|
|
bf569e10f9
|
Implementation for #139
|
2020-09-21 15:47:47 +03:00 |
|
Iaroslav
|
029f534cc2
|
Merge remote-tracking branch 'origin/dev' into ejml
# Conflicts:
# CHANGELOG.md
# README.md
# examples/build.gradle.kts
# examples/src/main/kotlin/scientifik/kmath/linear/LinearAlgebraBenchmark.kt
# examples/src/main/kotlin/scientifik/kmath/linear/MultiplicationBenchmark.kt
# kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt
|
2020-09-21 18:55:47 +07:00 |
|
|
28190f9800
|
scientifik -> kscience
|
2020-09-20 22:39:27 +03:00 |
|
|
da742d6c69
|
Fix things after merge
|
2020-09-20 22:25:50 +03:00 |
|
|
9617b79647
|
Merge remote-tracking branch 'origin/kotlin14' into dev
# Conflicts:
# build.gradle.kts
# kmath-core/build.gradle.kts
# kmath-memory/build.gradle.kts
# settings.gradle.kts
|
2020-09-20 10:39:25 +03:00 |
|
Iaroslav Postovalov
|
d55e4a3f84
|
Merge remote-tracking branch 'origin/dev' into ejml
|
2020-09-15 17:46:26 +07:00 |
|
|
72340705fe
|
Build refactor
|
2020-09-12 14:59:12 +03:00 |
|
Iaroslav Postovalov
|
2b15d69f11
|
Enable functions module and unmark Polynomial inline
|
2020-09-10 15:22:01 +07:00 |
|
Iaroslav Postovalov
|
d1184802bd
|
Drop koma module, implement kmath-ejml module copying it, but for EJML SimpleMatrix
|
2020-09-09 23:42:43 +07:00 |
|
Iaroslav Postovalov
|
fc5ec8fed7
|
Drop koma support, add more explicit visibility modifiers
|
2020-09-09 22:31:54 +07:00 |
|
Iaroslav Postovalov
|
f567f73d19
|
Specify explicit API visbility, minor refactoring (error handling, etc.)
|
2020-09-09 11:28:54 +07:00 |
|
Iaroslav Postovalov
|
6b79e79d21
|
Update tools and Kotlin, specify public explicitly, minor contracts refactor
|
2020-09-09 09:55:26 +07:00 |
|
Iaroslav
|
5e4522bb06
|
Upgrade build tools plugin to dev version; file reformat; change dependencies' versions; specify visibility explicitly at certain places (core, especially), make some interfaces fun
|
2020-09-08 16:40:47 +07:00 |
|
Iaroslav
|
675ace272c
|
Minor Gradle settings modification, add benchmarks of different Expression implementatinos
|
2020-06-23 03:38:20 +07:00 |
|
|
5e92d85c46
|
Separate ast module
|
2020-06-12 10:40:59 +03:00 |
|
|
646207e140
|
Equlity half-fix for NDStructure
|
2020-05-06 10:50:08 +03:00 |
|
|
1015e238f1
|
Basic geometry
|
2020-04-29 19:28:24 +03:00 |
|
|
a1dd71a74b
|
update build tools and dependencies
|
2020-04-03 22:29:23 +03:00 |
|
|
9d1ba1b78b
|
Merge remote-tracking branch 'origin/dev-pk' into dev
# Conflicts:
# settings.gradle.kts
|
2020-01-12 10:50:43 +03:00 |
|
|
396b31d106
|
Linear interpolation
|
2020-01-12 10:49:42 +03:00 |
|
|
a156feb397
|
Merge branch 'dev' into dimensions
# Conflicts:
# build.gradle.kts
# buildSrc/build.gradle.kts
# settings.gradle.kts
|
2019-12-09 17:40:58 +03:00 |
|
|
f9836a6477
|
Viktor prototype
|
2019-12-08 15:48:25 +03:00 |
|
|
1e70bebba6
|
Version update + some useful extensions
|
2019-11-20 16:12:41 +03:00 |
|
|
92b4e6f28c
|
Tools to evaluate statistic
|
2019-08-25 10:51:25 +03:00 |
|
|
645d81abf0
|
Build migrated to gradle-tools 1.4
|
2019-08-24 09:00:04 +03:00 |
|
|
4f8c838c9a
|
Merge branch 'dev' of https://github.com/mipt-npm/kmath into dev-pk
|
2019-08-07 18:10:41 +03:00 |
|
|
7f3dd95e72
|
Moved to scientifik plugin. Removed depricated Vector
|
2019-07-17 14:21:37 +03:00 |
|
|
22a3c6e4b9
|
Initial implementation of kmath-for-real module based on https://github.com/thomasnield/numky
|
2019-07-14 18:22:22 +03:00 |
|
|
00f6c027b4
|
Experimental type-safe dimensions
|
2019-06-21 12:34:04 +03:00 |
|
|
f480aa1c5c
|
Example fix
|
2019-06-08 16:25:51 +03:00 |
|
|
9c2164cd64
|
Distribution implementations for commons-math
|
2019-06-08 14:26:44 +03:00 |
|
|
5be55560cf
|
Merged build config changes from dataforge
|
2019-05-31 13:03:00 +03:00 |
|
|
68ccc0b3fc
|
Migrating streaming to Flow
|
2019-04-26 21:36:28 +03:00 |
|
|
56c23109b3
|
Build refactoring
|
2019-04-23 22:05:47 +03:00 |
|
|
7b899365db
|
Build refactoring
|
2019-04-23 21:36:25 +03:00 |
|
Andrey Mischenko
|
eb2162987b
|
WIP move config to buildSrc
|
2019-04-23 16:07:26 +08:00 |
|
Andrey Mischenko
|
e30337e196
|
WIP move config to buildSrc
|
2019-04-23 15:13:10 +08:00 |
|
|
4065fda99a
|
Updated build script
|
2019-04-07 09:18:06 +03:00 |
|
|
1af0ed4b91
|
Deploy configuration
|
2019-02-22 13:52:35 +03:00 |
|
|
f77b7a4876
|
Build an readme update for 0.1.0-dev
|
2019-02-21 08:58:55 +03:00 |
|
|
25e8e03494
|
Memory on JVM and JS
|
2019-02-20 12:54:39 +03:00 |
|