Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Allow genfromtxt to unpack structured arrays #16650

Merged
merged 13 commits into from Sep 11, 2020

Commits on Jul 12, 2020

  1. ENH: Allow genfromtxt to unpack structured arrays

    Previously, `genfromtxt` failed to transpose its output when
    `unpack=True` and `dtype` was structured (or `dtype=None` and the
    inferred `dtype` was structured). This patch resolves the issue by
    returning a list of arrays, as in `loadtxt`. Includes tests and updates
    the docstring to match `loadtxt`.
    
    Fixes numpy#4341
    AndrewEckart committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    189ad50 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. MAINT: add comment

    Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
    mattip and eric-wieser committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    798fa60 View commit details
    Browse the repository at this point in the history
  2. comment

    AndrewEckart committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    44d26af View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    03924a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6d7e6 View commit details
    Browse the repository at this point in the history
  3. Add release note

    AndrewEckart committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    ee35155 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    fec9b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Fix release note

    AndrewEckart committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    bcf12b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e245c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    596c1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf78bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e809b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b81583 View commit details
    Browse the repository at this point in the history