pyscience version 0.4 is now available! This version comes with some bug-fixes and improvements.
Added
-----
- Add tests.
- Now sessions are saved on disk and you can get expressions typed with
the up arrow.
- Add python annotations.
- Improve documentation
- Add ``Variable`` comparison.
- Add ``:clear`` function (clear history).
- Equation solution is no longer show when you type a equation. To solve an
equation, use the ``:solve`` function.
Changed
-------
- PEP8 compatible
- ``:for`` function is now ``:evaluate``. Add support for future interpreter
functions.
Fixed
-----
- Fix parser error.
- Remove new line on interpreter error.