Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 1.19 KB

Changelog

Unreleased

  • Nothing so far.

0.1.3 - 2022-01-04

  • Add U1 block size for disabling tiling (#71)

0.1.2 - 2021-05-07

  • Cache col_blocks value in struct (#66)
  • Add optional Serde framework support (#67)
  • Memory slice access for blocks (#68)
  • Helper method to round up to valid dimensions (#69)

0.1.1 - 2021-02-01

  • Performance improvements by reducing bounds checking (#56)
  • Add original global coordinates to blocks (#59)
  • Make iters module public (6fd4313)
  • Write a bunch of documentation (#60)

0.1.0 - 2020-11-01

First release.

  • Added like everything.