- Fix two python3.2+ incompatibilities (Thanks `Ramon Crehuet`_ for the report)
.. _Ramon Crehuet: https://github.com/rcrehuet
0.4.2
------------------
- Implement the ``--extra`` option (Thanks to `Denis Vasilyev`_ for the help) - Include ``%%fortran``'s args in the hashing, so the same cell are recompiled with the same code but different arguments
.. _Denis Vasilyev: https://github.com/Vutshi
0.3
------------------
- Added ``%fortran_config`` to set and persist default arguments for ``%%fortran`` - Improve documentation
0.2.1
------------------
- Packaged and registered in pypi - Starting a version's changelog
0.2
----------------
- Fortran highlighting in a ``%%fortran`` cell - Works (or it should) in any platform (linux/windows/osx) and with py3 (thanks to `Bradley Froehle`_) - Many f2py's arguments exposed as magic arguments - Verbosity handling - Improved documentation