1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<html>
<body BGCOLOR="FFFFFF">
<h1>Docs: Changes</h1>
<p align="left">We will continually add new features and
enhanced
functionality in upcoming releases; <strong>small changes
in usage and
calling sequences of PETSc routines will continue to
occur</strong>.
Although keeping one's code accordingly up-to-date can be
annoying, all
PETSc users will be rewarded in the long run with a
cleaner, better
designed, and easier-to-use interface. </p>
<p align="left"> We suggest that users who want to upgrade
their
current PETSc application codes from a particular version
to the most
recent release proceed through the changes listed in this
file in
increasing order of version numbers. (Note: One can
determine the
release number of any current PETSc installation by
looking in
the file include/petscversion.h) Many of the interface
changes can be
handled quickly and easily by using global replacement via
your
favorite text editor. See the file <a
href="../codemanagement.html">documentation/codemanagement.html</a>
for some tips that we find helpful in keeping our own code
up to date
and that should be generally useful for effective code
management. </p>
<p><strong>Releases of PETSc: </strong></p>
<ul>
<li><a href="dev.html">petsc-dev</a> - petsc development
copy</li>
<li><a href="32.html">3.2</a> - Public Release, Sep 8,
2011<br>
</li>
<li><a href="31.html">3.1</a> - Public release, Mar 25,
2010<br>
</li>
<li><a href="300.html">3.0.0</a> - Public release, Dec 19,
2008</li>
<li><a href="233.html">2.3.3</a> - Public release, May 23,
2007</li>
<li><a href="232.html">2.3.2</a> - Public release, Sep 1,
2006</li>
<li><a href="231.html">2.3.1</a> - Public release, Feb, 3,
2006</li>
<li><a href="230.html">2.3.0</a> - Public release, Apr,
26, 2005<br>
</li>
<li><a href="221.html">2.2.1</a> - Public release, Aug, 18
2004<br>
</li>
<li><a href="220.html">2.2.0</a> - Public release, Feb 27,
2004</li>
<li><a href="216.html">2.1.6</a> - Public release, Aug 5,
2003</li>
<li><a href="215.html">2.1.5</a> - Public release, Jan 27,
2003</li>
<li>2.1.4 - private - Microsoft Cluster Software CD</li>
<li><a href="213.html">2.1.3</a> - Public release, May 31,
2002</li>
<li><a href="212.html">2.1.2 </a>- public release, April
22 ,
2002</li>
<li><a href="211.html">2.1.1 </a> - public release,
December
19, 2001</li>
<li><a href="21.html">2.1.0 </a> - public release, April
11,
2001</li>
<li><a href="2029.html">2.0.29</a> - public release,
September
26, 2000</li>
<li><a href="2028.html">2.0.28</a> - public release, March
27,
2000</li>
<li>2.0.25, 2.0.26,2.0.27 private releases</li>
<li><a href="2024.html">2.0.24</a> - public release, April
6,
1999</li>
<li>2.0.23 - private release, September 29,1998</li>
<li><a href="2022.html">2.0.22</a> - public release, April
29,
1998</li>
<li><a href="2918-21.html">2.0.21</a> - public release,
November 13, 1997</li>
<li><a href="2918-21.html">2.0.18</a>, <a
href="2918-21.html">2.0.19</a>, <a
href="2918-21.html">2.0.20</a> - private releases</li>
<li><a href="2017.html">2.0.17</a> - public release, April
5,
1997</li>
<li><a href="2016.html">2.0.16</a> - private release,
December
10, 1996 for "Bring Your Own Code" Workshop participants</li>
<li><a href="2015.html">2.0.15</a> - public release,
October 4,
1996</li>
<li>2.0.13 - public release, April 18, 1996</li>
<li>2.0.Beta.10 - public release, December 15, 1995 </li>
<li>2.0.Beta.8 - public release, October 13, 1995</li>
<li>2.0.Beta.6 - public release, July 30, 1995 </li>
<li>2.0.Beta.4 - public release, June 21, 1995 </li>
</ul>
<p>We announce new PETSc releases to the petsc-announce
mailing
list, which one can join by sending e-mail to <a
href="mailto:majordomo@mcs.anl.gov">majordomo@mcs.anl.gov</a>
with the
message, "subscribe petsc-announce".</body>
</html>
|