Releases: IanManske/YALPS
Releases · IanManske/YALPS
v0.6.4
v0.6.3
- 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
- Updated package status in README
- Updated package metadata
Full Changelog: v0.5.6...v0.5.7
v0.5.6
- Added missing
typesexportsin package.json - Reduced package size
Full Changelog: v0.5.5...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
OptimizationDirectiontype defaultOptionsis now immutable
Fixes
- Fix bug preventing
timedoutstatus from being properly returned
Other
- Common js build now uses
.cjs.jsextension instead of.cjs - Added
sideEffects: falsein package.json - Reworded and cleaned up documentation
- Updated benchmarks
v0.3.0
v0.2.4
- Increased default maxPivots and maxIterations.