"libraries/lepton/vscode:/vscode.git/clone" did not exist on "654c6c9c37d5c2f6bca3a3e81117fde278a9d073"
  1. 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
  2. 12 Jul, 2013 1 commit
  3. 27 Mar, 2012 1 commit
  4. 23 Jan, 2012 1 commit
  5. 26 Feb, 2011 1 commit