python-jupyter_console/python-jupyter_console-doc.changes

46 lines
1.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Thu Feb 18 21:14:18 UTC 2016 - toddrme2178@gmail.com
- specfile:
* update copyright year
* Split documentation into subpackage
- update to version 4.1.0:
* readline/completion fixes
* use is_complete messages to determine if input is complete
(important for non-Python kernels)
* fix: 4.0 was looking for jupyter_console_config in IPython config
directories, not Jupyter
-------------------------------------------------------------------
Mon Oct 12 13:46:17 UTC 2015 - toddrme2178@gmail.com
- Update to 4.0.3
* fix jupyter console --generate-config
-------------------------------------------------------------------
Mon Oct 5 10:01:17 UTC 2015 - toddrme2178@gmail.com
- Build documentation
-------------------------------------------------------------------
Wed Sep 16 15:26:27 UTC 2015 - toddrme2178@gmail.com
- Update to 4.0.2
* fix `jupyter console --generate-config`
* add long_description
* fix setuptools entrypoint
- Update to 4.0.1
* entrypoints only when setuptools invoked
* bug fix
* suggestion for windows users
* Fix printing errors when execute_reply and error messages come
* Try installing IPython from Github on RTD
* Try installing on RTD with --pre to get IPython 4
* Add requirements file for RTD
-------------------------------------------------------------------
Tue Jul 21 15:06:50 UTC 2015 - toddrme2178@gmail.com
- Initial version