ANN: ndtypes/xnd 0.2.0b1 released

2018-01-22 Thread Stefan Krah
Hello, this is the first release (beta) of two Python modules for describing and manipulating unboxed in-memory data. ndtypes === ndtypes is based on the libndtypes C-library. libndtypes has four main purposes: 1) Typing a memory block (abstract type). 2) Storing the exact layout

ANN: homography 0.1

2018-01-22 Thread Amit Aronovitch
We are pleased to announce `homography`, a package for representation and manipulation of 2D projective transformations (a construct which is commonly used for image processing and computer graphics). Supported on Python>=3.4. Suggestions and contributions are welcome. Installation: `pip install