- Added support for binding multiple variables in a for loop (i.e. "for (x,(y,z)) in enumerate(zip(ys,zs)):")
- More array constructors support 'dtype' argument
- macros can now generate wrapper functions with keyword arguments
- lib_helpers._get_type can pull element types out of a wider range of values
- Added more unit tests from Python benchmarks
- Added option to manually specify compiler in c_backend.config.compiler_path
- Slightly better support for negative indexing but negative step sizes are still mostly broken