Skip to content

Releases: Ivordir/YALPS

v0.5.6

22 Mar 20:03
Compare
Choose a tag to compare
  • Added missing types exports in package.json
  • Reduced package size

Full Changelog: v0.5.5...v0.5.6

v0.5.5

04 Apr 15:32
Compare
Choose a tag to compare

Changes

  • Added back default export in package.json
  • Fixed/updated README

Full Changelog: v0.5.4...v0.5.5

v0.5.4

03 Apr 16:40
Compare
Choose a tag to compare

Fixes

  • Commonjs build should now actually work
  • Functions that are intended to be used internally are no longer exported

Other

  • Benchmarks now account for garbage collection
  • Added additional benchmarks from netlib
  • YALPS should be roughly 5-20% faster due to a two line change b06891b
  • Added test coverage checks

Full Changelog: 2ba040f...v0.5.4

v0.4.2

11 Mar 00:20
Compare
Choose a tag to compare

Updated ReadMe and documentation

v0.4.0...v0.4.2

v0.4.0

10 Mar 22:10
Compare
Choose a tag to compare

API Changes

  • Added OptimizationDirection type
  • defaultOptions is now immutable

Fixes

  • Fix bug preventing timedout status from being properly returned

Other

  • Common js build now uses .cjs.js extension instead of .cjs
  • Added sideEffects: false in package.json
  • Reworded and cleaned up documentation
  • Updated benchmarks

v0.3.0...v0.4.0

v0.3.0

29 May 19:20
Compare
Choose a tag to compare
  • Added commonjs build #1 (thanks ozonep).
  • Added includeZeroVariables option. fccbb9d
  • Updated/cleaned up documentation.

v0.2.4...v0.3.0

v0.2.4

01 May 02:38
Compare
Choose a tag to compare
  • Increased default maxPivots and maxIterations.

v0.2.2...v0.2.4

v0.2.2

29 Apr 23:22
Compare
Choose a tag to compare

2a9ac6b...v0.2.2