Skip to content

Commit e73edeb

Browse files
authored
Merge pull request #92 from chuzhengmxc/main
0.8.0b0
2 parents 368e1e0 + 13a9c5e commit e73edeb

File tree

179 files changed

+6284
-402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+6284
-402
lines changed

.github/ISSUE_TEMPLATE/Allinone package Error issue template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
- type: dropdown
2121
id: searched-for-existing-issues
2222
attributes:
23-
label: Have you searched for existing documents and issues?
23+
label: Have you searched for existing documents and issues?
2424
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/latest/mvp-platform) and [issues](https://github.com/secretflow/secretpad/issues)
2525
options:
2626
- 'Yes'

.github/ISSUE_TEMPLATE/Consulting_issue_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
- type: dropdown
2222
id: searched-for-existing-issues
2323
attributes:
24-
label: Have you searched for existing issues?
24+
label: Have you searched for existing issues?
2525
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/secretpad-all-in-one/latest/mvp-platform) and [issues](https://github.com/secretflow/secretpad/issues)
2626
options:
2727
- 'Yes'

.github/ISSUE_TEMPLATE/Secretpad Error issue template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
- type: dropdown
2121
id: searched-for-existing-issues
2222
attributes:
23-
label: Have you searched for existing documents and issues?
23+
label: Have you searched for existing documents and issues?
2424
description: Existing [documents](https://www.secretflow.org.cn/zh-CN/docs/secretpad/v0.6.0b0/) and [issues](https://github.com/secretflow/secretpad/issues)
2525
options:
2626
- 'Yes'

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
`Fixed` for any bug fixes.
1515
`Security` in case of vulnerabilities.
1616

17+
## [0.8.0b0] - 2024-06-15
18+
19+
### Added
20+
21+
- [Feature] Added a type conversion component.
22+
- [Feature] Added a sampling component that supports stratified sampling, random sampling, and systematic sampling.
23+
- [Feature] Added a scorecard assessment component to convert binary classification results into scores
24+
- [Feature] Added a PSI (Population Stability Index) component to assess feature stability.
25+
- [Feature] Added data source management module with OSS data source support.
26+
- [Feature] Supports configuration of the default storage data source.
27+
- [Feature] Adapted to Kuscia 0.9.0b0 version, supports data retention after reinstallation of SecretPad.
28+
29+
### Changed
30+
31+
- [Optimization] A prompt has been added that prohibits modifying the route during task execution.
32+
33+
### Fixed
34+
35+
- [Fixed] Fix the version prompt on the edge node in center deploy mode.
36+
- [Fixed] Fix the official website documentation has some blank sections.
37+
1738
## [0.7.0b0] - 2024-05-15
1839

1940
### Added

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ For more details, see [Development](./docs/deployment_experience/v0.6.0b0/deploy
102102
103103
| secretpad Version | Kuscia Version | secretflow Version | trustedflow Version | serving Version |
104104
|-------------------|----------------|--------------------|---------------------|-----------------|
105-
| 0.7.1b0 | 0.8.0b0 | 1.6.1b0 | 0.1.1b0 | 0.3.1b0 |
105+
| 0.8.0b0 | 0.9.0b0 | 1.7.0b0 | 0.1.1b0 | 0.4.0b0 |
106+
| 0.7.1b0/0.7.2b0 | 0.8.0b0 | 1.6.1b0 | 0.1.1b0 | 0.3.1b0 |
106107
| 0.6.0b0 | 0.7.0b0 | 1.5.0b0 | 0.1.1b0 | 0.2.1b0 |
107108
| 0.5.0b0 | 0.6.0b0 | 1.4.0b0 | 0.1.1b0 | 0.2.0b0 |
108109
| 0.4.1b0 | 0.5.0b0 | 1.4.0.dev24011601 | 0.1.1b0 | |

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ sh install.sh p2p -n domainId -s 8099 -g 8092 -k 8091 -p 8090 -q 33801
9292
9393
| secretpad Version | Kuscia Version | secretflow Version | trustedflow Version | serving Version |
9494
|-------------------|----------------|--------------------|---------------------|-----------------|
95-
| 0.7.1b0 | 0.8.0b0 | 1.6.1b0 | 0.1.1b0 | 0.3.1b0 |
95+
| 0.8.0b0 | 0.9.0b0 | 1.7.0b0 | 0.1.1b0 | 0.4.0b0 |
96+
| 0.7.1b0/0.7.2b0 | 0.8.0b0 | 1.6.1b0 | 0.1.1b0 | 0.3.1b0 |
9697
| 0.6.0b0 | 0.7.0b0 | 1.5.0b0 | 0.1.1b0 | 0.2.1b0 |
9798
| 0.5.0b0 | 0.6.0b0 | 1.4.0b0 | 0.1.1b0 | 0.2.0b0 |
9899
| 0.4.1b0 | 0.5.0b0 | 1.4.0.dev24011601 | 0.1.1b0 | |

config/application-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ springdoc:
1313

1414
secretpad:
1515
platform-type: CENTER # CENTER EDGE AUTONOMY
16-
deploy-mode: ${DEPLOY_MODE:MPC} # MPC TEE ALL-IN-ONE
16+
deploy-mode: ${DEPLOY_MODE:ALL-IN-ONE} # MPC TEE ALL-IN-ONE
1717
node-id: ${NODE_ID:kuscia-system} # install.sh -n
1818
gateway: ${KUSCIA_GW_ADDRESS:127.0.0.1:18301} # install.sh -q envoy port (used in autonomy or master or edge mode)
1919
logs:

config/application-edge.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ data:
3232
- org.secretflow.secretpad.persistence.entity.ProjectModelPackDO
3333
- org.secretflow.secretpad.persistence.entity.FeatureTableDO
3434
- org.secretflow.secretpad.persistence.entity.ProjectFeatureTableDO
35+
- org.secretflow.secretpad.persistence.entity.ProjectGraphDomainDatasourceDO
3536

3637

3738
edge:
@@ -46,6 +47,7 @@ edge:
4647
- /api/v1alpha1/project/update/tableConfig
4748
- /api/v1alpha1/data/create
4849
- /api/v1alpha1/feature_datasource/create
50+
- /api/v1alpha1/datatable/create
4951
include:
5052
- /api/login
5153
- /api/logout
@@ -66,6 +68,11 @@ edge:
6668
- /api/v1alpha1/datatable/get
6769
- /api/v1alpha1/datatable/pushToTee
6870
- /api/v1alpha1/datatable/delete
71+
# datasource
72+
- /api/v1alpha1/datasource/list
73+
- /api/v1alpha1/datasource/create
74+
- /api/v1alpha1/datasource/delete
75+
- /api/v1alpha1/datasource/detail
6976
# data
7077
- /api/v1alpha1/data/upload
7178
- /api/v1alpha1/data/create
@@ -90,5 +97,6 @@ edge:
9097
- /api/v1alpha1/user/get
9198
- /api/v1alpha1/component/list
9299
- /api/v1alpha1/component/batch
100+
- /api/v1alpha1/version/list
93101

94102

config/application-p2p.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ data:
3737
- org.secretflow.secretpad.persistence.entity.ProjectModelServingDO
3838
- org.secretflow.secretpad.persistence.entity.ProjectModelPackDO
3939
- org.secretflow.secretpad.persistence.entity.ProjectFeatureTableDO
40+
- org.secretflow.secretpad.persistence.entity.ProjectGraphDomainDatasourceDO
4041

4142
# path which do not use in this mode ,config this mvc return 404 to user
4243
# @see DynamicBeanRegisterInit

config/application-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ data:
3838
- org.secretflow.secretpad.persistence.entity.ProjectGraphNodeKusciaParamsDO
3939
- org.secretflow.secretpad.persistence.entity.ProjectModelServingDO
4040
- org.secretflow.secretpad.persistence.entity.ProjectModelPackDO
41-
- org.secretflow.secretpad.persistence.entity.ProjectFeatureTableDO
41+
- org.secretflow.secretpad.persistence.entity.ProjectFeatureTableDO
42+
- org.secretflow.secretpad.persistence.entity.ProjectGraphDomainDatasourceDO

0 commit comments

Comments
 (0)