diff --git a/docs/source/whatsnew/pr/remove-deprecated-stuff.rst b/docs/source/whatsnew/pr/remove-deprecated-stuff.rst new file mode 100644 index 0000000..2a948e4 --- /dev/null +++ b/docs/source/whatsnew/pr/remove-deprecated-stuff.rst @@ -0,0 +1,8 @@ +Remove Deprecated Stuff +================================ + +We no longer need to add `extensions` to the PYTHONPATH because that is being +handled by `load_extension`. + +We are also removing Cythonmagic, sympyprinting and rmagic as they are now in +other packages and no longer need to be inside IPython.