Skip to content

Releases: secretflow/spu

0.3.2b10

30 Mar 03:44
858f29d
Compare
Choose a tag to compare
0.3.2b10 Pre-release
Pre-release
  • [SPU] 0.3.2 release
  • [Feature] Add TrustedThirdParty beaver provider for semi2k
  • [Feature] Expose ssl/tls options
  • [Feature] Add EpsilonOp
  • [Feature] Support CaseOp
  • [Feature] Improve sort performance
  • [Feature] Improve shift performance
  • [Feature] Support shift by secret number of bits
  • [Feature] Support secret indexing
  • [bugfix] Fix boolean ConstantOp
  • [bugfix] Fix jnp.median
  • [bugfix] Fix jnp.sort on floating point inputs
  • [bugfix] Fix secret sort with public payloads
  • [3p] Relax TensorFlow version in requirements.txt
  • [3p] Move to OpenXLA
  • [API] Move C++ API from spu to libspu
  • [PSI] Add ecdh-oprf 2-party two stage mode.

0.3.2b9

28 Mar 15:27
5f14fe8
Compare
Choose a tag to compare
0.3.2b9 Pre-release
Pre-release
  • [Feature] Add TrustedThirdParty beaver provider for semi2k
  • [Feature] Expose ssl/tls options
  • [Feature] Add EpsilonOp
  • [Feature] Support CaseOp
  • [Feature] Improve sort performance
  • [Feature] Improve shift performance
  • [Feature] Support shift by secret number of bits
  • [Feature] Support secret indexing
  • [bugfix] Fix boolean ConstantOp
  • [bugfix] Fix jnp.median
  • [bugfix] Fix jnp.sort on floating point inputs
  • [bugfix] Fix secret sort with public payloads
  • [3p] Relax TensorFlow version in requirements.txt
  • [3p] Move to OpenXLA
  • [API] Move C++ API from spu to libspu
  • [PSI] Add ecdh-oprf 2-party two stage mode.
  • [API] Deprecate connect_retry_times config for link

0.3.2b8

28 Mar 09:22
83ef4b2
Compare
Choose a tag to compare
0.3.2b8 Pre-release
Pre-release
Update eigen (#134)

0.3.2b5

24 Feb 03:59
462c836
Compare
Choose a tag to compare
0.3.2b5 Pre-release
Pre-release
v0.3.2b5

Repo sync (#101)

0.3.2b1

16 Jan 02:34
56451b1
Compare
Choose a tag to compare
0.3.2b1 Pre-release
Pre-release
Add a ci timeout (#73)

* Add .circleci/config.yml

* Updated config.yml

* Updated config.yml

0.3.1b9

09 Jan 04:26
ab908a3
Compare
Choose a tag to compare
  • [API] Add get_var_meta
  • [API] Change ValueProto to bytes in Runtime/IO binding API
  • [Feature] Add SPU logging
  • [Feature] ECDH-PSI supports white box interconnection mode
  • [Feature] Various performance improvements
  • [Feature] Lift IfOp condition limit
  • [bugfix] Fix various crashes
  • [3p] Build with Tensorflow 2.11.0
  • [3p] Update JAX to 0.4.1

0.3.1b2

02 Dec 07:03
@6fj 6fj
f5c78de
Compare
Choose a tag to compare
0.3.1b2 Pre-release
Pre-release
Weekly sync (#43)

* repo-sync-2022-12-02T10:50:14+0800

* Fix merge

* Fix merge

* Fix yacl commit id.

0.3.1b1

01 Dec 07:10
@6fj 6fj
880ee83
Compare
Choose a tag to compare
0.3.1b1 Pre-release
Pre-release
v0.3.1b1

Create trigger-circleci

0.3.1b0

28 Nov 07:58
@6fj 6fj
58b4f30
Compare
Choose a tag to compare
  • [API] Add IR type for frontend compilation
  • [Feature] Support SignOp, Expm1Op, DotGeneralOp
  • [Feature] Improve convolution performance
  • [Feature] Link Send/Recv python binding
  • [bugfix] Relax iota type constraint
  • [bugfix] Fix type inference for whileOp/dynamicUpdateSliceOp
  • [bugfix] Relax clamp type constraint
  • [bugfix] Fix NotOp with non-pred integer types