Skip to main content
Glama

Affine Earth Math Court Remote

lattice_op

Exact integer algebra on UUM-8D lattices - eight decimal lanes and a homology z, written x0,x1,x2,x3,x4,x5,x6,x7|z. op selects the law: verify (is A a well-formed lattice), shear (the J_Z shear of A against B through K), add, sub, mul (lane-wise), distance and locking_distance (integer lattice distances A to B), lane_mask (which lanes of A are non-zero), park (fold A by the 0-255 homology mask), permute_p1 and permute_p2 (the two Jordan permutations), is_zero. An empty op returns the list of ops. Every lane is a decimal integer string. Refusals are status REFUSED with the reason under proven: REFUSED_NO_PAIR when an operand is missing or has the wrong lane count, AFFINE_JZ_PARSE when a lane is not a decimal integer (a float lane lands here) - measured 2026-09-02. Same law as verify_jordan_bond, exposed one operation at a time so a caller can inspect intermediate values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ANofirst lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed
BNosecond lattice for shear, add, sub, mul, distance, locking_distance; same shape as A
KNothe distance (kernel) lattice for shear; same shape as A
opNothe operation; empty lists the ops
maskNopark only: decimal 0-255 homology mask

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  2. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  3. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  4. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  5. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  6. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  7. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  8. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  9. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  10. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  11. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  12. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  13. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  14. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  15. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  16. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  17. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  18. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  19. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  20. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  21. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  22. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  23. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  24. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  25. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  26. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  27. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  28. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  29. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  30. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  31. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  32. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  33. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  34. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  35. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  36. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  37. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  38. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  39. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  40. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  41. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  42. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  43. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  44. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  45. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  46. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  47. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  48. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  49. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  50. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  51. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  52. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  53. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  54. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  55. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  56. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  57. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  58. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  59. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  60. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  61. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  62. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  63. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  64. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  65. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  66. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  67. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  68. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  69. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  70. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  71. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  72. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  73. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  74. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  75. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  76. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  77. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  78. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  79. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  80. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  81. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  82. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  83. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  84. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  85. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  86. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  87. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  88. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  89. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  90. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  91. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  92. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  93. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  94. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  95. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  96. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  97. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  98. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  99. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  100. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  101. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  102. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  103. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  104. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  105. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  106. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  107. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  108. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / B / description
      Previous value: -"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"
    • changedInput schema / properties / K / description
      Previous value: -"the distance (kernel) lattice for shear; same shape as A"New value: +"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"
    • changedInput schema / properties / mask / description
      Previous value: -"park only: decimal 0-255 homology mask"New value: +"decimal 0-255 homology mask for park"
    • changedInput schema / properties / op / description
      Previous value: -"the operation; empty lists the ops"New value: +"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"
    • removedInput schema / properties / op / enum
      Removed value: -[
      -  "verify",
      -  "shear",
      -  "add",
      -  "sub",
      -  "mul",
      -  "distance",
      -  "locking_distance",
      -  "lane_mask",
      -  "park",
      -  "permute_p1",
      -  "permute_p2",
      -  "is_zero"
      -]
  109. Changed6 schema fields changed
    • changedInput schema / properties / A / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"first lattice: x0,x1,x2,x3,x4,x5,x6,x7|z, decimal strings, negatives allowed"
    • changedInput schema / properties / B / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z decimal lattice"New value: +"second lattice for shear, add, sub, mul, distance, locking_distance; same shape as A"
    • changedInput schema / properties / K / description
      Previous value: -"x0,x1,x2,x3,x4,x5,x6,x7|z distance or mesh"New value: +"the distance (kernel) lattice for shear; same shape as A"
    • changedInput schema / properties / mask / description
      Previous value: -"decimal 0-255 homology mask for park"New value: +"park only: decimal 0-255 homology mask"
    • changedInput schema / properties / op / description
      Previous value: -"verify|shear|add|sub|mul|distance|locking_distance|lane_mask|park|permute_p1|permute_p2|is_zero"New value: +"the operation; empty lists the ops"
    • addedInput schema / properties / op / enum
      Added value: +[
      +  "verify",
      +  "shear",
      +  "add",
      +  "sub",
      +  "mul",
      +  "distance",
      +  "locking_distance",
      +  "lane_mask",
      +  "park",
      +  "permute_p1",
      +  "permute_p2",
      +  "is_zero"
      +]
  110. First observed

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden, and it discloses meaningful behavior: decimal-string lane parsing, float lanes landing in AFFINE_JZ_PARSE, missing/wrong-lane operand refusal via REFUSED_NO_PAIR, and the empty-op list behavior. It does not explicitly state purity/no side effects or the response envelope, but the refusal and parsing disclosures go well beyond a minimal definition.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and generally well-structured, front-loading the lattice format and then moving through operations, input constraints, refusals, and sibling relationship. The 'measured 2026-09-02' timestamp is mildly extraneous, but the rest of the text earns its place for a tool with 12 operations and 5 parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers input format, supported operations, refusal modes, and the relationship to verify_jordan_bond, which is substantial. However, with no output schema and no annotations, it does not explicitly describe what each operation returns (e.g., boolean vs lattice vs distance integer), leaving the caller to infer return shapes from operation names and parentheticals.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds real semantic value: it explains the UUM-8D lattice representation, the lane-wise nature of add/sub/mul, what shear means, the 0-255 homology mask for park, and the refusal mapping for malformed operands. This goes beyond the schema's per-parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific resource ('UUM-8D lattices'), the exact lattice format, and enumerates every operation the tool exposes. It also distinguishes itself from the sibling verify_jordan_bond by saying it is the same law but exposed one operation at a time for inspecting intermediate values.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear operational context: op selects the law, an empty op lists ops, and the tool is a stepwise counterpart to verify_jordan_bond so callers can inspect intermediate values. It names the relevant sibling alternative, though it does not explicitly enumerate when-not-to-use conditions beyond that contrast.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources