Skip to content

Releases: secretflow/secretpad

v0.6.0b0

22 May 08:12
3e665d0

Choose a tag to compare

v0.6.0b0 Pre-release
Pre-release

Added

  • add Local development and debugging documentation|Stable component version matching
  • add Adaptation to MySQL (requires users to provide MySQL services)
  • add SLS logs to the cloud (requires users to have Alibaba Cloud SLS)
  • add no tls for kuscia network protocols
  • add adapt kuscia v0.7.0 SecretFlow v1.5.0
  • supports duplicate values of association keys for PSI component in platform

Fixed

  • fix When multiple parties participate in the execution of the canvas, more than 2 parties read the sample table and
    the participants are accurately matched
  • fix Kuscia job watch timeout
  • fix The serial number of the front-end initiating component has a status

v0.5.0b0

22 Mar 05:15
254f594

Choose a tag to compare

v0.5.0b0 Pre-release
Pre-release

Features

  • Support model export on canvas
  • Add model management (release, retire, delete, deploy)
  • Add http feature service Management for model
  • Support features in SF components, Model Import, GLM Optimization, saving extra feature columns to the prediction result table, WOE Modification, PSI Upgrade 0.0.2,
  • Supports Kusica 0.6.0 Serving,

Fixes

  • Data synchronization optimization to reduces resource consumption
  • Log optimization
  • Security vulnerability fixes, Springboot3.1.5 -> 3.19

v0.4.1b0

29 Jan 08:46
0dd2746

Choose a tag to compare

v0.4.1b0 Pre-release
Pre-release

Added

  • Added 10+ components, such as feature calculation, cross-decision, outlier handling, grouping statistics, binning
    modification, GLM model training/prediction, to support the whole link of insurance pricing
  • The model prediction (SecureBoost),glm component is optimized to support batch prediction
  • WOE binning and general binning added report output and configuration, added error feature columns to the prediction
    component, and supported PSI 0.0.2

Fixed

  • Fix the missing SGD prediction tag column

v0.4.0b0

12 Jan 06:02
42aa8b8

Choose a tag to compare

v0.4.0b0 Pre-release
Pre-release

Added

  1. The platform supports P2P deployment architecture, supports project cooperation from the end side, and does not rely on trusted third parties
  2. Node routing support P2P mode

Improvement

  1. Configuration parameters are added to the existing components to facilitate more flexible construction of training tasks
  2. In the P2P mode, the creation of platform projects requires the approval of the invitee
  3. The model prediction (SecureBoost) component is optimized to support batch prediction

v0.3.0b0

12 Jan 05:57
d39fdf9

Choose a tag to compare

v0.3.0b0 Pre-release
Pre-release

Added

  • Center Platform (Central Platform) adds Hub Mode (i.e., TEE's centralized computing mode):
    ① Added 15 new TEE operator components;
    ② Edge-side data can be directly uploaded to the simulation TEE within the deployment package (simulation version TEE);
    ③ In Hub Mode, results must be reviewed before they can be downloaded;

  • Edge Platform (Node Platform) has been added, which users can deploy separately and then access to manage data and cooperative nodes. The management interfaces for built-in nodes Alice and Bob can still be accessed quickly from the Center Platform.

  • Edge Platform adds a Message Center module, where cooperative node invitations and Hub Mode results downloads must be operated and reviewed within the Message Center module;

  • Overall UI interface display optimization.

v0.2.0b0

06 Sep 12:49
e60527d

Choose a tag to compare

v0.2.0b0 Pre-release
Pre-release

Added

  • Project management:project creation, project node addition, project deletion, project modification.
  • Data management: data upload and download, data table authorization, model and rule download.
  • Task management: executing tasks, stopping tasks, viewing task logs, viewing task status, and viewing task results
  • Supports 17 Secretflow operators of financial risk control.
  • Node management: node registration and viewing node information.
  • Other functions optimization.