Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Paul Sokolovsky Newsgroups: comp.lang.python Subject: [ANN] MicroPython 1.6 Date: Fri, 12 Feb 2016 17:43:38 +0200 Lines: 29 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1BvZMiNgRuF10HxFn5QJYg/sIgxMh10b+Or2st9Wz2KA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'subject:ANN': 0.07; 'tcp/ip': 0.09; 'url:github': 0.09; 'url:releases': 0.09; 'python': 0.10; 'bytecode': 0.16; 'folding': 0.16; 'ipv6': 0.16; 'nan': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:1.6': 0.16; 'url:tag': 0.16; 'wifi': 0.16; 'compilation': 0.18; 'runs': 0.18; 'subject:] ': 0.19; 'changes': 0.20; '64-bit': 0.22; 'constant': 0.22; 'port.': 0.22; 'unix': 0.24; 'paul': 0.24; 'module': 0.25; '(which': 0.26; 'fine': 0.28; 'embedded': 0.32; 'campaign': 0.33; 'int': 0.33; 'received:google.com': 0.35; 'received:74.125.82': 0.35; 'to:addr :python-list': 0.36; 'thanks': 0.37; 'charset:us-ascii': 0.37; 'subject:[': 0.39; 'area': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'email addr:gmail.com': 0.62; 'complete': 0.63; 'to:no real name:2**2': 0.65; 'url:6': 0.66; 'fat': 0.84; 'lean': 0.84; 'networking.': 0.84; 'url:v1': 0.84; 'pfxlen:2': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=e2e4HRdNL54yuYXfDa/ub6H6oDT5QP6Zo9TIMvL4w3U=; b=YjniO0hruldgGDhQaXr1o/8fMY4C5WTpG5zoEcgYcnvDVbLlw06Z76OZ8o9EgPwXEe Tbpbx6QAxV/8Dzh4WyQ9l69/AyOkRDtGVoGx+whMCDqCNOExGrFUegXCWZnpFKralvHm d0J6lIFz2ShelD5615hSu57kkn7/QsaTBk7Nr/plyxXwnynpMT7Dt7PnDl7owJpRcfi0 lWP4117ZtrcgUnItMOorCzjzc9kvWhwrxDPZo1tywjM+tJ1c+2piybeaRqjCR14zGjGb fWxWEsKWslKjZqLjgzDWnke9Xw/cm4WojXbo4iHafeVvfccND3EdWLuD0KV3smAJk6fS Eo2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=e2e4HRdNL54yuYXfDa/ub6H6oDT5QP6Zo9TIMvL4w3U=; b=EGOHBJreFENEvCsncHf1W938v4IwJPjGPMdiJ0VRoRBYDh7vYG3FZomqfYW4vBiwBY xqk1pI4zX01kLFwt0yYzuv+/4IGXpvBJ8MmIekJTQCUVJH5u8n2jtsMbDZWKV/wjTFok XIOITXU1K8xJjZ74im1WoqSFN5EnC7niexYZCdEPR3KtTo/5aLYHGg3Fq80x3aIoxkJH NQoA4yNU+LlnhdI4CNoQ0udYqY5oQ6FOAkcVTalCLMa3ytyY/WOq3DRLhdNN7+ArBJby Etxv+wfc91iGBnVA2OPXLw53KK2LlvI0uiBF5swB5dhJiqJiRgXMO3yRIYDyq7mOURGh un/g== X-Gm-Message-State: AG10YOQMYz/EigNxYZ9YVdKQRaJ1j0GP3rIEY8VlY2eSUEHjw7SH06g4WmByWADlEaeSoA== X-Received: by 10.28.186.11 with SMTP id k11mr1570032wmf.79.1455291822301; Fri, 12 Feb 2016 07:43:42 -0800 (PST) X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-pc-linux-gnu) X-Mailman-Approved-At: Fri, 12 Feb 2016 10:57:42 -0500 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:102864 Hello, MicroPython is a lean and efficient Python implementation for microcontrollers, embedded, and mobile systems (which also runs just as fine on desktops, servers, and clouds). https://github.com/micropython/micropython https://github.com/micropython/micropython/releases/tag/v1.6 There're following major changes since 1.5: 1. LwIP module support for embedded TCP/IP networking. 2. IPv6 support in the Unix port. 3. Beta support for persistent bytecode (similar to CPython's .pyc) 4. 64-bit NaN boxing (improved floating-point performance if enabled). 5. Support for new official PyBoards PYBv1.1 and PYBLITEv1.0. 6. Long int constant folding during bytecode compilation (glad that CPython will catch up in that area thanks to FAT Python project). 7. There's a ongoing crowdfunding campaign to fund complete and well-maintained MicroPython port to ubiquitous ESP8266 WiFi SoC, and improve networking and IoT support in MicroPython in general: https://www.kickstarter.com/projects/214379695/micropython-on-the-esp8266-beautifully-easy-iot -- Best regards, Paul mailto:pmiscml@gmail.com