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

MAINT: Simplify return types #9

Merged
merged 3 commits into from
Apr 13, 2019
Merged

Commits on Apr 12, 2019

  1. MAINT: Simplify return types

    Standardize returns types for Windows and 32-bit platforms on int64
    in choice and randint (default).
    Refactor tomaxint to call randint
    bashtage committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    654ae37 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2019

  1. BUG: Fix type in zipf

    Correct type form long to int64
    bashtage committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    9c9d951 View commit details
    Browse the repository at this point in the history
  2. ENH: Improvce choice without replacement

    Improve performance in all cases
    Large improvement with size is small
    
    xref numpy#5299
    xref numpy#2764
    xref numpy#9855
    xref numpy#7810
    bashtage committed Apr 13, 2019
    Configuration menu
    Copy the full SHA
    6c4bc0c View commit details
    Browse the repository at this point in the history