-
Notifications
You must be signed in to change notification settings - Fork 5
/
blog.html
456 lines (256 loc) · 10.6 KB
/
blog.html
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>All Posts — PyDy Website</title>
<link rel="stylesheet" href="_static/pydy.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/main.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Gentium+Basic" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/main.js"></script>
<link rel="top" title="PyDy Website" href="index.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport'
content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="alternate" type="application/atom+xml" href="blog/atom.xml" title="">
<style type="text/css">
ul.ablog-archive {list-style: none; overflow: auto; margin-left: 0px}
ul.ablog-archive li {float: left; margin-right: 5px; font-size: 80%}
ul.postlist a {font-style: italic;}
ul.postlist-style-disc {list-style-type: disc;}
ul.postlist-style-none {list-style-type: none;}
ul.postlist-style-circle {list-style-type: circle;}
</style>
</head>
<body role="document">
<div style="display: none;" id="MathJax_Message"></div>
<div class="wrapper">
<div id="top">
<a href="#top" title="Back to top">
<i class="icon-arrow-up"></i>
<span class="visuallyhidden">Back to top</span>
</a>
</div>
<header class="header">
<div class="container">
<ul>
<li id="pydy"><a href="index.html">PyDy</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
</ul>
</div>
</header>
</div>
<style type="text/css">
.section-home a {color:#fff !important;border-color:#fff !important;}
#top {display:none !important;}
.topic-pager {display:none;}
</style>
<div class="main-body">
<div class="main-nav" id="main-nav">
<div id="site-desc" class="site-desc">
<div class="logo">
<img class="image"src="_static/logo.svg">
</div>
</div>
</div>
<div class="splash">
<div class="container">
<div class="desc">
<p>
<div class="section">
<h1>
All
Posts
</h1>
<div class="section">
<h2><a href="blog/2016/0-3-1-release-announcement.html">PyDy 0.3.1 Has Been Released</a></h2>
<ul class="ablog-archive">
<li>
06 Jan, 2016
</li>
<li>Category:
<a href="blog/category/releases.html">Releases</a>
</li>
</ul>
<p>Today marks the release of PyDy 0.3.1. The release includes 115 commits since
0.3.0 with a number of bug fixes. The <a class="reference external" href="https://github.com/pydy/pydy#031">full release notes</a> provide the details
of the changes, all of which are fully backwards compatible with 0.3.0.</p>
<p><a href="blog/2016/0-3-1-release-announcement.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2015/0-3-0-release-announcement.html">PyDy 0.3.0 Has Been Released</a></h2>
<ul class="ablog-archive">
<li>
18 Jun, 2015
</li>
<li>Category:
<a href="blog/category/releases.html">Releases</a>
</li>
</ul>
<p>Today marks the release of PyDy 0.3.0. The release includes 500 commits since
0.2.1 with several major new features, including an overhauled visualizer with
IPython notebook integration, overhauled code generation, Python 3 support,
and a new System class. The <a class="reference external" href="https://github.com/pydy/pydy#030">full release notes</a> provide the details of the
changes, most of which are fully backwards compatible with 0.2.1.</p>
<p><a href="blog/2015/0-3-0-release-announcement.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2015/gsoc-announcement.html">PyDy will participate in Google Summer of Code 2015</a></h2>
<ul class="ablog-archive">
<li>
11 Mar, 2015
</li>
<li>Category:
<a href="blog/category/google-summer-of-code.html">Google Summer of Code</a>
</li>
</ul>
<p>Google Summer of Code season is rapidly approaching and we are happy to
announce that PyDy will be participating again this year. We are a
sub-organization under the Python Software Foundation and our symbolic code is
part of SymPy which is under both the PSF and NumFOCUS. Depending on the
project students can apply under one or both of the umbrella organizations.</p>
<p><a href="blog/2015/gsoc-announcement.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2014/feb2014.html">Google Summer of Code 2014</a></h2>
<ul class="ablog-archive">
<li>
12 Feb, 2014
</li>
<li>Category:
<a href="blog/category/google-summer-of-code.html">Google Summer of Code</a>
</li>
</ul>
<p>Google Summer of Code is upon us again. PyDy will likely be participating as
it’s own organization or under the umbrella of another. See the Google Summer
of Code page for more information. Student applications are due on March 21st.</p>
<p><a href="blog/2014/feb2014.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2014/scipy2014.html">PyDy at SciPy 2014</a></h2>
<ul class="ablog-archive">
<li>
22 Jan, 2014
</li>
</ul>
<p>PyDy is going to be at PyCon 2014 in Montréal! Jason Moore’s presentation
titled “Dynamics and Control with Python” has been accepted as a Tutorial, to
be shown 9:00am - 12:00pm on Wednesday, April 9, 2014 (<a class="reference external" href="https://us.pycon.org/2014/schedule/tutorials/">tutorial schedules</a>). Topics covered will
include:</p>
<p><a href="blog/2014/scipy2014.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2013/may31_2013.html">Google Summer of Code 2013 Results</a></h2>
<ul class="ablog-archive">
<li>
31 May, 2013
</li>
</ul>
<p>Google has announced the results for Google Summer of Code. We are proud to
announce that we got two slots from Google under the Python Software
Foundation. The following projects have been accepted:</p>
<p><a href="blog/2013/may31_2013.html">Read more ...</a></p>
<hr>
</div>
<div class="section">
<h2><a href="blog/2013/first_post.html">Google Summer of Code 2013</a></h2>
<ul class="ablog-archive">
<li>
23 Feb, 2013
</li>
<li>Category:
<a href="blog/category/google-summer-of-code.html">Google Summer of Code</a>
</li>
</ul>
<p>Want to develop multibody dynamics software this summer in a large
collaborative open source team?</p>
<p><a href="blog/2013/first_post.html">Read more ...</a></p>
<hr>
</div>
</div>
</p>
</div>
</div>
</div>
<div class="main-nav" id="main-nav2">
<div class="nav-toc">
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Recent Posts</a></h3>
<ul>
<li><a href="blog/2016/0-3-1-release-announcement.html">06 Jan, 2016 - PyDy 0.3.1 Has Been Released</a></li>
<li><a href="blog/2015/0-3-0-release-announcement.html">18 Jun, 2015 - PyDy 0.3.0 Has Been Released</a></li>
<li><a href="blog/2015/gsoc-announcement.html">11 Mar, 2015 - PyDy will participate in Google Summer of Code 2015</a></li>
<li><a href="blog/2014/feb2014.html">12 Feb, 2014 - Google Summer of Code 2014</a></li>
<li><a href="blog/2014/scipy2014.html">22 Jan, 2014 - PyDy at SciPy 2014</a></li>
</ul>
<h3><a href="blog/category.html">Categories</a></h3>
<ul>
<li><a href="blog/category/google-summer-of-code.html">Google Summer of Code (3)</a></li>
<li><a href="blog/category/releases.html">Releases (2)</a></li>
</ul>
<h3><a href="blog/archive.html">Archives</a></h3>
<ul>
<li><a href="blog/2016.html">2016 (1)</a></li>
<li><a href="blog/2015.html">2015 (2)</a></li>
<li><a href="blog/2014.html">2014 (2)</a></li>
<li><a href="blog/2013.html">2013 (2)</a></li>
</ul>
</div>
</div>
<!--
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li class="toctree-l1"><a class="reference internal" href="download.html">Download Options</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="history.html">History</a></li>
<li class="toctree-l1"><a class="reference internal" href="gsoc.html">Google Summer of Code</a></li>
</ul>
-->
</div>
<div class="nav-download">
<h3>Download</a></h3>
<p>
<a href="https://github.com/pydy/pydy/archive/v0.3.1.zip">
Latest Version</a>
</p>
<p>
<a href="https://github.com/pydy/pydy/archive/master.zip">
Development Version</a>
</p>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p>
© Copyright 2015, PyDy Team.
Created using
<a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.
</p>
</div>
</footer>
</body>
</html>