|
78641f6f87
|
Roll-back version
|
2024-02-04 13:54:44 +03:00 |
|
|
66ce15ae6d
|
Hot-fix for scheme initialization
|
2024-02-04 13:54:08 +03:00 |
|
|
196b394278
|
Update API
|
2024-02-03 19:34:01 +03:00 |
|
|
297847663b
|
Update documentation
|
2024-02-03 19:16:18 +03:00 |
|
|
6524c6c691
|
Add .kotlin to gitignore
|
2024-02-03 17:36:49 +03:00 |
|
|
a6a4a8120f
|
Merge remote-tracking branch 'spc/master' into dev
|
2024-02-03 17:35:32 +03:00 |
|
|
6e209ab5cd
|
Data tree refactored to a uniform tree instead of sealed class.
|
2024-02-03 17:34:19 +03:00 |
|
|
466e460989
|
Data tree refactored to a uniform tree instead of sealed class.
|
2024-02-03 17:25:49 +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 |
|
|
5e3de70737
|
Add action delegate for task creation
|
2024-01-05 13:02:11 +03:00 |
|
|
8f3c2f3950
|
refactoring of data transformations
|
2024-01-04 18:59:57 +03:00 |
|
|
6ba189fa34
|
Remove second invalidate on meta node remove
|
2023-12-31 19:57:57 +03:00 |
|
|
25281d0f6d
|
Replace properties with flows
|
2023-12-31 17:55:25 +03:00 |
|
|
991f77c45a
|
Merge MetaConverter and MetaSpec
|
2023-12-31 13:08:30 +03:00 |
|
|
fd1d98aa87
|
Merge MetaConverter and MetaSpec
|
2023-12-31 12:54:38 +03:00 |
|
|
282b43a05a
|
Clean up scheme and descriptor logic
|
2023-12-31 11:57:54 +03:00 |
|
|
6e20fc3929
|
fix valueSequence
|
2023-12-28 22:14:15 +03:00 |
|
|
f9e7d0098f
|
Add convertable and serializable extensions to Meta delegates
|
2023-12-20 11:07:30 +03:00 |
|
|
f7dec52438
|
Add automatic MetaConverter for serializeable objects
|
2023-12-19 18:21:42 +03:00 |
|
|
4de9e1865c
|
Add listOfSpec delegate to Scheme
|
2023-12-19 17:53:17 +03:00 |
|
|
a32cbe95dc
|
Add listOfSpec delegate to Scheme
|
2023-12-19 17:53:01 +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 |
|
|
0a23245117
|
fix sonatype deploy address
|
2023-11-26 12:02:54 +03:00 |
|
|
c754dc3471
|
Merge pull request '0.7.0' (!79) from dev into master
Reviewed-on: #79
|
2023-11-26 10:08:10 +03:00 |
|
|
8f7d754301
|
Update gradle
|
2023-11-26 10:07:39 +03:00 |
|
|
c923c3e7d3
|
Merge remote-tracking branch 'spc/master' into dev
|
2023-11-26 10:06:39 +03:00 |
|
|
99b2d941c8
|
Update Readme and CHANGELOG
|
2023-11-26 10:05:19 +03:00 |
|
|
191af77f57
|
0.7.0
|
2023-11-26 09:59:28 +03:00 |
|
|
79759c5256
|
Replace MetaProvider::getMeta by get
|
2023-11-22 17:06:23 +03:00 |
|
|
2eb965e563
|
Type -> DfId
Add descriptor to MetaConverter
|
2023-11-18 22:48:10 +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 |
|
|
261c415d3d
|
Meta converters return non-nullables
|
2023-10-29 21:39:40 +03:00 |
|
|
e52d509c2b
|
Add Name.last extension
|
2023-10-29 10:48:33 +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 |
|
|
f732b85cc5
|
kotlin 1.9.20
|
2023-09-16 15:20:31 +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 |
|
SPC-code
|
7fca5db390
|
Merge pull request #78 from SciProgCentre/dependabot/github_actions/dot-github/workflows/gradle/gradle-build-action-2.4.2
Bump gradle/gradle-build-action from 2.1.5 to 2.4.2 in /.github/workflows
|
2023-07-29 13:15:37 +03:00 |
|
dependabot[bot]
|
be160ba98a
|
Bump gradle/gradle-build-action in /.github/workflows
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.1.5 to 2.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.1.5...v2.4.2)
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-29 10:14:01 +00:00 |
|
SPC-code
|
182f206b88
|
Merge pull request #77 from SciProgCentre/dev
0.6.2
|
2023-07-29 13:13:38 +03:00 |
|
|
3806f97c77
|
update documentation
|
2023-07-29 13:00:17 +03:00 |
|
|
d5ebef404f
|
update documentation
|
2023-07-29 12:59:55 +03:00 |
|
|
3644533043
|
update documentation
|
2023-07-29 12:56:35 +03:00 |
|