diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-12-06 13:59:01 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-12-06 13:59:01 +0000 |
commit | b860d14381adc72323c0a8f5f47af39259604d09 (patch) | |
tree | d4af5c19afb75422fe5252f7bb2e5f232b2d105f | |
parent | abf9510babf61fb5babdc6c5955b9fa7c699a95e (diff) | |
download | numpy-b860d14381adc72323c0a8f5f47af39259604d09.tar.gz |
doc: add stub release notes
-rw-r--r-- | doc/release/1.5.0-notes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release/1.5.0-notes.rst b/doc/release/1.5.0-notes.rst new file mode 100644 index 000000000..7a22620c8 --- /dev/null +++ b/doc/release/1.5.0-notes.rst @@ -0,0 +1,8 @@ +========================= +NumPy 1.5.0 Release Notes +========================= + +This release has the following aims: + +* Python 3 compatibility +* :pep:`3118` compatibility |