Release notes
===========
- Now do_while() loop, and the new for_loop() supports sliding views (skjoenberg): http://bohrium.readthedocs.io/users/python/index.htmlsliding-views-between-iterations
- Building PyPI `manylinux1` packages for Python 2.7, 3.4, 3.5, and 3.6
- Building PyPI packages for Python 2.7 and 3.6 on Mac OSX 10.12 and 10.13
- The homebrew package is now deprecated
- Re-implemented signal handling -- we now use [libsigsegv](https://www.gnu.org/software/libsigsegv/).