1.10.3 (2025-11-26)
Bug Fixes
- add coding standard with stricter golangci config (#196) (8ab3f3b)
- add more test and update some existing tests (#192) (50a59af)
- clang indent tab and format (#202) (8536bef)
- cleanup some obvious comments and add some comments within complex functions (#203) (58f5164)
- crash in grid bench and move all bench test to its own file (#191) (97263a3)
- ensure tests are all with blackbox approach (#189) (33c2223)
- make most struc private and expose getter and setter (#197) (83bdde4)
- no magic numbers and some refactoring to adhere coding style (#200) (04433ec)
- remove
Getkeywords from getter (#198) (342b0bd) - remove unneeded globals (#194) (4418fd3)
- update flake to support overlays [skip ci] (#195) (cea0a6e)