1. 03 Nov, 2015 1 commit
    • Robert McGibbon's avatar
      Improve docstrings · 98d053d4
      Robert McGibbon authored
      Swigged python docstrings now include documented return values and type
      information or their arguments. They are generated in numpydoc format.
      Furthermore, all of the Python app layer docstrings have been changed
      to numpydoc format. The filterPythonFiles.py script which helps to
      generate the Doxygen Python API docs has been updated to reflect these
      changes.
      98d053d4
  2. 27 Aug, 2015 1 commit
  3. 19 Jun, 2015 1 commit
    • Jason Swails's avatar
      A large number of unit cleanups and fix numpy wart · 4ae68749
      Jason Swails authored
      The main thing that's done here is that numpy arrays can be given units via the
      * operator, rather than relying on the Quantity constructor
      
      e.g.,
      
      >>> import numpy as np
      >>> np.zeros(10) * u.angstroms
      Quantity(value=array([ 0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.,  0.]), unit=angstrom)
      
      yay!
      4ae68749
  4. 12 Jul, 2013 1 commit
  5. 27 Mar, 2012 1 commit
  6. 23 Jan, 2012 2 commits
  7. 12 Mar, 2011 1 commit
  8. 09 Mar, 2011 1 commit
  9. 08 Mar, 2011 1 commit
  10. 03 Mar, 2011 1 commit
  11. 26 Feb, 2011 1 commit