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

merge master updates in prep for new datasource updates #262

Merged
merged 32 commits into from
Nov 13, 2016

Commits on Sep 9, 2016

  1. Give a traceback on errors.

    Always give a traceback because how else do we know which line is wrong.
    rainwoodman committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    87fa208 View commit details
    Browse the repository at this point in the history
  2. FOFGroups skips boxsize if paramfile has one.

    Fixes Jerry's issue with old fof files.
    rainwoodman committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    a34bdb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. if numpy dtype is 'object', crash in GatherArray, ScatterArray (items…

    …ize unknown due to pointer)
    nickhand committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c0494f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fceb17 View commit details
    Browse the repository at this point in the history
  3. if numpy dtype is 'object', crash in GatherArray, ScatterArray (items…

    …ize unknown due to pointer)
    nickhand committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    dfcca60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04e1fe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f95aea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    974f071 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e3ce5e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. fixing a minor typo

    mjvakili committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    3aab3b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #252 from mjvakili/patch-1

    fixing a minor typo in PlainText.py
    rainwoodman committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    eaaed32 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2016

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

Commits on Oct 18, 2016

  1. Configuration menu
    Copy the full SHA
    d672de8 View commit details
    Browse the repository at this point in the history
  2. upper case.

    rainwoodman committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    b78d005 View commit details
    Browse the repository at this point in the history
  3. Support for fastpm lightcone option.

    Matej committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    b536822 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    007f953 View commit details
    Browse the repository at this point in the history
  2. Fixed bug with interpolation in FastPM.py.

    Matej committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    506215b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4de350 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #256 from bccp/fastpm

    Fastpm lightcone option for nbodykit.
    Matej committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    6eb5aba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    725e7cf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2016

  1. Add flag for velocity redshift: velocityRSD.

    Matej committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    cec822b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c282c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    2e6671a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #258 from nickhand/master

    read config files on root before bcast in nbkit-batch
    nickhand committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    65aa914 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2016

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

Commits on Oct 30, 2016

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

Commits on Oct 31, 2016

  1. Merge pull request #259 from rainwoodman/dtypestealworkaround

    Avoid numpy bugs due to stealing dtypes.
    rainwoodman committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    066253c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

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

Commits on Nov 7, 2016

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

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    f5a1a9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from nickhand/fix_dtype

    adding explicit numpy.dtype calls to avoid numpy bug
    nickhand committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    b9953f5 View commit details
    Browse the repository at this point in the history