fperez (Fernando Perez)

Name
Fernando Perez
Email
Website/Blog
http://fperez.org
Company
University of California, Berkeley.
Location
Berkeley, CA
Member Since
Feb 24, 2009

Following 0 coders and watching 18 repositories view all →

Public Repositories (11)

  • ipython

    Forked from ipython/ipython

    Official IPython repository

    Last updated Wed Sep 08 21:55:57 -0700 2010

    legend
    • Python
    • 2
    • 7

    nitime

    Forked from nipy/nitime

    Timeseries analysis for neuroscience data

    Last updated Mon Aug 16 18:22:42 -0700 2010

    legend
  • datarray

    Prototyping numpy arrays with named axes for data management. Docs are available at URL below

    Last updated Thu Jul 29 09:21:09 -0700 2010

    legend
  • datarray-doc

    Datarray Documentation

    Last updated Thu Jul 29 08:54:06 -0700 2010

    legend
  • pyzmq

    Forked from ellisonbg/pyzmq

    Py0MQ: Python bindings for zeromq

    Last updated Mon Jul 26 00:36:12 -0700 2010

    legend
  • python-github2

    Forked from ask/python-github2

    github client in python, with issues support.

    Last updated Thu May 13 01:16:29 -0700 2010

    legend
  • nipy

    Forked from nipy/nipy

    Neuroimaging in python

    Last updated Wed May 12 19:27:20 -0700 2010

    legend
    • Python
    • 2
    • 6

    dipy

    Forked from Garyfallidis/dipy

    Diffusion MR Imaging in Python

    Last updated Tue May 11 10:43:54 -0700 2010

    legend
    • Python
    • 1
    • 1

    sympy

    Repo for sympy patches so the core devs can pull

    Last updated Sat Feb 13 22:04:07 -0800 2010

    legend
    • Python
    • 5
    • 2

    lacquer

    A thin layer of convenience on top of useful Python libraries.

    Last updated Thu Oct 15 10:53:44 -0700 2009

    legend
    • Python
    • 2
    • 2

    scipytut

    Utilities for tutorials at SciPy conference

    Last updated Thu Aug 13 01:22:43 -0700 2009

    legend

Public Activity feed

fperez pushed to newkernel at ipython/ipython Wed Sep 08 23:53:43 -0700 2010
  • 3bbf7db
    Fix off-by-one bug in history because we weren't correctly upd...
  • 566d18a
    Fix bug where post-execute code was being called twice.
  • 85e255b
    Renamed 'payload-svg' matplotlib backend to 'inline'.
fperez pushed to newkernel at fperez/ipython Wed Sep 08 21:55:58 -0700 2010
  • fe9fd79
    * Added Cut support to ConsoleWidget.
  • eaf9649
    Note Consolas on linux will be used only until we have font co...
  • 380ef8f
    Add paste to plt, fix spurious newlines in cell mode.
  • 5 more commits »
fperez pushed to newkernel at ipython/ipython Wed Sep 08 12:19:25 -0700 2010
  • eaf9649
    Note Consolas on linux will be used only until we have font co...
fperez pushed to newkernel at ipython/ipython Wed Sep 08 12:18:56 -0700 2010
  • eafd424
    Note Consolas on linux will be used only until we have font
  • 380ef8f
    Add paste to plt, fix spurious newlines in cell mode.
  • 94057a1
    Add support for simultaneous interactive and inline matplotlib...
  • 1 more commit »
fperez pushed to newkernel at fperez/ipython Wed Sep 08 01:08:34 -0700 2010
  • e9c33b3
    Add paste to plt, fix spurious newlines in cell mode.
fperez pushed to newkernel at fperez/ipython Tue Sep 07 20:48:58 -0700 2010
  • fa06354
    Add support for simultaneous interactive and inline matplotlib...
  • e968f49
    Centralize Qt font selection into a generic utility.
  • 58ea5c7
    Moved HistoryConsoleWidget to its own file to make console_wid...
  • 3 more commits »
fperez pushed to newkernel at fperez/ipython Tue Sep 07 03:24:17 -0700 2010
  • 6cdc58b
    Add support for simultaneous interactive and inline MPL plots.
  • 63d38bd
    Fix bug where 'if 1:' was being added to comment-only code.
fperez pushed to newkernel at ipython/ipython Tue Sep 07 02:23:55 -0700 2010
  • 63d38bd
    Fix bug where 'if 1:' was being added to comment-only code.
  • f52feb2
    Let the auto pylab backend detection work.
fperez pushed to newkernel at fperez/ipython Mon Sep 06 23:30:58 -0700 2010
  • f52feb2
    Let the auto pylab backend detection work.
  • 9297190
    Fix paste bug where trailing newlines required a manual backsp...
  • a067dcc
    Add support for "foo??" which I'd forgotten to do.
  • 8 more commits »
fperez pushed to newkernel at fperez/ipython Mon Sep 06 23:30:19 -0700 2010
  • 0a7f662
    Add experimental support for cell-based execution.
  • c19fca7
    Fix bug where inputsplitter could enter an infinite loop.
  • 3e7dca2
    Fix bugs with completions of paths that have ~ in them.
  • 4 more commits »
fperez pushed to newkernel at ipython/ipython Mon Sep 06 22:48:41 -0700 2010
  • 9297190
    Fix paste bug where trailing newlines required a manual backsp...
fperez pushed to newkernel at ipython/ipython Mon Sep 06 22:41:10 -0700 2010
  • a067dcc
    Add support for "foo??" which I'd forgotten to do.
fperez pushed to newkernel at ipython/ipython Mon Sep 06 21:42:08 -0700 2010
  • c7654f6
    Move terminal-only magics to the terminal class.
fperez pushed to newkernel at ipython/ipython Mon Sep 06 18:20:00 -0700 2010
  • 888820b
    Fixed broken coloring on Windows.
fperez pushed to newkernel at ipython/ipython Mon Sep 06 17:16:57 -0700 2010
  • 205d124
    Fix missing history in cell execution mode.
fperez pushed to newkernel at ipython/ipython Mon Sep 06 16:12:20 -0700 2010
  • 3658d7b
    Added kernel shutdown support: messaging spec, zmq and client ...
fperez pushed to newkernel at ipython/ipython Mon Sep 06 13:39:18 -0700 2010
  • b00fa28
    Expand tabs to 4 spaces in %history.
fperez pushed to newkernel at ipython/ipython Mon Sep 06 12:34:36 -0700 2010
  • 4c69561
    Add missing return that was causing double-execution of single...
fperez pushed to newkernel at ipython/ipython Mon Sep 06 12:13:11 -0700 2010
  • 0a7f662
    Add experimental support for cell-based execution.
  • c19fca7
    Fix bug where inputsplitter could enter an infinite loop.
  • 3e7dca2
    Fix bugs with completions of paths that have ~ in them.
fperez pushed to newkernel at fperez/ipython Mon Sep 06 02:26:25 -0700 2010
  • 74454d9
    Add experimental support for cell-based execution.
  • 997ffc7
    Fix bug where inputsplitter could enter an infinite loop.
fperez pushed to newkernel at fperez/ipython Mon Sep 06 01:10:00 -0700 2010
  • 4b3de19
    Fix bugs with completions of paths that have ~ in them.
fperez pushed to newkernel at fperez/ipython Sun Sep 05 23:51:06 -0700 2010
  • 423e483
    Implement %doctest_mode magic in zmqshell with payload.
  • 4a4ea22
    Restored major default completer functionality (cd, import, run).
  • 5700410
    Removed a lot of code from here, which will be committed next.
  • 8 more commits »
fperez pushed to newkernel at ipython/ipython Sun Sep 05 23:35:13 -0700 2010
  • 423e483
    Implement %doctest_mode magic in zmqshell with payload.
fperez pushed to newkernel at ipython/ipython Sun Sep 05 21:10:09 -0700 2010
  • 4a4ea22
    Restored major default completer functionality (cd, import, run).
  • 5700410
    Removed a lot of code from here, which will be committed next.
  • ec9984d
    Speedup builtin_trap enter/exit by reducing object creation.
  • 5 more commits »
fperez pushed to newkernel at ipython/ipython Sun Sep 05 00:57:34 -0700 2010
  • 229c64e
    Put auto_rewrite functionality into a method so subclasses can...
fperez pushed to newkernel at ipython/ipython Sun Sep 05 00:31:23 -0700 2010
  • cd1513a
    Implement exit/quit/Exit/Quit recognition.
fperez pushed to newkernel at fperez/ipython Sat Sep 04 19:01:34 -0700 2010
fperez pushed to newkernel at ipython/ipython Sat Sep 04 16:20:52 -0700 2010
  • 13751b1
    Added GTK support to ZeroMQ kernel.
fperez pushed to newkernel at ipython/ipython Sat Sep 04 01:33:41 -0700 2010
  • f0e4ac0
    Fix bug with info requests that were not json-safe.
fperez pushed to newkernel at ipython/ipython Sat Sep 04 01:28:26 -0700 2010
  • 5c6d229
    Created JSON-safety utilities.
fperez pushed to newkernel at ipython/ipython Fri Sep 03 12:31:48 -0700 2010
  • af18fd4
    Make exec/event loop times configurable. Set exec one to 500 ...
fperez pushed to newkernel at ipython/ipython Fri Sep 03 10:25:06 -0700 2010
  • 7962a0b
    Add missing flush of output streams on execute
fperez pushed to newkernel at fperez/ipython Fri Sep 03 03:11:25 -0700 2010
fperez pushed to newkernel at ipython/ipython Fri Sep 03 03:11:13 -0700 2010
  • ec4fc6e
    Correctly set 'found' field of object info dicts.
fperez pushed to newkernel at ipython/ipython Fri Sep 03 02:57:06 -0700 2010