fixed minor syntax or definition changes in `cython==3.0`
0.5.1
- fixed wrong struct format for `glm.TmatN` - fixed processor's struct padding always set on 8 bytes, it now checks the actual word size
0.5.0
- added missing support for index and slice deletition in `typedlist`
0.4.2
- fixed segfault in typedlist slicing when given stop < start
0.4.0
improved support for pickle - now, arrays can be pickled as soon as their dtype can be pickled - dtypes that can be pickled are auto-declarant dtypes (like structs and python classes) and compiled dtypes that can be imported automatically
0.3.2
- fixed compilation on windows with visual C, as reported in 2