* numpysane_pywrap: no more nested functions. So the generated code builds with clang
-- Dima Kogan <dkogandebian.org> Sat, 23 Dec 2023 15:49:25 -0800
0.39
* numpysane_pywrap: extra broadcasted slices in the output are allowed
-- Dima Kogan <dkogandebian.org> Wed, 28 Jun 2023 00:03:56 -0700
0.38
* Reworked the python install (pip stuff only)
-- Dima Kogan <dkogandebian.org> Tue, 20 Jun 2023 12:40:49 -0700
0.37
* C broadcasting logic fix: implicit dimensions of length-1 are added properly. Prior to this patch the dimension deficient arrays fail CHECK_CONTIGUOUS()