|
|
|
@3088
|
[3088]
|
03/03/08 11:20:36 |
bgranger |
Fixed small bug in setup.py |
|
|
|
@3087
|
[3087]
|
03/02/08 14:04:26 |
bgranger |
Adding new task2.py example |
|
|
|
@3086
|
[3086]
|
03/02/08 13:59:00 |
bgranger |
Work on the task stuff and reorganizing the notebook |
|
|
|
@3085
|
[3085]
|
03/01/08 23:27:49 |
bgranger |
Added queue_status to the task interface and fixed small mpi bug. |
|
|
|
@3084
|
[3084]
|
03/01/08 16:47:00 |
benjamin.ragan-kelley |
touch |
|
|
|
@3083
|
[3083]
|
03/01/08 15:01:37 |
bgranger |
Adding sprint.txt |
|
|
|
@3082
|
[3082]
|
03/01/08 04:34:33 |
benjamin.ragan-kelley |
changed task dependency behaviour to bool function of properties |
|
|
|
@3081
|
[3081]
|
02/27/08 15:50:07 |
bgranger |
Disabling the notebook stuff as it is broken until we can update it to be … |
|
|
|
@3080
|
[3080]
|
02/27/08 15:35:43 |
bgranger |
More minor work on the docs. |
|
|
|
@3079
|
[3079]
|
02/27/08 15:34:07 |
bgranger |
Added faq to the documentation. |
|
|
|
@3078
|
[3078]
|
02/27/08 15:20:07 |
bgranger |
Updates to docs |
|
|
|
@3077
|
[3077]
|
02/23/08 22:30:11 |
bgranger |
Updated ipython1 version to 0.3alpha1. This is a new versioning scheme … |
|
|
|
@3076
|
[3076]
|
02/23/08 22:25:44 |
bgranger |
Merging changes from r3022-r3075 in branch ipython1-client-r3021 to the … |
|
|
|
@3075
|
[3075]
|
02/23/08 22:08:33 |
bgranger |
Completed first full draft of the new IPython1 documentation. Also added … |
|
|
|
@3074
|
[3074]
|
02/23/08 18:56:03 |
bgranger |
Work on the documentation for multiengine. |
|
|
|
@3073
|
[3073]
|
02/23/08 18:02:17 |
bgranger |
Fixed a few mores tests. Renamed clean_out_deferreds to … |
|
|
|
@3072
|
[3072]
|
02/23/08 16:55:14 |
bgranger |
Completely refactored the pendingdeferred module. Now it no longer holds … |
|
|
|
@3071
|
[3071]
|
02/22/08 22:47:08 |
bgranger |
Initial stab at refactoring the multiengine to get rid of the client side … |
|
|
|
@3070
|
[3070]
|
02/21/08 23:58:14 |
bgranger |
Fixed some more subtle logic in the pending deferred stuff so that … |
|
|
|
@3069
|
[3069]
|
02/21/08 21:16:29 |
bgranger |
Adding new multiengine example |
|
|
|
@3068
|
[3068]
|
02/21/08 21:15:58 |
bgranger |
Renamed example file. |
|
|
|
@3067
|
[3067]
|
02/21/08 21:14:43 |
bgranger |
Fixed a nasty bug in get_pending_deferred. |
|
|
|
@3065
|
[3065]
|
02/20/08 17:00:43 |
bgranger |
Fixed small bug in setup.py that was causing certain files to not be … |
|
|
|
@3064
|
[3064]
|
02/20/08 13:38:35 |
bgranger |
Removing old todo file. |
|
|
|
@3063
|
[3063]
|
02/20/08 13:37:13 |
bgranger |
Updating documentation. Added a python script for automatically … |
|
|
|
@3062
|
[3062]
|
02/19/08 19:50:26 |
bgranger |
Moving documentation around |
|
|
|
@3061
|
[3061]
|
02/19/08 19:48:28 |
bgranger |
Renaming documentation files. |
|
|
|
@3060
|
[3060]
|
02/19/08 18:09:34 |
bgranger |
Basic work on updating the documentation. |
|
|
|
@3059
|
[3059]
|
02/19/08 17:48:28 |
bgranger |
Updating the ChangeLog to reflect all of the recent changes. |
|
|
|
@3058
|
[3058]
|
02/19/08 17:33:48 |
bgranger |
Updated examples to work with the new API. Also created empty files for … |
|
|
|
@3057
|
[3057]
|
02/19/08 00:28:42 |
bgranger |
Created a new CompositeError? class that wraps a set of exceptions. … |
|
|
|
@3054
|
[3054]
|
02/13/08 23:58:56 |
bgranger |
Fixing some accidental renaming that occurred in externals. |
|
|
|
@3053
|
[3053]
|
02/13/08 17:54:28 |
bgranger |
Changed the naming conventions in most public interfaces from … |
|
|
|
@3052
|
[3052]
|
02/13/08 14:36:21 |
bgranger |
Changes to ITask. Now setupNS and resultNames are called push and pull. |
|
|
|
@3051
|
[3051]
|
02/13/08 14:25:51 |
bgranger |
We now have a full set of passing tests for the properties interfaces of … |
|
|
|
@3049
|
[3049]
|
02/13/08 12:22:56 |
bgranger |
Created ipython1/kernel/tests/tasktest.py that contains general purpose … |
|
|
|
@3046
|
[3046]
|
02/12/08 23:19:32 |
bgranger |
Initial version of twisted based task client. Seems to work well. |
|
|
|
@3045
|
[3045]
|
02/12/08 21:47:46 |
bgranger |
Finished updating the multiengine.ipy example script. |
|
|
|
@3044
|
[3044]
|
02/12/08 18:01:14 |
bgranger |
More work on the client API and on updating another example. |
|
|
|
@3043
|
[3043]
|
02/12/08 17:43:35 |
bgranger |
Updated tests to use new API. |
|
|
|
@3042
|
[3042]
|
02/12/08 16:06:17 |
bgranger |
Moving old tests out of the way. Getting rid if the api file. There are … |
|
|
|
@3041
|
[3041]
|
02/12/08 15:57:37 |
bgranger |
All the tests for the multiengine are completed and pass. This now allows … |
|
|
|
@3037
|
[3037]
|
02/12/08 13:19:04 |
bgranger |
All tests are completed and passing for the basic multiengine things. I … |
|
|
|
@3036
|
[3036]
|
02/11/08 18:03:51 |
bgranger |
All tests now pass for this branch. But, I still need to add lots more … |
|
|
|
@3033
|
[3033]
|
02/10/08 16:33:27 |
bgranger |
Renaming file to avoid being tested |
|
|
|
@3032
|
[3032]
|
02/10/08 16:32:21 |
bgranger |
Moving testgenerator to more appropriate location. |
|
|
|
@3031
|
[3031]
|
02/10/08 16:30:42 |
bgranger |
Getting the new client and API to pass tests. |
|
|
|
@3029
|
[3029]
|
02/08/08 22:22:51 |
bgranger |
More work on getting rid of *args, **kwargs arguments in API. Almost … |
|
|
|
@3028
|
[3028]
|
02/08/08 18:09:56 |
bgranger |
Getting rid of *args, **kwargs in main API methods. This enables us to … |
|
|
|
@3027
|
[3027]
|
02/07/08 22:45:21 |
bgranger |
Continuing work on the multiengine controller interface. Creating many … |
|
|
|
@3023
|
[3023]
|
02/07/08 00:56:39 |
bgranger |
Massive refactoring/redesign of the multiengine interfaces and clients. |
|
|
|
@3022
|
[3022]
|
02/05/08 22:42:46 |
bgranger |
Creating branch ipython-client-r3021 for work on client |
|
|
|
@3021
|
[3021]
|
02/05/08 22:16:56 |
bgranger |
Merging changes from ipython1-data-r3017 branch |
|
|
|
@3020
|
[3020]
|
02/05/08 22:06:29 |
bgranger |
Removed ancient import from task.py. |
|
|
|
@3019
|
[3019]
|
02/05/08 21:41:07 |
bgranger |
Created new pushFunction/pullFunction methods in the various APIs. Now … |
|
|
|
@3018
|
[3018]
|
02/05/08 17:24:30 |
bgranger |
Moved gather/scatter out of the controller to the client. But, now they … |
|
|
|
@3017
|
[3017]
|
02/04/08 15:55:31 |
bgranger |
Creating ipython1-data-r3016 branch |
|
|
|
@3016
|
[3016]
|
02/04/08 15:53:53 |
bgranger |
Removing bad branch |
|
|
|
@3015
|
[3015]
|
02/04/08 15:52:34 |
bgranger |
Fixing my foo bar |
|
|
|
@3014
|
[3014]
|
02/04/08 15:51:07 |
bgranger |
Adding scripts and setupegg.py. |
|
|
|
@3013
|
[3013]
|
02/04/08 15:49:15 |
bgranger |
Created the ipython1-data branch |
|
|
|
@3012
|
[3012]
|
02/04/08 15:44:08 |
bgranger |
Minor changes to the TODO file. Most things have been moved to the trac. |
|
|
|
@3011
|
[3011]
|
02/04/08 14:00:13 |
bgranger |
Renamed ini file for setup.py |
|
|
|
@3010
|
[3010]
|
02/04/08 13:57:48 |
bgranger |
The main setup.py script now uses plain distutils rather than setuptools. … |
|
|
|
@3007
|
[3007]
|
02/01/08 17:15:10 |
bgranger |
Getting ready to do work on setup.py |
|
|
|
@2995
|
[2995]
|
01/29/08 17:38:01 |
bgranger |
Updated the ChangeLog. |
|
|
|
@2994
|
[2994]
|
01/29/08 17:34:43 |
bgranger |
A few more changes to the IPython developer guidelines. |
|
|
|
@2942
|
[2942]
|
01/18/08 12:14:50 |
bgranger |
More edis to the ipython1 developer guidelines. |
|
|
|
@2941
|
[2941]
|
01/18/08 10:41:43 |
bgranger |
Moving test -> tests in all subpackages. |
|
|
|
@2940
|
[2940]
|
01/18/08 10:37:43 |
bgranger |
Renaming doc -> docs. |
|
|
|
@2939
|
[2939]
|
01/18/08 10:36:48 |
bgranger |
Began ipython1 developer guidelines. |
|
|
|
@2933
|
[2933]
|
01/11/08 23:23:17 |
fperez |
Finish committing a few pieces that were missing from sprint |
|
|
|
@2870
|
[2870]
|
11/24/07 22:16:36 |
fperez |
- Add Stefan's patches. |
|
|
|
@2867
|
[2867]
|
11/13/07 12:14:02 |
darren.dale |
fixed wrapping of comments in config files created by tconfig |
|
|
|
@2866
|
[2866]
|
11/11/07 05:41:06 |
gael.varoquaux |
Commiting the changes Fernando and I made in Paris. Some progress has
been … |
|
|
|
@2857
|
[2857]
|
11/07/07 21:22:27 |
bgranger |
Small change to PyTrilinos? integration. Now the engine ids should match … |
|
|
|
@2840
|
[2840]
|
10/04/07 16:04:42 |
bgranger |
Adding missing pickleutil.py |
|
|
|
@2839
|
[2839]
|
10/04/07 16:03:30 |
bgranger |
FunctionType? objects can now be pushed and pulled. |
|
|
|
@2838
|
[2838]
|
10/02/07 13:44:44 |
benjamin.ragan-kelley |
finished properties implementation |
|
|
|
@2837
|
[2837]
|
10/01/07 00:16:55 |
benjamin.ragan-kelley |
fixed -*- test-case-name for new test locations, added Dependencies tests |
|
|
|
@2836
|
[2836]
|
09/30/07 23:08:16 |
benjamin.ragan-kelley |
started tests relating to Properties system |
|
|
|
@2835
|
[2835]
|
09/28/07 01:18:40 |
fperez |
Restore doctest support that was broken, new tests added. |
|
|
|
@2834
|
[2834]
|
09/27/07 22:56:37 |
benjamin.ragan-kelley |
task init tweak |
|
|
|
@2833
|
[2833]
|
09/27/07 22:49:15 |
bgranger |
A few small changes. |
|
|
|
@2832
|
[2832]
|
09/27/07 17:34:11 |
benjamin.ragan-kelley |
Added get/set/has/del/clearProperties interface throughout kernel |
|
|
|
@2831
|
[2831]
|
09/27/07 13:10:51 |
bgranger |
Fixed imports from codeutils |
|
|
|
@2830
|
[2830]
|
09/27/07 12:58:09 |
fperez |
Temporarily comment out pickleutil imports til Brian has a chance to … |
|
|
|
@2829
|
[2829]
|
09/26/07 19:08:41 |
benjamin.ragan-kelley |
Added spin method, and idle timeout to task system |
|
|
|
@2828
|
[2828]
|
09/25/07 22:05:42 |
bgranger |
Removing old file. Don't know how this got here - it should have been … |
|
|
|
@2827
|
[2827]
|
09/25/07 22:04:12 |
bgranger |
Created module to enable the pickling of code objects. With this … |
|
|
|
@2826
|
[2826]
|
09/25/07 21:33:59 |
benjamin.ragan-kelley |
updated properties to new dict subclass |
|
|
|
@2825
|
[2825]
|
09/25/07 17:57:04 |
benjamin.ragan-kelley |
property edge case handling |
|
|
|
@2824
|
[2824]
|
09/25/07 17:15:11 |
benjamin.ragan-kelley |
updates to the Properties system |
|
|
|
@2823
|
[2823]
|
09/25/07 14:14:42 |
benjamin.ragan-kelley |
properties updates |
|
|
|
@2822
|
[2822]
|
09/24/07 19:47:35 |
benjamin.ragan-kelley |
moved engine API to kernel.api.getEngine(id) |
|
|
|
@2821
|
[2821]
|
09/23/07 22:47:19 |
bgranger |
Committing missing setupext.py. |
|
|
|
@2820
|
[2820]
|
09/21/07 22:42:23 |
bgranger |
Misc edits to README and INSTALL. |
|
|
|
@2819
|
[2819]
|
09/21/07 16:45:51 |
benjamin.ragan-kelley |
dependencies |
|
|
|
@2818
|
[2818]
|
09/21/07 16:23:34 |
benjamin.ragan-kelley |
update to Task dependencies and Engine properties. Also, small bugfixes … |
|
|
|
@2817
|
[2817]
|
09/21/07 08:32:34 |
bgranger |
Commented out a few lines in the doctests that were causing tests to fail … |