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
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<link rel="stylesheet" type="text/css" href="stylesheets/styleguide.css">
<style type="text/css">
<!--
@import url(stylesheets/styleguidextra.css);
-->
</style> <title>NCL Roadmap</title>
</head>
<body>
<h1>NCL Roadmap</h1>
<h2><a name="topofpage">Index</a></h2>
<p>
<br>
<a href="#v2.0"> Version 2.0 </a>
<br>
<a href="#v2.1"> Version 2.1 </a>
<br>
<a href="#v3.0"> Version 3.0 </a>
</p>
<h2><a name="v2.0">Version 2.0</a></h2>
Version 2.0 has been posted at <a href="http://hydrodictyon.eeb.uconn.edu/people/plewis/software.php">Paul Lewis' software site</a> for years.
Bugs in this version are being fixed in the svn repository at <tt>https://svn.sourceforge.net/svnroot/ncl/branches/v2-stable</tt>
<h2><a name="v2.1">Version 2.1</a></h2>
<p>
A minor upgrade to version 2.1 is found at <tt>https://svn.sourceforge.net/svnroot/ncl/branches/v2.1</tt>.
This version will change the original API as little as possible.
</p>
<p>
Programmers that do not have code that depends on the details of version 2.0 are encouraged to use 2.1
</p>
<p>
We will try to make the migration from 2.0 to 2.1 easy for code that already depends on NCL.
</p>
<h2><a name="v3.0">Version 3.0</a></h2>
<p>
The next major upgrade will primarily be a merging of functionality from previously forked versions of NCL.
This is not ready for prime time yet.
</p>
</body>
</html>
|