Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Felix Zumstein Newsgroups: comp.lang.python.announce Subject: xlwings v0.6.2: RunPython is now supported on Mac Excel 2016! Date: Tue, 15 Dec 2015 03:23:35 -0800 (PST) Lines: 18 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: news.uni-berlin.de FIyJY1Yi0LLBbekTe3HilgjnAcXnLOn01MUd9E9nWYpg== X-Orig-Path: mv3no16438815igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.082 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'received:209.85.223': 0.03; 'before.': 0.09; 'python': 0.10; 'syntax': 0.13; '2016': 0.16; 'numpy': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mac': 0.16; 'url:whatsnew': 0.16; 'library': 0.20; 'windows': 0.20; 'arrays': 0.22; 'pass': 0.22; 'module': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'excel': 0.29; 'code': 0.30; 'announce': 0.32; 'received:google.com': 0.35; 'interact': 0.35; 'replace': 0.35; 'supports': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'notes': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:209': 0.38; 'easily': 0.39; 'still': 0.40; 'easy': 0.60; 'your': 0.60; 'close': 0.61; 'pleased': 0.64; 'to:addr:comp-lang- python-announce': 0.68; 'finally': 0.70; 'subject:now': 0.70; 'received:178': 0.72; 'details:': 0.73; 'to:addr:moderators.isc.org': 0.77; 'mac.': 0.84; 'message- id:@googlegroups.com': 0.84; 'vba': 0.84; 'workbooks': 0.84 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=path:newsgroups:date:complaints-to:injection-info:nntp-posting-host :user-agent:mime-version:message-id:subject:from:injection-date:to :content-type; bh=eGB5w+bEUOX0g0/d1dyJWSLFWBwK77fn0XHeHACb42k=; b=TfVn+S2a/5DzUxNK2vV2FpL7AutTu3UWrLXWl7iV9eqQd/zow0d2p9dPsTruo0UtdG 9jiRUOVmOI8GSUw7BGERzcmTNFOJNutV0gjk02EF+vzWGLmXvCbEds3cUVLHtfAKwWy2 kqUuSW2mjC35YJIWsBbhMnvnx/HGCk0iCcCyWjRK24C2jCvr0bXm+gfId7UzBJx6zzUv RCyTcxfNADeP6GBTeL7do94ESETYMWyzjKG1VZIOzuHm91Sd5bNeI6P1vAJEdm1dlufq hee+g2ay21XLhm3mI+WBvlpzO8UXE0jZtUU3SNAXPxkhgzW6I/CiAI4HQdXuHJAuxmMS 0CFw== X-Received: by 10.182.33.102 with SMTP id q6mr33205249obi.11.1450178616531; Tue, 15 Dec 2015 03:23:36 -0800 (PST) X-Received: by 10.50.66.208 with SMTP id h16mr62553igt.9.1450178616487; Tue, 15 Dec 2015 03:23:36 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:168:4614:1:89ed:3ee:6855:9d88; posting-account=rzTh4AoAAACq24EU69a1mLszqUAvvhy9 User-Agent: G2/1.0 Injection-Date: Tue, 15 Dec 2015 11:23:36 +0000 X-Mailman-Approved-At: Tue, 15 Dec 2015 07:36:45 -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:1961 I am pleased to announce the release of xlwings v0.6.2: Finally you can use the VBA module with the "RunPython" command from Excel 2016 on Mac. Check the Release Notes for full details: http://docs.xlwings.org/whatsnew.html About xlwings: xlwings is a BSD-licensed python library that makes it easy to call python from Excel and vice versa: Interact with Excel from python using a syntax that is close to VBA yet pythonic. Replace your VBA macros/UDFs with python code and still pass around your workbooks as easily as before. xlwings fully supports NumPy arrays and Pandas DataFrames. It works with Microsoft Excel on Windows and Mac. http://xlwings.org