Releases: vChewing/Megrez
Releases · vChewing/Megrez
v1.1.6
What's Changed
- Mistake-Proofing, Empty Check, Updating Unit Tests, etc. by @ShikiSuen in #37
- Refine returning condition in hasMatchedNode(). by @ShikiSuen in #38
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- Fix a regression (from v1.1.1) that mutScore is not correctly overridden. by @ShikiSuen in #35
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Fix wrong loop condition in reverseWalk(). by @ShikiSuen in #33
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Nerf the additional weights added to the balanced score. by @ShikiSuen in #30
- Add a finite state machine example in the UnitTests file. by @ShikiSuen in #31
- Again tweak balanced score in reversedWalk(). by @ShikiSuen in #32
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Builder // Add mistake-proofing process to cursorIndex. by @ShikiSuen in #26
- Using var-description in lieu of var-printed. by @ShikiSuen in #27
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- README // Add vChewing affiliation info. by @ShikiSuen in #24
- Add DumpDOT support and fix unit tests. by @ShikiSuen in #25
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add walk() and refactor certain functions in Grid. by @ShikiSuen in #23
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Grid // Fix wrong conditioning in expandGridByOneAt(). by @ShikiSuen in #22
Full Changelog: v1.0.8...v1.0.9
1.0.8
What's Changed
- reverseWalk // Make score-balancing optional. by @ShikiSuen in #21
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Walker // Use abs() to handle minus nodeLimit value. by @ShikiSuen in #20
Full Changelog: v1.0.6...v1.0.7