summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py')
-rw-r--r--numpy/f2py/docs/OLDNEWS.txt32
-rw-r--r--numpy/f2py/docs/README.txt46
2 files changed, 31 insertions, 47 deletions
diff --git a/numpy/f2py/docs/OLDNEWS.txt b/numpy/f2py/docs/OLDNEWS.txt
index 23d332e35..7b094951c 100644
--- a/numpy/f2py/docs/OLDNEWS.txt
+++ b/numpy/f2py/docs/OLDNEWS.txt
@@ -1,6 +1,37 @@
.. topic:: Old F2PY NEWS
+ January 30, 2005
+
+ Latest F2PY release (version 2.45.241_1926).
+ New features: wrapping unsigned integers, support for ``.pyf.src`` template files,
+ callback arguments can now be CObjects, fortran objects, built-in functions.
+ Introduced ``intent(aux)`` attribute. Wrapped objects have ``_cpointer``
+ attribute holding C pointer to wrapped functions or variables.
+ Many bug fixes and improvements, updated documentation.
+ `Differences with the previous release (version 2.43.239_1831)`__.
+
+ __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.163&r2=1.137&f=h
+
+ October 4, 2004
+ F2PY bug fix release (version 2.43.239_1831).
+ Better support for 64-bit platforms.
+ Introduced ``--help-link`` and ``--link-<resource>`` options.
+ Bug fixes.
+ `Differences with the previous release (version 2.43.239_1806)`__.
+
+ __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.137&r2=1.131&f=h
+
+ September 25, 2004
+ Latest F2PY release (version 2.43.239_1806).
+ Support for ``ENTRY`` statement. New attributes:
+ ``intent(inplace)``, ``intent(callback)``. Supports Numarray 1.1.
+ Introduced ``-*- fix -*-`` header content. Improved ``PARAMETER`` support.
+ Documentation updates. `Differences with the previous release
+ (version 2.39.235-1693)`__.
+
+ __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.131&r2=1.98&f=h
+
March 30, 2004
F2PY bug fix release (version 2.39.235-1693). Two new command line switches:
``--compiler`` and ``--include_paths``. Support for allocatable string arrays.
@@ -10,7 +41,6 @@
__ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.98&r2=1.87&f=h
-
March 9, 2004
F2PY bug fix release (version 2.39.235-1660).
`Differences with the previous release (version 2.37.235-1644)`__.
diff --git a/numpy/f2py/docs/README.txt b/numpy/f2py/docs/README.txt
index f232f1d5d..c638bd32c 100644
--- a/numpy/f2py/docs/README.txt
+++ b/numpy/f2py/docs/README.txt
@@ -16,52 +16,6 @@
__ usersguide/index.html
__ FAQ.html
--------------------------------
-
-.. topic:: NEWS!!!
-
- January 5, 2006
-
- WARNING -- these notes are out of date! The package structure for NumPy and
- SciPy has changed considerably. Much of this information is now incorrect.
-
- January 30, 2005
-
- Latest F2PY release (version 2.45.241_1926).
- New features: wrapping unsigned integers, support for ``.pyf.src`` template files,
- callback arguments can now be CObjects, fortran objects, built-in functions.
- Introduced ``intent(aux)`` attribute. Wrapped objects have ``_cpointer``
- attribute holding C pointer to wrapped functions or variables.
- Many bug fixes and improvements, updated documentation.
- `Differences with the previous release (version 2.43.239_1831)`__.
-
- __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.163&r2=1.137&f=h
-
- October 4, 2004
- F2PY bug fix release (version 2.43.239_1831).
- Better support for 64-bit platforms.
- Introduced ``--help-link`` and ``--link-<resource>`` options.
- Bug fixes.
- `Differences with the previous release (version 2.43.239_1806)`__.
-
- __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.137&r2=1.131&f=h
-
- September 25, 2004
- Latest F2PY release (version 2.43.239_1806).
- Support for ``ENTRY`` statement. New attributes:
- ``intent(inplace)``, ``intent(callback)``. Supports Numarray 1.1.
- Introduced ``-*- fix -*-`` header content. Improved ``PARAMETER`` support.
- Documentation updates. `Differences with the previous release
- (version 2.39.235-1693)`__.
-
- __ http://cens.ioc.ee/cgi-bin/cvsweb/python/f2py2e/docs/HISTORY.txt.diff?r1=1.131&r2=1.98&f=h
-
- `History of NEWS`__
-
- __ OLDNEWS.html
-
--------------------------------
-
.. Contents::
==============