Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '-----------': 0.05; 'python)': 0.05; 'scipy': 0.05; 'conventions': 0.07; 'element': 0.07; 'method.': 0.07; 'subject:ANN': 0.07; 'git': 0.09; 'obsolete': 0.09; 'url:github': 0.09; 'bsd': 0.16; 'contributors': 0.16; 'equations': 0.16; 'finite': 0.16; 'license.': 0.16; 'naming': 0.16; 'numpy': 0.16; 'removed,': 0.16; 'to:addr:python- announce-list': 0.16; 'tracker,': 0.16; 'wiki:': 0.16; 'elements': 0.16; 'variable': 0.18; 'module': 0.19; 'packages.': 0.19; 'split': 0.19; 'memory': 0.22; 'separate': 0.22; 'creating': 0.23; 'header:User-Agent:1': 0.23; 'handling': 0.26; 'list:': 0.30; 'robert': 0.30; 'code': 0.31; 'up:': 0.31; 'announce': 0.33; 'url:org': 0.36; 'skip:- 20': 0.37; 'solving': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'lower': 0.61; 'full': 0.61; 'new': 0.61; 'field': 0.63; 'url:group': 0.63; 'home': 0.69; '(source)': 0.84; 'coupled': 0.84; 'partial': 0.84 Date: Tue, 25 Feb 2014 14:57:15 +0100 From: Robert Cimrman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python-announce-list@python.org Subject: ANN: SfePy 2014.1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZCU-MailScanner-ID: 2F83F300C6350.A7FDA 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, 26 Feb 2014 10:56:51 +0100 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: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393408612 news.xs4all.nl 2841 [2001:888:2000:d::a6]:45904 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1233 I am pleased to announce release 2014.1 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 Mailing list: http://groups.google.com/group/sfepy-devel Git (source) repository, issue tracker, wiki: http://github.com/sfepy Highlights of this release -------------------------- - sfepy.fem was split to separate FEM-specific and general modules - lower memory usage by creating active DOF connectivities directly from field connectivities - new handling of field and variable shapes - clean up: many obsolete modules were removed, all module names follow naming conventions 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š, Matyáš Novák, Jaroslav Vondřejc