Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.04; '-----------': 0.05; 'explicitly': 0.05; 'python)': 0.05; 'scipy': 0.05; 'element': 0.07; 'method.': 0.07; 'subject:ANN': 0.07; 'git': 0.09; 'url:github': 0.09; '[1].': 0.16; 'bsd': 0.16; 'contributors': 0.16; 'equations': 0.16; 'finite': 0.16; 'license.': 0.16; 'numpy': 0.16; 'slip': 0.16; 'solver': 0.16; 'to:addr:python-announce-list': 0.16; 'wiki:': 0.16; 'elements': 0.16; 'packages.': 0.19; 'examples': 0.20; 'meant': 0.20; 'header :User-Agent:1': 0.23; '(or': 0.24; '[1]': 0.29; 'url:code': 0.29; 'besides': 0.30; 'robert': 0.30; 'code': 0.31; 'boundary': 0.31; 'selection': 0.32; 'announce': 0.33; 'url:org': 0.36; 'skip:- 20': 0.37; 'solving': 0.38; 'issue': 0.38; 'list,': 0.38; 'flow': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'mailing': 0.39; 'release': 0.40; 'full': 0.61; 'new': 0.61; 'simple': 0.61; 'advanced': 0.63; 'kind': 0.63; 'url:p': 0.64; 'home': 0.69; '(source)': 0.84; 'conjugate': 0.84; 'coupled': 0.84; 'partial': 0.84; 'regions': 0.93 Date: Wed, 18 Sep 2013 16:20:32 +0200 From: Robert Cimrman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: python-announce-list@python.org Subject: ANN: SfePy 2013.3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZCU-MailScanner-ID: 1E834300C6492.A6ABF X-ZCU-MailScanner: Found to be clean X-ZCU-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-ZCU-MailScanner-From: cimrman3@ntc.zcu.cz X-Spam-Status: No X-Mailman-Approved-At: Wed, 18 Sep 2013 17:10:24 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379517025 news.xs4all.nl 15968 [2001:888:2000:d::a6]:49239 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1056 I am pleased to announce release 2013.3 of SfePy. Description ----------- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method. The code is based on NumPy and SciPy packages. It is distributed under the new BSD license. Home page: http://sfepy.org Downloads, mailing list, wiki: http://code.google.com/p/sfepy/ Git (source) repository, issue tracker: http://github.com/sfepy Highlights of this release -------------------------- - implementation of Mesh topology data structures in C - implementation of regions based on C Mesh (*) - MultiProblem solver for conjugate solution of subproblems - new advanced examples (vibro-acoustics, Stokes flow with slip conditions) (*) Warning: region selection syntax has been changed in a principal way, see [1]. Besides the simple renaming, all regions meant for boundary conditions or boundary/surface integrals need to have their kind set explicitly to 'facet' (or 'edge' in 2D, 'face' in 3D). [1] http://sfepy.org/doc-devel/users_guide.html#regions For full release notes see http://docs.sfepy.org/doc/release_notes.html#id1 (rather long and technical). Best regards, Robert Cimrman and Contributors (*) (*) Contributors to this release (alphabetical order): Vladimír Lukeš