From bd9c17bf479482b5b6d98994c2710b0e1e2839c4 2021-10-18 20:14:03 From: Meysam Azad Date: 2021-10-18 20:14:03 Subject: [PATCH] docs: add changelog notice 📝 --- 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.