Skip to content

Releases: cubing/cubing.rs

v0.13.10

01 Nov 19:50
Compare
Choose a tag to compare

Release notes:

  • [alg] Fix Square-1 tuple serialization and inversion.

v0.13.9

01 Nov 12:18
Compare
Choose a tag to compare

Release notes:

  • [alg-cli] Accept --stdin instead of requiring an alg as an argument
  • [alg-cli] Add a parse subcommand`.

v0.13.8

01 Nov 12:05
Compare
Choose a tag to compare

Release notes:

  • Update the alg CLI binary to be alg.

v0.13.7

30 Oct 10:35
Compare
Choose a tag to compare

Release notes:

  • [alg] Invert / to / (matching cubing.js).

v0.13.6

30 Oct 04:05
Compare
Choose a tag to compare

Release notes:

  • [kpuzzle] Export InvalidMoveError.

v0.13.5

18 Oct 02:48
Compare
Choose a tag to compare

Release notes:

  • [kpuzzle] Adjust Debug for KPattern and KTransformation to take up fewer lines.

v0.13.4

07 Oct 05:11
Compare
Choose a tag to compare

Release notes:

  • [alg] Parse and serialize Square-1 tuples.

v0.13.3

04 Oct 01:28
Compare
Choose a tag to compare

Release notes:

  • [kpuzzle] Remove a print statement from KTransformation::self_multiply(…).

v0.13.2

26 Sep 06:18
Compare
Choose a tag to compare

Release notes:

  • [kpuzzle] Change .packed_orbit_data() (method on KPattern and KTransformation) return type back to a non-mutable reference, and add .packed_orbit_data_mut(…) instead.

v0.13.1

26 Sep 05:22
Compare
Choose a tag to compare

Release notes:

  • [kpuzzle] Change .packed_orbit_data() (method on KPattern and KTransformation) to return a mutable reference.