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

Nimare fix #8397

Closed
wants to merge 9 commits into from
Closed

Nimare fix #8397

wants to merge 9 commits into from

Commits on Nov 11, 2021

  1. Fixes to random.multinomial

    First attempt at fixing numba#3426
    juliusbierk committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c5c0a0c View commit details
    Browse the repository at this point in the history
  2. Update randomimpl.py

    juliusbierk committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    27526af View commit details
    Browse the repository at this point in the history
  3. Update test_random.py

    Added a test of behaviour of random.multinomial
    juliusbierk committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8cb8330 View commit details
    Browse the repository at this point in the history
  4. Update randomimpl.py

    juliusbierk committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    2b4c06b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Update randomimpl.py

    juliusbierk committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    78cf534 View commit details
    Browse the repository at this point in the history
  2. Update randomimpl.py

    tests keep failing.... I clearly don't understand which functions I can use in numba source code (should have done this locally -- sorry for the spam :))
    juliusbierk committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    21b52b2 View commit details
    Browse the repository at this point in the history
  3. Update randomimpl.py

    juliusbierk committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    45021ba View commit details
    Browse the repository at this point in the history
  4. Update test_random.py

    juliusbierk committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    5bf040c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Merge remote-tracking branch 'jules/patch-2' into nimare_fix

    hopefully fixes the numerical instability
    jdkent committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    be4c6f8 View commit details
    Browse the repository at this point in the history