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

PR for pspec_graduation #4

Merged
merged 29 commits into from
Dec 8, 2017
Merged

PR for pspec_graduation #4

merged 29 commits into from
Dec 8, 2017

Commits on Oct 25, 2017

  1. Initial commit for pspec object

    Adrian Liu committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    40b79e8 View commit details
    Browse the repository at this point in the history
  2. Added placeholders for some pspec methods

    Adrian Liu committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    c94c2c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Ignore cached Python files

    philbull committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    9d8ee14 View commit details
    Browse the repository at this point in the history
  2. Add initial unit tests

    philbull committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    f30ba72 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Blah

    Adrian Liu committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    84a4d21 View commit details
    Browse the repository at this point in the history
  2. Blah 2

    Adrian Liu committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    c560083 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

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

Commits on Nov 7, 2017

  1. Implemented (but did not test) the writing method for pspec, DeltaSq …

    …function, and in_units function
    Adrian Liu committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    98cf98c View commit details
    Browse the repository at this point in the history
  2. Updated oqe.py to be Matt's latest version

    Adrian Liu committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b088617 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5185084 View commit details
    Browse the repository at this point in the history
  4. added test for version.py

    	modified:   hera_pspec/tests/test_version.py
    nkern committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    d626061 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'setup_testing_env' of https://github.com/HERA-Team/hera…

    …_pspec into pspec_graduation
    Adrian Liu committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b933880 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. added BSD LICENSE

    nkern committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    20edc16 View commit details
    Browse the repository at this point in the history
  2. updated .travis.yml git fetch command

    	modified:   .travis.yml
    nkern committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    87490a8 View commit details
    Browse the repository at this point in the history
  3. Split DataSet object out from oqe.py and refactor slightly.

     * Placeholder comments added.
     * Some methods deprecated (to be removed or split out into utility library).
     * Warnings added to unsupported branches of the code
     * Code-style tidy-up, including more whitespace
     * Deprecate the redundant set_data() function
     * Rename 'Ctrue' -> 'C_empirical'
    philbull committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    0aac1f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8289400 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. added basic info to README.md

    nkern committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    46de631 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

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

Commits on Nov 12, 2017

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

Commits on Dec 6, 2017

  1. modified: hera_pspec/__init__.py

    	modified:   hera_pspec/conversions.py
    	new file:   hera_pspec/tests/test_conversions.py
    nkern committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    cbaa770 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. added XY scalar conversiosn to conversions.py

    	modified:   hera_pspec/conversions.py
    	modified:   hera_pspec/tests/test_conversions.py
    nkern committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    3b58797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d09b04c View commit details
    Browse the repository at this point in the history
  3. commented out utils import statement in dataset.py

    until we completely graduatea utils module
    	modified:   hera_pspec/dataset.py
    nkern committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    093d280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a3514e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55903fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc26f66 View commit details
    Browse the repository at this point in the history
  7. Fix import error

    philbull committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    04a2345 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db7deb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b172f5 View commit details
    Browse the repository at this point in the history