Skip to content

Releases: vChewing/Megrez

v1.1.6

27 May 07:42
8773da1
Compare
Choose a tag to compare

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

25 May 02:34
ce283cb
Compare
Choose a tag to compare

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

24 May 02:20
ea14d9d
Compare
Choose a tag to compare

What's Changed

  • Fix wrong loop condition in reverseWalk(). by @ShikiSuen in #33

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 May 00:23
231d98b
Compare
Choose a tag to compare

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

20 May 13:59
45f34cd
Compare
Choose a tag to compare

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

19 May 16:16
22dfbf0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 May 09:30
cb8bd77
Compare
Choose a tag to compare

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

13 May 16:35
80f38eb
Compare
Choose a tag to compare

What's Changed

  • Grid // Fix wrong conditioning in expandGridByOneAt(). by @ShikiSuen in #22

Full Changelog: v1.0.8...v1.0.9

1.0.8

12 May 04:17
244037e
Compare
Choose a tag to compare

What's Changed

  • reverseWalk // Make score-balancing optional. by @ShikiSuen in #21

Full Changelog: v1.0.7...v1.0.8

v1.0.7

11 May 05:05
cd68bf0
Compare
Choose a tag to compare

What's Changed

  • Walker // Use abs() to handle minus nodeLimit value. by @ShikiSuen in #20

Full Changelog: v1.0.6...v1.0.7