diff options
-rw-r--r-- | HISTORY.rst | 2 | ||||
-rw-r--r-- | README.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 7ff8366..9721522 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,4 +5,4 @@ Release History 0.1 (2014-08-09) ++++++++++++++++++ -- Initial release: provides completion, history and calltips. +- Initial release: provides all basic features, including inline plots. @@ -6,7 +6,8 @@ To test it, install with ``setup.py``, then:: ipython qtconsole --kernel scilab -It supports command history, the ``?`` help magic, and completion. +It supports command history, the ``?`` help magic and calltips, +plotting, and completion. For details of how this works, see IPython's docs on `wrapper kernels <http://ipython.org/ipython-doc/dev/development/wrapperkernels.html>`_. |