Skip to content

Releases: IanManske/YALPS

v0.6.4

Choose a tag to compare

@IanManske IanManske released this 24 Dec 22:58
v0.6.4
422de7a
  • 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

Choose a tag to compare

@IanManske IanManske released this 03 Nov 07:24
v0.6.3
f4e0396
  • 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

Choose a tag to compare

@IanManske IanManske released this 18 Oct 22:28
  • Updated package status in README
  • Updated package metadata

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

v0.5.6

Choose a tag to compare

@Ivordir Ivordir released this 22 Mar 20:03
  • Added missing types exports in package.json
  • Reduced package size

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

v0.5.5

Choose a tag to compare

@Ivordir Ivordir released this 04 Apr 15:32

Changes

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

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

v0.5.4

Choose a tag to compare

@Ivordir Ivordir released this 03 Apr 16:40

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

Choose a tag to compare

@Ivordir Ivordir released this 11 Mar 00:20

Updated ReadMe and documentation

v0.4.0...v0.4.2

v0.4.0

Choose a tag to compare

@Ivordir Ivordir released this 10 Mar 22:10

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

Choose a tag to compare

@Ivordir Ivordir released this 29 May 19:20
  • Added commonjs build #1 (thanks ozonep).
  • Added includeZeroVariables option. fccbb9d
  • Updated/cleaned up documentation.

v0.2.4...v0.3.0

v0.2.4

Choose a tag to compare

@Ivordir Ivordir released this 01 May 02:38
  • Increased default maxPivots and maxIterations.

v0.2.2...v0.2.4