Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jonathan-taylor/formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: statsmodels/formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 17 commits
  • 17 files changed
  • 4 contributors

Commits on Feb 22, 2011

  1. Copy the full SHA
    8b96c10 View commit details

Commits on Feb 26, 2011

  1. Copy the full SHA
    cbd78c5 View commit details
  2. Merge branch 'master' into jonathan

    * master:
      Fixed formula term order bug.
      Fix small typo with factor name.
    jonathan-taylor committed Feb 26, 2011
    Copy the full SHA
    6ae525c View commit details
  3. Copy the full SHA
    5902876 View commit details
  4. reshuffling some is_* functions, Beta in formula / terms; added typeI…

    …, typeII, typeIII sum of squares -- not efficient but matches R
    Jonathan Taylor committed Feb 26, 2011
    Copy the full SHA
    77f5b89 View commit details

Commits on Mar 9, 2011

  1. committing before trying to recover from disk problem

    Jonathan Taylor committed Mar 9, 2011
    Copy the full SHA
    c5f0e9f View commit details
  2. Copy the full SHA
    641f3e9 View commit details

Commits on Mar 22, 2011

  1. Copy the full SHA
    0634321 View commit details

Commits on Mar 23, 2011

  1. Copy the full SHA
    254b3fb View commit details
  2. Copy the full SHA
    f434146 View commit details
  3. Copy the full SHA
    264eb95 View commit details
  4. Copy the full SHA
    0f20211 View commit details

Commits on Jul 16, 2011

  1. Merge branch 'jonathan'

    jseabold committed Jul 16, 2011
    Copy the full SHA
    ac722c5 View commit details
  2. BUG: Fix sm import

    jseabold committed Jul 16, 2011
    Copy the full SHA
    2f3e40f View commit details
  3. Copy the full SHA
    622e9a6 View commit details
  4. DOC: Fix sm import

    jseabold committed Jul 16, 2011
    Copy the full SHA
    8384879 View commit details
  5. Copy the full SHA
    acd7fa8 View commit details
Showing with 2,256 additions and 911 deletions.
  1. +215 −138 doc/ancova.rst
  2. +3 −1 doc/conf.py
  3. +756 −0 doc/formula_math.txt
  4. +2 −1 doc/index.rst
  5. +1 −1 doc/make.py
  6. +427 −0 doc/sphinxext/apigen.py
  7. +88 −0 doc/sphinxext/ipython_directive.py
  8. +435 −68 formula/ancova.py
  9. +0 −33 formula/convenience.py
  10. +47 −0 formula/data/salary.csv
  11. +116 −35 formula/formula.py
  12. +0 −489 formula/rings.py
  13. +0 −67 formula/sympy_utils.py
  14. +100 −74 formula/terms.py
  15. +27 −0 formula/tests.R
  16. +38 −3 formula/utils.py
  17. +1 −1 setup.py
Loading