1.0.0a8
Full Changelog: 1.0.0a7...1.0.0a8
TL;DR
What's new?
In this version, there are plenty of updates in security, performance, and features:
Removed features & Solved bugs
- Removed
magicsfeatures. That means you cannot use external magic to manipulate theg++compiling process - Solved #29
- Solved
getline()capture error when using it withifstream. That makes the file I/O much easier
New features & Modifications
jdisplayis now_Jupyter_Display. It creates less confusion and extends the compatibility of the kernelalgorithmandiomanipare now in the default header list. No longer need to use#includewith these libraries.- More display methods in #33 are now supported. You can view these in this documentation
- New logo
Requirements (pre-install)
Windows
You have to install GNU Compiler Collection for Windows before doing any additional installation
Linux/macOS
You have to install GNU Compiler Collection that is compatible with your OS. You may need to go search for yourself.
How to install/upgrade?
Windows
python -m pip install --upgrade jupyter-cpp-kernelLinux/macOS
sudo pip install --upgrade jupyter-cpp-kernel
# Or
pip install --upgrade jupyter-cpp-kernelWhat's Changed
- Update to version 1.0.0a8 by @shiroinekotfs in #34
