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

Final sync #10

Closed
wants to merge 371 commits into from
Closed

Final sync #10

wants to merge 371 commits into from

Conversation

bashtage
Copy link

Final sync. Mostly a missed change that enables 0 in hypergeometric.

bashtage and others added 30 commits March 27, 2018 11:28
Relax check for 32 bit platforms
Add recipe for conda building
Use composition to produce a single class legacy generator
ENH: Add integrated legacy generator
Move conda recipr to randomgen-wheels
Update __str__ to use class name to solve oop naming issue in LegacyGen
Update documentation about legacy generation
Ensure LG pickles correctly
Test occasionally fails on Windows
Add absolute_import to avoid noise when importing
Use full import paths to resolve absolute_import bug
Fix multiple spelling errors
Remove duplicate pcg128_t declaration
Enable no-sse2 flag to be set
Sync with upstream changes (all doc)
Clean flake8 issues
SYNC/CLN: Sync with upstream changes
BLD: Add lm flag for non-windows platforms
Ensure cython example works
Add cimport for cython example
Use MIN and MAX to avoid issues with c++ compilation
Sync documentation changes from NumPy for 1.15 release
Allow empty choices to sync with upstream changes
Clarify that the internal generator is closed on [low, high-1] even though
the external interface is open [low, high)

closes #26
DOC: Provide a better explanation of bounded int generation
Sync with Numpy 1.15 changes
kikocorreoso and others added 27 commits April 9, 2019 18:49
Extend multinomial to allow broadcasting
Fix zipf changes missed in NumPy
Enable 0 as valid input for hypergeometric
Add docstring and add to __all__
Standardize returns types for Windows and 32-bit platforms on int64
in choice and randint (default).
Refactor tomaxint to call randint
Correct type form long to int64
Improve performance in all cases
Large improvement with size is small

xref numpy#5299
xref numpy#2764
xref numpy#9855
xref numpy#7810
MAINT: Simplify return types
Add changes to alow hypergeometric 0
Small syncs and cleanups
Move legacy_distributions.pxd to legacy folder can be deleted
@bashtage bashtage closed this Apr 13, 2019
mattip pushed a commit that referenced this pull request Nov 19, 2021
commit 9c833bed5879d77e625556260690c349de18b433
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Wed Nov 17 16:21:27 2021 -0800

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Add Windows config to GHA

    update script [wheel build]

    typo [wheel build]

    fix typo? [wheel build]

    fix linux builds? [wheel build]

    typo [wheel build]

    add license and pin to windows 2016

    skip tests [wheel build]

    pin to windows 2019 instead [wheel build]

    try to find out the error on windows [wheel build]

    maybe fix? [wheel build]

    maybe fix? [wheel build]

    fix? [wheel build]

    cleanup [wheel build]

    Update LICENSE_win32.txt

    Update LICENSE_win32.txt

    Update cibw_test_command.sh

commit 4bd12df
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date:   Mon Nov 15 17:28:47 2021 -0800

    # This is a combination of 14 commits.
    # This is the 1st commit message:

    Add Windows config to GHA
    # This is the commit message #2:

    update script [wheel build]
    # This is the commit message #3:

    typo [wheel build]
    # This is the commit message #4:

    fix typo? [wheel build]
    # This is the commit message #5:

    fix linux builds? [wheel build]
    # This is the commit message #6:

    typo [wheel build]
    # This is the commit message #7:

    add license and pin to windows 2016
    # This is the commit message #8:

    skip tests [wheel build]
    # This is the commit message #9:

    pin to windows 2019 instead [wheel build]
    # This is the commit message #10:

    try to find out the error on windows [wheel build]
    # This is the commit message #11:

    maybe fix? [wheel build]
    # This is the commit message #12:

    maybe fix? [wheel build]
    # This is the commit message #13:

    fix? [wheel build]
    # This is the commit message #14:

    cleanup [wheel build]
mattip pushed a commit that referenced this pull request Nov 15, 2023
Merge in ~STEPAN.SINDELAR_ORACLE.COM/numpy-hpy from ss/array_array to labs-hpy-port

* commit '5222b83f0faa5dd99b1a3c6a659940831c1873a1':
  HPyArray_AssignArray
  Add forgotten capi_warn
  Make PyArray_Descr memcopy work for both legacy/pure layout
  Add HPyType helpers generation for scalars
  Replace h_array_type_global with HPyArray_Type
  HPyArray_SetBaseObject
  HPyDataMem_UserNEW, HPyDataMem_UserNEW_ZEROED
  HPyArray_NewFromDescr_int: check PyCapsule using HPy
  Fully ported HPyArray_NewFromDescr_int (missing: PyArray_SetBaseObject and PyCapsule)
  HPyArray_NewLikeArrayWithShape
  Use HPy Type helpers instead of HPy_AsStruct everywhere
  Fix: use HPyArray_GetNDim
  Call new HPyArray_NewLikeArray
  HPyArray_NewCopy
  Checkpoint: np.array works
  Checkpoint in debugging
  Port np.array to HPy: args parsing
  Set legacy slots of PyCLongDoubleArrType, PyCDoubleArrType, PyCFloatArrType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet