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: linspace works with datetime64 and timedelta64. #14700

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2019

  1. ENH: linspace works with datetime64 and timedelta64.

    Debsankha Manik authored and eineroseisteinerose committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    1830257 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. ENH: In linspace, replaced an assert by a ValueError in response to c…

    …ode review
    Debsankha manik committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    857a7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bcd121 View commit details
    Browse the repository at this point in the history
  3. ENH: Refactored linspace, producing sensible error message if NaT is …

    …passed.
    Debsankha manik committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6491a3e View commit details
    Browse the repository at this point in the history
  4. ENH: Improved error messages in linspace, as per sebastian's comments…

    … in code review.
    Debsankha manik committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    85be35b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. ENH: Refactored linspace to no longer use unitless step, as per Sebas…

    …tian's comments
    Debsankha Manik committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    1d6a890 View commit details
    Browse the repository at this point in the history