Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Felix Zumstein Newsgroups: comp.lang.python.announce Subject: xlwings v0.5.0 ads support for Matplotlib in Excel Date: Tue, 10 Nov 2015 11:37:41 -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 Bhgxyq3ob6Imvh1ToqWE4ArY5PkbhC92Fm0deHdru3wA== X-Orig-Path: i2no2428053igv.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.095 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'before.': 0.09; 'macros': 0.09; 'bug': 0.10; 'python': 0.10; 'syntax': 0.13; 'numpy': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:whatsnew': 0.16; 'url:status': 0.18; 'library': 0.20; 'windows': 0.20; 'arrays': 0.22; 'subject:support': 0.22; 'pass': 0.22; 'code.': 0.23; 'header:User-Agent:1': 0.26; 'matplotlib': 0.29; '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; 'lines': 0.36; 'received:209.85': 0.36; 'notes': 0.36; 'received:209.85.213': 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; 'received:178': 0.72; 'details:': 0.73; 'to:addr:moderators.isc.org': 0.77; 'mac.': 0.84; 'message- id:@googlegroups.com': 0.84; 'received:209.85.213.198': 0.84; 'vba': 0.84; 'workbooks': 0.84; 'amongst': 0.91 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=RWTqM5x02b7hxG6WDIwdXjpntulKSJp8R6jpNOa7Odw=; b=KnKSXU2ccyWyiiqNZLiQ31m8IW2BzCr2kkvuSd94v0MbkkbYQxCshmrYz5NcUlzk7V GIoaadzV92OcJS3Qnrncmm1g8kSwWODPag+MycZ8Xk5P+MdjXSwyyjspprn1ri0rttpC 3uQwR7MyZoA9ojTbHLSbKyw//0TZuPxSQ9qipyzPmC6P1zjbOcXqkHmnHVmYzVifg0UY 1jWWmkNYxpv6jHY2phpS9bsiVMdM33U4PLVP+t/RNyzNKSoD7PRZQfU19xdXELjx2eEn 2+eoCoq2E/p7NiKGdNyLXvnpD0gaOj9EZD8hB++HzWWzLyDc/qZUE7hHGi6ovm+PErsy DSDQ== X-Received: by 10.68.237.135 with SMTP id vc7mr4429281pbc.11.1447184262563; Tue, 10 Nov 2015 11:37:42 -0800 (PST) X-Received: by 10.50.92.38 with SMTP id cj6mr146108igb.9.1447184262430; Tue, 10 Nov 2015 11:37:42 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=77.58.252.44; posting-account=rzTh4AoAAACq24EU69a1mLszqUAvvhy9 User-Agent: G2/1.0 Injection-Date: Tue, 10 Nov 2015 19:37:42 +0000 X-Mailman-Approved-At: Wed, 11 Nov 2015 08:05:17 -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:1918 I am pleased to announce the release of xlwings v0.5.0: Amongst other new features and bug fixes, this release allow to use Matplotlib in Excel in just 2 lines of code. Watch: https://twitter.com/ZoomerAnalytics/status/664159348822835200 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 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