From 1d162373cbca8b237ab9a261138d3184102fa9f7 2007-05-16 21:32:58 From: vivainio Date: 2007-05-16 21:32:58 Subject: [PATCH] doc changes for sci profile --- diff --git a/IPython/UserConfig/ipy_profile_sci.py b/IPython/UserConfig/ipy_profile_sci.py index d45cc4f..064f191 100644 --- a/IPython/UserConfig/ipy_profile_sci.py +++ b/IPython/UserConfig/ipy_profile_sci.py @@ -1,3 +1,10 @@ +""" IPython 'sci' profile + +Replaces the old scipy profile. + +""" + + import IPython.ipapi import ipy_defaults diff --git a/doc/ChangeLog b/doc/ChangeLog index b2360fb..4731698 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-05-16 Ville Vainio + + * ipy_profile_sci.py, ipython_win_post_install.py: Create + new "sci" profile, effectively a modern version of the old + "scipy" profile (which is now slated for deprecation). + 2007-05-15 Ville Vainio * pycolorize.py, pycolor.1: Paul Mueller's patches that