Skip to content

Releases: Thinklab-SJTU/LinSATNet

0.1.3

18 Mar 03:10
Compare
Choose a tag to compare

What's New

  • Fix potential numerical issues when checking if the marginal distributions are matched

0.1.2

13 Mar 17:55
Compare
Choose a tag to compare

What's New

  • Fix numerical error for Cx >= d constraint when d==0
  • Through error for the case when C.sum() < d as it is infeasible

Full Changelog: 0.1.1...0.1.2

0.1.1

29 Feb 19:50
Compare
Choose a tag to compare

What's New

  • New grouped-sparse-v2 kernel
  • Supports sparse matrix input for better time and memory efficiency

Full Changelog: 0.1.0...0.1.1

0.1.0

25 Feb 00:37
Compare
Choose a tag to compare

What's Changed

  • Support grouped operations for better efficiency (default kernel is changed to grouped-v2)
  • Add function init_constraints and variable constr_dict to support reuse of pre-processed constraints (potentially better efficiency)

Full Changelog: 0.0.9...0.1.0

0.0.9

17 Nov 14:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.8...0.0.9

0.0.8

21 Jul 15:59
Compare
Choose a tag to compare
  • Fix toc links in readme
  • Add no_warning parameter

Full Changelog: 0.0.6...0.0.8

0.0.6

16 Jun 13:40
Compare
Choose a tag to compare
  • Add a new mode (try it by mode='v2'). We empirically found that v2 is faster than v1 in some cases. Note that this feature is EXPERIMENTAL and the v2 algorithm may change in future releases.

Full Changelog: 0.0.5...0.0.6

0.0.5

06 Jun 09:13
Compare
Choose a tag to compare

Full Changelog: 0.0.3...0.0.5

0.0.4

05 Jun 10:17
ace29ba
Compare
Choose a tag to compare
  • Another try of fixing pypi formulas

Full Changelog: 0.0.3...0.0.4

0.0.3

05 Jun 10:13
Compare
Choose a tag to compare
  • Try fixing pypi display

Full Changelog: 0.0.2...0.0.3