Releases: Ivordir/YALPS
Releases · Ivordir/YALPS
v0.5.6
v0.5.5
Changes
- Added back default export in package.json
- Fixed/updated README
Full Changelog: v0.5.4...v0.5.5
v0.5.4
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
v0.4.0
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.2.4
- Increased default maxPivots and maxIterations.