File: DEV_README.txt

package info (click to toggle)
python-numpy 1%3A1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,336 kB
  • ctags: 18,503
  • sloc: ansic: 149,662; python: 85,440; cpp: 968; makefile: 367; f90: 164; sh: 130; fortran: 125; perl: 58
file content (18 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Thank you for your willingness to help make NumPy the best array system
available.

We have a few simple rules:

   * try hard to keep the Git repository in a buildable state and to not
     indiscriminately muck with what others have contributed.

   * Simple changes (including bug fixes) and obvious improvements are
     always welcome.  Changes that fundamentally change behavior need
     discussion on numpy-discussions@scipy.org before anything is
     done.

   * Please add meaningful comments when you check changes in.  These
     comments form the basis of the change-log.

   * Add unit tests to exercise new code, and regression tests
     whenever you fix a bug.