Commit Graph

187 Commits

Author SHA1 Message Date
facf7c3c7e Remove some experimental flags 2024-02-19 20:10:15 +03:00
4197b4bb61 Add ordering to name indices 2024-02-06 14:36:20 +03:00
297847663b Update documentation 2024-02-03 19:16:18 +03:00
6e209ab5cd Data tree refactored to a uniform tree instead of sealed class. 2024-02-03 17:34:19 +03:00
90999f424f [WIP] change data structure 2024-01-29 22:10:06 +03:00
5fec0518d4 [WIP] change data structure 2024-01-19 22:23:02 +03:00
282b43a05a Clean up scheme and descriptor logic 2023-12-31 11:57:54 +03:00
946ac88480 Partially fixed a bug with MutableMeta observable wrappers. 2023-12-05 15:13:50 +03:00
5461a83417 Name refactoring.
Meta.stringList accepts nullable receiver.
2023-12-04 09:55:04 +03:00
99b2d941c8 Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00
79759c5256 Replace MetaProvider::getMeta by get 2023-11-22 17:06:23 +03:00
1b29e377ca Type -> DfId
Add descriptor to MetaConverter
2023-11-18 22:43:53 +03:00
2634a19285 deprecate String.parseValue 2023-11-12 14:26:28 +03:00
706521a6b6 Suppress manual cast warnings in task builders 2023-10-24 10:52:41 +03:00
94000689da Merge branch 'beta/kotlin-1.9.20' into dev
# Conflicts:
#	CHANGELOG.md
#	build.gradle.kts
#	dataforge-workspace/src/jvmMain/kotlin/space/kscience/dataforge/workspace/FileWorkspaceCache.kt
#	dataforge-workspace/src/jvmTest/kotlin/space/kscience/dataforge/workspace/FileDataTest.kt
#	gradle.properties
2023-10-24 09:04:37 +03:00
851fdda311 Fix memory leak in sealed builder. Fine-grained Meta builders. 2023-10-08 18:21:04 +03:00
cbbcd18df3 Refactor io. 2023-10-08 18:20:23 +03:00
dc2bf5da83 Merge branch 'kotlinx-io' into dev
# Conflicts:
#	dataforge-io/build.gradle.kts
#	dataforge-io/src/commonMain/kotlin/space/kscience/dataforge/io/JsonMetaFormat.kt
#	gradle.properties
2023-10-08 16:55:47 +03:00
259b882e63 kotlin 1.9.20 2023-09-13 12:19:20 +03:00
526f230300 Merge branch 'kotlinx-io' into beta/kotlin-1.9.20
# Conflicts:
#	dataforge-io/build.gradle.kts
#	dataforge-io/src/commonMain/kotlin/space/kscience/dataforge/io/JsonMetaFormat.kt
#	gradle.properties
2023-09-13 08:28:43 +03:00
3806f97c77 update documentation 2023-07-29 13:00:17 +03:00
ee5afcdafe Update meta serialization rules 2023-07-29 12:42:14 +03:00
de476fb273 Fix json serialization. 2023-07-26 16:47:12 +03:00
a699c36f8e [WIP] Refactoring to kotlinx-io 2023-07-11 23:03:52 +03:00
2aba1b48dc [WIP] Refactoring to kotlinx-io 2023-07-10 10:06:39 +03:00
2c2f33427a Fixes in Envelope format and data tre 2023-03-27 09:45:51 +03:00
f3afb5e9fe File-based workspace caching 2023-03-20 17:53:40 +03:00
58c5355e25 Fix bug in plugin isAttached 2023-02-20 18:31:56 +03:00
7d88f828d7 Move to gradle plugin 0.14 2023-02-18 19:49:41 +03:00
5d7ddb4e00 Simplify DFTL. fix io bugs 2023-01-25 18:56:19 +03:00
e41fdfc086
Fix naming conventions in names 2023-01-08 11:03:58 +03:00
4117a05df4
Add in-memory caching for workspaces 2022-10-03 20:36:28 +03:00
3c1fe23366
Values package merged into meta 2022-08-08 15:09:16 +03:00
81e2ad06cc
refactor MutableMeta set method to accept wider range of receivers 2022-08-01 18:12:57 +03:00
0b68c1edae
minor API update 2022-06-22 20:00:27 +03:00
b8869570ce
refactor file reading 2022-05-25 19:00:12 +03:00
4833128857
refactor file reading 2022-05-21 11:08:59 +03:00
6bd8a7acbc
return type to IOReader 2022-05-21 10:38:53 +03:00
f5d32ba511
Update build version 2022-05-17 12:24:15 +03:00
0fc2198832
- Remove all unnecessary properties for IOFormat
- Separate interfaces for `IOReader` and `IOWriter`
2022-05-16 18:57:48 +03:00
bedab0dc86
Remove experimental flag from YAML 2022-05-03 17:42:00 +03:00
82d37f4b55
Fix text envelope formats partial reads 2022-04-29 18:35:44 +03:00
6d396368b7
Fixe meta file name 2022-04-24 14:44:31 +03:00
eaa9d40d60
Change suspend DataSet.getData to operator DataSet.get 2022-04-24 09:19:14 +03:00
3c6bc15716
move to Kotlin 1.6.20 and KTor 2.0 2022-04-15 18:56:00 +03:00
11143e4ba1
0.5.3-dev-4 2022-03-07 16:12:01 +03:00
1e97165328
Refactory Factory 2021-12-12 17:58:01 +03:00
532e0c253b Add Yaml meta format plugin 2021-11-27 13:36:07 +03:00
c423dc214e Some name refactoring 2021-11-24 20:26:29 +03:00
d178c4ff0d Fix number comparison bug in value 2021-11-02 10:50:38 +03:00