1. 11 5月, 2011 1 次提交
    • Olivier Delalleau's avatar
      Added new behaviors for data type casts (enabled through config.cast_policy) · b5843aa7
      Olivier Delalleau 提交于
      Additional changes:
          - Implemented floor div (//) for the Scalar type
          - Trying to use a true div (/) on integer arguments will raise an
            exception
          - True div on unsigned integers is now coherent with the behavior on
            signed integers
          - True div on integers now results in floatX instead of systematically being
            float64
          - Added a few sanity checks in TrueDiv.grad
          - An exception is raised if one tries to use a constant of type 'long',
            because it is not clear what is going to happen
          - Fixed mean() of unsigned integer arrays
      b5843aa7
  2. 06 5月, 2011 10 次提交
  3. 05 5月, 2011 9 次提交
  4. 04 5月, 2011 3 次提交
  5. 03 5月, 2011 7 次提交
  6. 02 5月, 2011 4 次提交
  7. 30 4月, 2011 4 次提交
  8. 29 4月, 2011 2 次提交