Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report anntzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Interactive data selection cursors for Matplotlib.

    Python 55 12

  2. A (new) cairo backend for Matplotlib.

    C++ 66 11

  3. Automagically import missing modules in IPython.

    Python 37 2

  4. A reimplementation of Thomas Andrews' Deal in Python.

    Python 44 27

  5. A PyPI to PKGBUILD converter.

    Python 39 3

  6. A Jupyter kernel for MATLAB.

    Python 122 17

Contribution activity

August 2021

Created a pull request in numpy/numpy that received 7 comments

PERF: Avoid using @recursive.

None of the functions decorated with @recursive actually need to close over internal variables, so they can be lifted to become toplevel recursive …

+68 −94 7 comments

Created an issue in numpy/numpy that received 1 comment

genfromtxt fails when a non-contiguous dtype is requested

Reproducing code example: import numpy as np, io # (np.dtype([("a", int), ("b", float), ("c", int)])[["a", "c"]]) constructs a non-contiguous dtyp…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.