Skip to content

Releases: IanManske/YALPS

v0.6.4

24 Dec 22:58
v0.6.4
422de7a

Choose a tag to compare

  • Updated benchmark results in the README to use a more recent NodeJS version and glpk.js version.

Full Changelog: v0.6.3...v0.6.4

v0.6.3

03 Nov 07:24
v0.6.3
f4e0396

Choose a tag to compare

  • Fixed packaging for type definitions.
  • Added minified versions of the code to the package.
  • Edited doc comments and updated readme.

Full Changelog: v0.5.7...v0.6.3

v0.5.7

18 Oct 22:28

Choose a tag to compare

  • Updated package status in README
  • Updated package metadata

Full Changelog: v0.5.6...v0.5.7

v0.5.6

22 Mar 20:03

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

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

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

Choose a tag to compare

Updated ReadMe and documentation

v0.4.0...v0.4.2

v0.4.0

10 Mar 22:10

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

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

Choose a tag to compare

  • Increased default maxPivots and maxIterations.

v0.2.2...v0.2.4