-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathchanges.html
More file actions
201 lines (180 loc) · 6.84 KB
/
changes.html
File metadata and controls
201 lines (180 loc) · 6.84 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><no title> — intro</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/pycgns.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<link rel="shortcut icon" href="_static/pyCGNS-logo-tiny.ico"/>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="search.html" title="search"
accesskey="S">search</a>
</li>
<li class="right" >
<a href="glossary.html" title="glossary"
accesskey="G">glossary</a>
|</li>
<li class="right" >
<a href="genindex.html" title="General Index"
accesskey="I">index</a>
|</li>
<li class="right" >
<a href="index.html" title="pyCGNS top page"
accesskey="M">top</a>
|</li>
<li><a href=index.html>pyCGNS</a> »</li>
<li class="nav-item nav-item-0"><a href="index.html">intro</a> »</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 align=center><a href="index.html">
<img class="logo" src="_static/intro-logo-small.png" alt="pyCGNS"/>
</a></h1>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<p># ————————————————————————-
# pyCGNS - Python package for CFD General Notation System
# See license.txt file in the root directory of this Python module source
# ————————————————————————-</p>
<p># v4.4 -
- fixes in WRA, add old wrapper compatibility for new wrapper
- adds to PAT.cgnskeywords</p>
<p># v4.3 -
- NAV on windows
- VAL fixes
- adds to PAT.cgnskeywords</p>
<p># v4.2 -
- Move MAP to CHLone
- WRA now uses Cython
- VAL re-born</p>
<p># v4.1 -
- Change pyS7 into CGNS.NAV, use Qt</p>
<p># v3.2 -
- Update to CGNS v3.x lib
- Add CHLONE mapping HDF5 compliant without CGNS/MLL
- Change tests
- Fix some bugs</p>
<p># v3.1 -
- Add patterns for pyS7</p>
<p># v3.0 -
- Change Python arrays to Numpy. This is a <em>NOT</em> compatible change.</p>
<blockquote>
<div><p>Sorry about the mess, I hope it’s the last time Python changes its arrays…</p>
</div></blockquote>
<ul class="simple">
<li><p>Make MLL optional</p></li>
<li><p>Fix some bugs</p></li>
<li><p>Interface changes:
– string arrays should pass len() as array size instead of shape
– zone size tuple should be correctly set (i.e. 9 values for 3D structured)</p></li>
</ul>
<p># v2.3 -
- Add in-memory trees
- Add in-memory trees test suite
- Fix some bugs</p>
<p># v2.2 -
- Update to CGNS v2.4 lib (See Doc, ADF still default)
- Update to Numarray v1.4 (See Doc, Numarray is now default)
- Docs
- Fix some bugs</p>
<p># v2.1 -
- Formalize Python binding tree
- First proto Python-CGNS translator
- Fix problems with ADF.h and cgns_headers.h
- Switch to move to numeric array (default is Numeric) <em>compatible</em> switch
- Fix preprocessing concat ## with gcc</p>
<p># v2.0 -
- Change Python arrays to numarray. This is a <em>NOT</em> compatible change,</p>
<blockquote>
<div><p>as the string management is different (uint instead of chars).</p>
</div></blockquote>
<ul class="simple">
<li><p>Update to CGNS v2.3 lib</p></li>
<li><p>Simple parsing tools are now into demo</p></li>
<li><p>Remove other tools (see now pyCGNSxml)</p></li>
<li><p>Does not require anymore pyXML, no more dependancies to XML</p></li>
<li><p>Correct some bugs, more testing, update doc</p></li>
<li><p>Applied Bill Perkins patch for 1D/2D/3D data in cgnsmodule.c</p></li>
</ul>
<p># v1.1 -
- Add/change types to CGNS XML DTD
- Correct bugs, update docs, add tests
- Change svn fs, unfortunatly I loose the old repository (restart to rev 1)</p>
<p># v1.0 -
- 100% MLL mapping (CGNS MLL v2.2)
- Add types to CGNS XML DTD
- ADF/CGNS allocated arrays are now owned by Numeric (reduce memory leaks)
- New tool cgg: CGNS tree generation from valid XML description</p>
<p># v0.6 -
- Add an XML Validator for CGNS trees (sift)
- Tools changed (names, options)
- Usual QA stuff: tests, docs, bugs corrections</p>
<p># v0.5 -
- Change imports, now use a single one: import CGNS
- Stabilize path and node classes in SIDS (still experimental, see doc)
- Continue to wrap MLL (not tested)
- Update to new versions of CGNS/ADF and Python
- Update + automatize doc
- Correct some bugs, more testing
- Now use subversion (<a class="reference external" href="http://subversion.tigris.org">http://subversion.tigris.org</a>)</p>
<p># v0.4 -
- Continue to wrap MLL
- Add HTML docs
- Extend tests/ docs/ demos
- Correct some bugs
- Change cg_goto to up to 10 elements in a path</p>
<p># v0.3 -
- Change “cgns” module to “midlevel” module
- Add some SIDS classes
- Continue to wrap MLL
- Make version count more consistant
- Change some packages stuff (setup, inits, names…)</p>
<p># v0.2 -
- Add some internal calls and files (cgi_*)
- Feed a lot of dictionnaries with constants (C enumerates and strings)
- Make some more documentation
- Add demos (User’s Guide to CGNS examples in Python)
- Add tools
- Correct bug in CGNS/adf/adfmodule.c, else/if mismatch for I4 arrays
- Move CGNS/demo/parseTree.py to CGNS/tools
- Correct bug in CGNS/tools/parseTree.py, start parsing from root
- Changes into CGNS/tools/parseTree.py to make it more functinonal and robust</p>
<p># v0.1 - First release</p>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
© Copyright 2018-2022, M. P..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</body>
</html>