Skip to content

v0.5.2

Latest
Compare
Choose a tag to compare
@sean1832 sean1832 released this 05 Oct 17:06

Version 0.5.2

This release introduces a more compact data model for coordinates, centers the location of rectangular lights, and fixes a JSON deserialization error.

✨ Feature:

  • coords: Change coordinates to list for compactness by @sean1832 in #28
  • location: Assign location as center of rectangular light by @sean1832 in #27

🐛 Bug Fixes:

  • json: Fix JSON deserialize error for points by @sean1832 in #29

🔧 Chore:

  • byte-length: Improve byte length accuracy by converting it into a float number by @sean1832 in #30