Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Juan Luis Cano Newsgroups: comp.lang.python.announce Subject: poliastro 0.4, Astrodynamics in Python Date: Sun, 13 Dec 2015 17:02:17 +0100 Lines: 52 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de bFWx+afSx3iV0M4CjiZ6Cgk1qBl3IBlS+6eIe07tNlBg== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.093 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'subject:Python': 0.05; '(using': 0.07; 'api': 0.09; 'combines': 0.09; 'url:github': 0.09; 'bug': 0.10; 'python': 0.10; 'angle': 0.16; 'codebase': 0.16; 'describing': 0.16; 'mechanics.': 0.16; 'numpy': 0.16; 'problems!': 0.16; 'propagation': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:issues': 0.16; 'numerical': 0.18; 'all,': 0.20; 'library': 0.20; '(like': 0.23; 'elements': 0.23; 'examples': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'astronomy': 0.29; 'announce': 0.32; 'source': 0.33; 'open': 0.33; 'message-id:@gmail.com': 0.34; 'list': 0.34; 'advice': 0.35; 'received:google.com': 0.35; 'mix': 0.35; 'reports,': 0.35; 'solving': 0.35; 'received:74.125.82': 0.35; 'project': 0.36; 'url:org': 0.36; 'basic': 0.36; 'release': 0.37; 'progress': 0.38; 'log': 0.38; 'several': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'collection': 0.60; 'provide': 0.61; 'subject:skip:A 10': 0.63; 'more': 0.63; 'url:%20': 0.63; 'complete': 0.63; 'url:0': 0.63; 'pleased': 0.64; 'developed': 0.66; 'features:': 0.66; 'therefore': 0.67; 'subject': 0.70; 'url:4': 0.70; 'friendly': 0.74; 'url:x': 0.81; 'experiment': 0.84; 'mechanics': 0.84; 'new"': 0.84; 'pip': 0.84; 'rover': 0.84; 'studying': 0.84; 'welcome!': 0.84; 'cutting': 0.93; 'notebook': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=PwcHEv4/jEMm9s4rWLrHtg9skgcyexL8TB1vbgwfKzg=; b=g+zYX8eqUQvfd3H47SStios9wLo4kqVFSeaWxnCbCQWni8BXHY5BqbKcDRvdII132N tqcwwf4uiBSnxCq/WWYyFnNIOpOKHodF/jr8bRz2etCiu+Pt8uFVMkwrNq8foARnbFyX GjC7ZvkDER1VKi2ZwxNZBMS39GGGESyi/JZrGQdZgBeNA7aVMNabY2vdubLYr4C/+FqJ VWcHgCTHIHxp+QnCTHpUT3T1rO89WD9BNpxhY4kKWI9caR6n02jXkSsb2BegkZfgGFV0 mU4bDBNe6tsu7bQ1VmJsaYo/e9OhD3hXjhIu/lGkerhLXVWh0oDuPVdjNOIG/WW2CX1b jrPA== X-Received: by 10.28.103.9 with SMTP id b9mr18263894wmc.8.1450022543621; Sun, 13 Dec 2015 08:02:23 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 X-Mailman-Approved-At: Mon, 14 Dec 2015 06:06:11 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1959 Hello all, I am very pleased to announce poliastro 0.4.0, a MIT licensed, pure Python library for studying Orbital Mechanics and Astrodynamics problems! https://poliastro.github.io/ This release several new features: * Angle conversion functions * Equinoctial elements * Numerical propagation * Python 3.5 and NumPy 1.10 compatibility You can install it using either pip or conda: $ pip install poliastro $ conda install poliastro --channel poliastro If you want to see an overview of poliastro capabilities, check out this IPython notebook describing how to plot the trajectory of rover Curiosity to Mars: http://nbviewer.ipython.org/github/poliastro/poliastro/blob/0.4.x/examples/Going%20to%20Mars%20with%20Python%20using%20poliastro.ipynb poliastro is an open source collection of Python subroutines for solving problems in Astrodynamics and Orbital Mechanics. It combines cutting edge technologies like Python JIT compiling (using numba) with young, well developed astronomy packages (like astropy and jplephem) to provide a user friendly API for solving Astrodynamics problems. It is therefore a experiment to mix the best Python open source practices with my love for Orbital Mechanics. The User Guide explains the basic use of the library and examples are provided in the form of IPython notebooks. See the "What's new" document and the GitHub log for a complete list of changes. https://poliastro.github.io/changelog.html#new-in-poliastro-0-4-0 The project is still a work in progress and the codebase is subject to change. Contributions, bug reports, suggestions and advice are more than welcome! https://github.com/poliastro/poliastro/issues Best regards, Juan Luis Cano