Ticket #49 (new task)

Opened 2 years ago

Last modified 2 years ago

move models out of scipy.sandbox

Reported by: jarrod.millman Assigned to: jarrod.millman
Priority: normal Milestone: 0.1.4
Component: general Version:
Severity: normal Keywords:
Cc:

Change History

11/06/06 19:57:23 changed by matthew.brett

In no particular order:

  • Docstring listing functions and classes in info.py - see http://svn.scipy.org/svn/numpy/trunk/numpy/doc/DISTUTILS.txt
  • tests for bssplines.py, bsplines_module.py
  • Remove dependency on pylab for bsplines.py
  • FIXMEs in cox.py, formula.py
  • In bsplines.py: # note to self: check out eig_banded! in linalg.decomp?
  • Docstrings! Note cox.py, at least

Requirements for stats routines inclusion in scipy that I guess we should follow: http://projects.scipy.org/scipy/scipy/wiki/StatisticsReview

11/06/06 21:30:23 changed by tim.leslie

The way the "namespace" parameter is meant to be used in various classes in formula.py is somewhat confusing. It seems that it sometimes takes on the value of formula.terms (a module level variable), sometime clobals() and other times has no default value.

What is the rationale behind this parameter and is there some way to refactor it to not rely on globals() or a module level variable?

12/19/06 04:03:22 changed by jarrod.millman

DONE

IN PROGRESS