1.0.0a8 #35
shiroinekotfs
announced in
Announcements
1.0.0a8
#35
Replies: 1 comment
-
What I believe is that the cat logo takes lots of time to design and surely it's more than the kernel itself, correct? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
magics
features. That means you cannot use external magic to manipulate theg++
compiling processint main ()
doesn't let the code running #29getline()
capture error when using it withifstream
. That makes the file I/O much easierNew features & Modifications
jdisplay
is now_Jupyter_Display
. It creates less confusion and extends the compatibility of the kernelalgorithm
andiomanip
are now in the default header list. No longer need to use#include
with these libraries.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
Linux/macOS
sudo pip install --upgrade jupyter-cpp-kernel # Or pip install --upgrade jupyter-cpp-kernel
What's Changed
This discussion was created from the release 1.0.0a8.
Beta Was this translation helpful? Give feedback.
All reactions