An API to describe types + type formatter
Created originally on Bitbucket by paugier (Pierre Augier)
Was already merged in Bitbucket before import, marked as merged by the import user
An API to describe types + a proper mechanism to control the type formatting for different backends !
- Simplify cython_bugs/purepy_fusedtype
- annotation -> typing
- Prepare proper backend type formatter
- Signatures + TypeFormatter
- str2type, List & Dict
- TypeFormatterCython
- Use memview in tests and doc
- Improve test JIT (brocken for Cython!)
- typeof and str2type (public API)
- Use typeof in JIT (Cython still broken & set not implemented)
- Cython fixed with make_list_code
- Update ROADMAP
- typing Set
- Support Tuple
- mem_layout for arrays: C_or_F (default), C, F and strided
- Update doc to describe typing
- typing: shape for arrays