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

special handling of linear binning #258

Merged
merged 22 commits into from
May 12, 2022

Commits on Oct 16, 2021

  1. Merge branch 'master' of https://github.com/adematti/Corrfunc into li…

    …nearbinning
    Arnaud De-Mattia committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4a3add2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12d9e64 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Fix very minor thread race

    lgarrison committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    868b1b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    7b2d10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1486a7d View commit details
    Browse the repository at this point in the history
  3. Merge commit 'refs/pull/258/head' of https://github.com/manodeep/Corr…

    …func into linearbinning-avx512test
    manodeep committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e6534a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    2598ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f81cab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb3424a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    68466a5 View commit details
    Browse the repository at this point in the history
  2. Moved declarations around

    manodeep committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    d0d4a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d6670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb7e67 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

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

Commits on Dec 2, 2021

  1. Migrate Python tests to pytest (manodeep#265)

    * Migrate Python tests to pytest
    
    * Backport fastfood weights
    
    * Fix CPU count for OSX
    
    * Add deprecation warning for Python < 3
    
    * Try to fix Python 2.7
    
    * Test all ISA with max threads, and all nthreads with fastest ISA
    
    * Try again to fix Python 2.7
    
    * Refactor reference check to use column names and exact integer equality for npairs; other code review.
    
    * Fixed typo in changelog
    
    * Add AVX2 to wp test. Change thread sweep config. Other code review.
    
    * Fix tests
    
    Co-authored-by: Manodeep Sinha <[email protected]>
    lgarrison and manodeep authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    102e6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    293f1ee View commit details
    Browse the repository at this point in the history
  3. Add test_lin.py to pytests

    lgarrison committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    06ca6ba View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    a851f88 View commit details
    Browse the repository at this point in the history
  2. Fix nthreads

    lgarrison committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c3d0666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6bbf7d View commit details
    Browse the repository at this point in the history
  4. Try to support old Numpy

    lgarrison committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    6ae2b9f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

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