[Numpy-svn] [numpy/numpy] c60425: STY: Delete commented out lines and add some comme...

noreply at github.com noreply at github.com
Mon Jun 20 21:51:02 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy

  Commit: c60425a59a845d998a98d2f17a728db4563e5824
      https://github.com/numpy/numpy/commit/c60425a59a845d998a98d2f17a728db4563e5824
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-06-20 (Mon, 20 Jun 2011)

  Changed paths:
    M numpy/core/setup.py
  M numpy/core/src/npysort/npysort_common.h

  Log Message:
  -----------
  STY: Delete commented out lines and add some comments.


  Commit: db691b6d10a2b4003c43f0c60354cfa0a45d524b
      https://github.com/numpy/numpy/commit/db691b6d10a2b4003c43f0c60354cfa0a45d524b
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2011-06-20 (Mon, 20 Jun 2011)

  Changed paths:
    M numpy/core/SConscript
  M numpy/core/__init__.py
  M numpy/core/include/numpy/ndarraytypes.h
  M numpy/core/include/numpy/npy_common.h
  M numpy/core/setup.py
  R numpy/core/src/_sortmodule.c.src
  A numpy/core/src/dummymodule.c
  M numpy/core/src/multiarray/arraytypes.c.src
  A numpy/core/src/npysort/npysort_common.h
  A numpy/core/src/npysort/sort.c.src
  A numpy/core/src/private/npy_sort.h

  Log Message:
  -----------
  Merge branch 'sortlib'

* sortlib:
  STY: Delete commented out lines and add some comments.
  ENH: Generate the npysort library for linking during build, but do not install it.
  ENH: Make npy_sort.h private until the proper interface gets sorted out.
  ENH: Remove the _sort module.
  ENH: Directly initialize arraytypes with the sorting functions in the sort library.
  STY: Rename sort functions again, omit the npy_ bit from the suffix.
  ENH: Rename the sort functions using lower case suffix instead of upper case prefix. The name are now of the form <sortkind>_<npy_type>.
  ENH: Make scons build the npysort library.
  ENH: Move sorting functions into a library.
  STY: Move npy_intp definitions and associated formats into npy_common.h.
  STY: Reorganize core/setup.py a bit.
  ENH: Break out the sort functions into a separate file.
  ENH: Rename the sorting directory to npysort.
  ENH: Move comparison functions into an include file. Make include file for the future sorting library. Use prefixed numpy types.
  ENH: Rename _sortmodule.c.src and move it into a new sorting directory. Fix the build to deal with the new name and location.


Compare: https://github.com/numpy/numpy/compare/675a20f...db691b6



More information about the Numpy-svn mailing list