From edreamleo at gmail.com Mon Oct 1 12:31:43 2018 From: edreamleo at gmail.com (Edward K. Ream) Date: Mon, 1 Oct 2018 11:31:43 -0500 Subject: Leo 5.8 released Message-ID: Leo 5.8 final, http://leoeditor.com, is now available on [GitHub](https://github.com/leo-editor/leo-editor). Leo is an IDE, outliner and PIM, as described [here]( http://leoeditor.com/preface.html). **The highlights of Leo 5.8** - Much faster file-read code. - Leo no longer caches file contents. Removed --no-cache! - Leo using ElementTree instead of sax to read .leo files. - Refactored and improved Leo's key-handling code. - Improved Leo's outline drawing code. - The usual minor bug fixes. **Links** - Leo's home page: http://leoeditor.com - [Documentation](http://leoeditor.com/leo_toc.html) - [Tutorials](http://leoeditor.com/tutorial.html) - [Video tutorials](http://leoeditor.com/screencasts.html) - [Forum](http://groups.google.com/group/leo-editor) - [Download](http://sourceforge.net/projects/leo/files/) - [Leo on GitHub](https://github.com/leo-editor/leo-editor) - [LeoVue](https://github.com/kaleguy/leovue#leo-vue) - [What people are saying about Leo](http://leoeditor.com/testimonials.html) - [A web page that displays .leo files](http://leoeditor.com/load-leo.html) - [More links](http://leoeditor.com/leoLinks.html) Edward ------------------------------------------------------------------------------------------ Edward K. Ream: edreamleo at gmail.com Leo: http://leoeditor.com/ ------------------------------------------------------------------------------------------ From vinay_sajip at yahoo.co.uk Tue Oct 2 06:51:05 2018 From: vinay_sajip at yahoo.co.uk (Vinay Sajip) Date: Tue, 2 Oct 2018 10:51:05 +0000 (UTC) Subject: ANN: distlib 0.2.8 released on PyPI References: <1396803138.3606424.1538477465897.ref@mail.yahoo.com> Message-ID: <1396803138.3606424.1538477465897@mail.yahoo.com> I've recently released version 0.2.8 of distlib on PyPI [1]. For newcomers,distlib is a library of packaging functionality which is intended to beusable as the basis for third-party packaging tools. The main changes in this release are as follows: * Fixed #107: Updated documentation on testing to include information on? setting PYTHONHASHSEED. * Fixed #108: Updated metadata scan to look for the METADATA file as well as the? JSON formats. * Fixed #109: Removed existing files (which might have been symlinks) before? overwriting. * Fixed #111: Avoided unnecessary newlines in script preambles, which caused? problems with detecting encoding declarations. Thanks to Wim Glenn for the? report and patch. * Fixed #112: Handled wheel tags and platform-dependent downloads correctly in? SimpleScrapingLocator. A more detailed change log is available at [2]. Please try it out, and if you find any problems or have any suggestions for improvements,please give some feedback using the issue tracker! [3] Regards, Vinay Sajip [1] https://pypi.org/project/distlib/0.2.8/[2] https://goo.gl/tVzKUc[3] https://bitbucket.org/pypa/distlib/issues/new From asottile+pytest at umich.edu Tue Oct 2 16:59:14 2018 From: asottile+pytest at umich.edu (Anthony Sottile) Date: Tue, 2 Oct 2018 13:59:14 -0700 Subject: pytest 3.8.2 released! Message-ID: pytest 3.8.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Ankit Goel * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Denis Otkidach * Harry Percival * Jeffrey Rackauckas * Jose Carlos Menezes * Ronny Pfannschmidt * Zac-HD * iwanb Happy testing, The pytest Development Team From r.texiermarcade at allo-media.fr Fri Oct 5 09:31:01 2018 From: r.texiermarcade at allo-media.fr (Romuald =?ISO-8859-1?Q?Texier-Marcad=E9?=) Date: Fri, 05 Oct 2018 15:31:01 +0200 Subject: =?ISO-8859-1?Q?text2num=3A=A0Parse?= and convert numbers written in French Message-ID: <264e57f01f8f1bcee2070a2b1cafa6cbc8deb9a1.camel@allo-media.fr> We're glad to announce the release of version 1.0 of text2num, the first Python library for parsing and converting numbers written in French into their digit representation. The parser is quite robust and is able to segment and convert number expressions within a stream of words. It recognizes different flavor of French, and parses ordinal numbers as well as decimals, integers and formal number sequences (phone numbers, card numbers?). We hope it will be a useful tool for people doing French Natural Language Processing as we do in our company. The library is distributed under the MIT license. Pypi: https://pypi.org/project/text2num/ Source: https://github.com/allo-media/text2num Doc: http://text2num.readthedocs.io/ Romuald Texier-Marcad? http://www.allo-media.fr From amir at eldor.im Sat Oct 13 07:22:45 2018 From: amir at eldor.im (Amir Eldor) Date: Sat, 13 Oct 2018 14:22:45 +0300 Subject: markb - renders markdown temporarily and opens in a browser Message-ID: <1539429765.2451679.1540706608.05E05159@webmail.messagingengine.com> Hey friends! I announce "markb", a CLI tool that renders a markdown file to a temporary location and opens it in the browser. Useful for opening README files while inside code repositories. This is my first publication so I'm a bit anxious and excited ^_^ - Install via `pip install markb` - https://pypi.org/project/markb/ - https://github.com/amireldor/markb I'd be happy to hear from you, thanks, ? Amir From nad at python.org Sat Oct 13 17:40:00 2018 From: nad at python.org (Ned Deily) Date: Sat, 13 Oct 2018 17:40:00 -0400 Subject: [RELEASE] Python 3.7.1rc2 and 3.6.7rc2 now available for testing Message-ID: <65B2DFC8-F64D-4E48-B33F-9AE88BC440F4@python.org> Python 3.7.1rc2 and 3.6.7rc2 are now available. 3.7.1rc2 is a release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc2 is a release preview of the next maintenance release of Python 3.6, the previous feature release of Python. Assuming no further critical problems are found prior to 2018-10-20, no code changes are planned between these release candidates and the final releases. These release candidates are intended to give you the opportunity to test the new security and bug fixes in 3.7.1 and 3.6.7. We strongly encourage you to test your projects and report issues found to bugs.python.org as soon as possible. Please keep in mind that these are preview releases and, thus, their use is not recommended for production environments. You can find these releases and more information here: https://www.python.org/downloads/release/python-371rc2/ https://www.python.org/downloads/release/python-367rc2/ -- Ned Deily nad at python.org -- [] From r.texiermarcade at allo-media.fr Mon Oct 15 05:18:37 2018 From: r.texiermarcade at allo-media.fr (Romuald =?ISO-8859-1?Q?Texier-Marcad=E9?=) Date: Mon, 15 Oct 2018 11:18:37 +0200 Subject: text2num v1.1.0 released Message-ID: What's new ---------- - Support for swiss form *huitante*; - support for expressions in the form *dix-sept cent quatre-vingt-neuf* that are often used for dates; - improved documentation for the ``look_ahead`` helper function; - more consistent exception when invalid value is passed as parameter to `text2num` (fixes #7). What's this ----------- text2num: Parse and convert numbers written in French We're glad to announce the release of version 1.0 of text2num, the first Python library for parsing and converting numbers written in French into their digit representation. The parser is quite robust and is able to segment and convert number expressions within a stream of words. It recognizes different flavor of French, and parses ordinal numbers as well as decimals, integers and formal number sequences (phone numbers, card numbers?). The library is distributed under the MIT license. Pypi: https://pypi.org/project/text2num/ Source: https://github.com/allo-media/text2num Doc: http://text2num.readthedocs.io/ Romuald Texier-Marcad? http://www.allo-media.fr From a.amici at bopen.eu Tue Oct 16 05:27:12 2018 From: a.amici at bopen.eu (Alessandro Amici) Date: Tue, 16 Oct 2018 11:27:12 +0200 Subject: ANN: First beta release of `cfgrib` a GRIB driver for xarray based on ecCodes Message-ID: I'm pleased to announce the first beta release of ECMWF `cfgrib`, a Python interface to map GRIB files to the NetCDF Common Data Model following the CF Conventions using ECMWF ecCodes for decoding. Included in the package is a GRIB driver for xarray. https://pypi.org/project/cfgrib/0.9.0 Features with development status **Beta**: - read-only GRIB driver for xarray, - support reading most GRIB 1 and 2 files, - support all modern versions of Python 3.7, 3.6, 3.5 and 2.7, plus PyPy and PyPy3, - support most Linux distributions and MacOS, - only system dependency is the ecCodes C-library (not the Python2-only module), - no install time build (binds with CFFI ABI mode), - read the data lazily and efficiently in terms of both memory usage and disk access. The main repository is hosted on GitHub, testing, bug report and contributions are highly welcomed and appreciated. https://github.com/ecmwf/cfgrib The project is free and open source software distributed under the terms of the Apache License, Version 2.0, the development is led by B-Open on behalf of ECMWF . -- Alessandro Amici - CTO at B-Open - http://bopen.eu From stefan_ml at behnel.de Tue Oct 16 14:45:39 2018 From: stefan_ml at behnel.de (Stefan Behnel) Date: Tue, 16 Oct 2018 20:45:39 +0200 Subject: Cython 0.29 Message-ID: <62af16a1-c96e-c7e7-c904-d296bc935153@behnel.de> Hi, after half a year of development, many community pull requests and a lot of feedback and good ideas in online discussions and at conferences, I'm proud to announce the release of Cython 0.29. What is Cython? In case you didn't hear about Cython before, it's the most widely used statically optimising Python compiler out there. It translates Python (2/3) code to C, and makes it as easy as Python itself to tune the code all the way down into fast native code. This time, we added several new features that help with speeding up and parallelising regular Python code to escape from the limitations of the GIL. See the changelog for details. Download: https://pypi.org/project/Cython/0.29/ https://github.com/cython/cython/releases/tag/0.29 Changelog: https://github.com/cython/cython/blob/0.29/CHANGES.rst What's new? http://blog.behnel.de/posts/whats-new-in-cython-029.html Have fun, Stefan From garypwilson at gmail.com Thu Oct 18 07:38:51 2018 From: garypwilson at gmail.com (Gary Wilson) Date: Thu, 18 Oct 2018 12:38:51 +0100 Subject: [ANN] - Skyline v1.2.8-stable-luminosity Message-ID: For those interested in anomaly detection and deflection in streamed time series data. I would like to announce the new release of Skyline v1.2.8 - https://github.com/earthgecko/skyline/releases/tag/v1.2.8-stable-luminosity New functionality ----------------- - The use of approximately close with Ionosphere layers - A testing build script for CentOS 6 & 7 and Ubuntu 16.06 - The ability to validate all learnt features profiles for a metric - Slack alerting - Updated dependencies Project page -> https://github.com/earthgecko/skyline Documentation -> https://earthgecko-skyline.readthedocs.io/en/latest/index.html With the hope Skyline can make the universe a bit less anomalous. Regards Gary From hawkowl at atleastfornow.net Fri Oct 19 07:56:02 2018 From: hawkowl at atleastfornow.net (Amber Brown) Date: Fri, 19 Oct 2018 22:56:02 +1100 Subject: Twisted 18.9.0 Release Announcement Message-ID: <99b64560-e304-2ccb-c517-3ee77895075b@atleastfornow.net> On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 18.9! The highlights of this release are: - Support for Python 3.7! - Better support for Unicode handling in logging tracebacks in Python 2 - trial -j now reports tracebacks on test failures on Python 3. - twisted.internet._sslverify.ClientTLSOptions no longer raises IDNAError when given an IPv6 address as a hostname in a HTTPS URL. - HTTP/2 server connections will no longer time out active downloads that take too long. For more information, check the NEWS file (link provided below). You can find the downloads at (or alternatively ). The NEWS file is also available at . Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted! Twisted Regards, Amber Brown (HawkOwl) From hawkowl at atleastfornow.net Fri Oct 19 09:33:03 2018 From: hawkowl at atleastfornow.net (Amber Brown) Date: Sat, 20 Oct 2018 00:33:03 +1100 Subject: Twisted 18.9.0 Release Announcement In-Reply-To: <99b64560-e304-2ccb-c517-3ee77895075b@atleastfornow.net> References: <99b64560-e304-2ccb-c517-3ee77895075b@atleastfornow.net> Message-ID: <5a321138-4d66-8a10-9430-a86dbfc73c8d@atleastfornow.net> That NEWS link should be https://github.com/twisted/twisted/blob/twisted-18.9.0/NEWS.rst -- one day I'll remember to check my links before sending ;) -Amber On 19/10/18 10:56 pm, Amber Brown wrote: > On behalf of Twisted Matrix Laboratories, I am honoured to announce > the release of Twisted 18.9! > > The highlights of this release are: > > - Support for Python 3.7! > - Better support for Unicode handling in logging tracebacks in Python 2 > - trial -j now reports tracebacks on test failures on Python 3. > - twisted.internet._sslverify.ClientTLSOptions no longer raises > IDNAError when given an IPv6 address as a hostname in a HTTPS URL. > - HTTP/2 server connections will no longer time out active downloads > that take too long. > For more information, check the NEWS file (link provided below). > > You can find the downloads at > (or alternatively ). The > NEWS file is also available at > . > > Many thanks to everyone who had a part in this release - the > supporters of the Twisted Software Foundation, the developers who > contributed code as well as documentation, and all the people building > great things with Twisted! > > Twisted Regards, > Amber Brown (HawkOwl) > From nad at python.org Sat Oct 20 13:37:57 2018 From: nad at python.org (Ned Deily) Date: Sat, 20 Oct 2018 13:37:57 -0400 Subject: [RELEASE] Python 3.7.1 and 3.6.7 are now available Message-ID: On behalf of the Python development community and the Python 3.7 release team, we are pleased to announce the availability of Python 3.7.1. Python 3.7.1 is the first maintenance release of the newest feature release of the Python language. You can find Python 3.7.1 here: https://www.python.org/downloads/release/python-371/ See the What?s New In Python 3.7 document for more information about the many new features and optimizations included in the 3.7 series. Detailed information about the changes made in 3.7.1 can be found in its change log: https://docs.python.org/3.7/whatsnew/3.7.html https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-1-final We are also happy to announce the availability of Python 3.6.7, the next maintenance release of Python 3.6: https://www.python.org/downloads/release/python-367/ Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation. -- Ned Deily nad at python.org -- [] From valentin at haenel.co Sun Oct 21 13:29:39 2018 From: valentin at haenel.co (Valentin Haenel) Date: Sun, 21 Oct 2018 19:29:39 +0200 Subject: [ANN] python-blosc 1.6.1 Message-ID: <20181021172939.GA16581@kudu.in-berlin.de> ============================= Announcing python-blosc 1.6.1 ============================= What is new? ============ C-Blosc has been updated to 1.14.3. Additionally there have been a number of improvments such as not compiling snappy by default and the implementation of the `get_blocksize()` function. For more info, you can have a look at the release notes in: https://github.com/Blosc/python-blosc/blob/master/RELEASE_NOTES.rst More docs and examples are available in the documentation site: http://python-blosc.blosc.org What is it? =========== Blosc (http://www.blosc.org) is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc works well for compressing numerical arrays that contains data with relatively low entropy, like sparse data, time series, grids with regular-spaced values, etc. python-blosc (http://python-blosc.blosc.org/) is the Python wrapper for the Blosc compression library, with added functions (`compress_ptr()` and `pack_array()`) for efficiently compressing NumPy arrays, minimizing the number of memory copies during the process. python-blosc can be used to compress in-memory data buffers for transmission to other machines, persistence or just as a compressed cache. There is also a handy tool built on top of python-blosc called Bloscpack (https://github.com/Blosc/bloscpack). It features a commmand line interface that allows you to compress large binary datafiles on-disk. It also comes with a Python API that has built-in support for serializing and deserializing Numpy arrays both on-disk and in-memory at speeds that are competitive with regular Pickle/cPickle machinery. Sources repository ================== The sources and documentation are managed through github services at: http://github.com/Blosc/python-blosc ---- **Enjoy data!** From charlesr.harris at gmail.com Mon Oct 22 14:06:53 2018 From: charlesr.harris at gmail.com (Charles R Harris) Date: Mon, 22 Oct 2018 12:06:53 -0600 Subject: NumPy 1.15.3 release Message-ID: Hi All, On behalf of the NumPy team, I am pleased to announce the release of NumPy 1.15.3. This is a bugfix release for bugs and regressions reported following the 1.15.2 release. The most noticeable fix is probably for the memory leak encountered when slicing classes derived from Numpy. The Python versions supported by this release are 2.7, 3.4-3.7. Wheels for this release can be downloaded from PyPI , source archives are available from Github . Compatibility Note ================== The NumPy 1.15.x OS X wheels released on PyPI no longer contain 32-bit binaries. That will also be the case in future releases. See `#11625 `__ for the related discussion. Those needing 32-bit support should look elsewhere or build from source. Contributors ============ A total of 7 people contributed to this release. People with a "+" by their names contributed a patch for the first time. * Allan Haldane * Charles Harris * Jeroen Demeyer * Kevin Sheppard * Matthew Bowden + * Matti Picus * Tyler Reddy Pull requests merged ==================== A total of 12 pull requests were merged for this release. * `#12080 `__: MAINT: Blacklist some MSVC complex functions. * `#12083 `__: TST: Add azure CI testing to 1.15.x branch. * `#12084 `__: BUG: test_path() now uses Path.resolve() * `#12085 `__: TST, MAINT: Fix some failing tests on azure-pipelines mac and... * `#12187 `__: BUG: Fix memory leak in mapping.c * `#12188 `__: BUG: Allow boolean subtract in histogram * `#12189 `__: BUG: Fix in-place permutation * `#12190 `__: BUG: limit default for get_num_build_jobs() to 8 * `#12191 `__: BUG: OBJECT_to_* should check for errors * `#12192 `__: DOC: Prepare for NumPy 1.15.3 release. * `#12237 `__: BUG: Fix MaskedArray fill_value type conversion. * `#12238 `__: TST: Backport azure-pipeline testing fixes for Mac Cheers, Charles Harris From nicoddemus at gmail.com Mon Oct 22 21:10:46 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Mon, 22 Oct 2018 22:10:46 -0300 Subject: pytest 3.9.2 Message-ID: Hi folks, pytest 3.9.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Ankit Goel * Anthony Sottile * Bruno Oliveira * Ronny Pfannschmidt * Vincent Barbaresi * ykantor Happy testing, The pytest Development Team From jendrikseipp at web.de Tue Oct 23 12:32:17 2018 From: jendrikseipp at web.de (Jendrik Seipp) Date: Tue, 23 Oct 2018 18:32:17 +0200 Subject: Vulture 1.0 Message-ID: <286bd2bd-c074-059b-a8dc-4dd43546024f@web.de> Vulture - Find dead code ======================== Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code analyzers like Vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused. Nonetheless, Vulture can be a very helpful tool for higher code quality. Download ======== https://github.com/jendrikseipp/vulture http://pypi.python.org/pypi/vulture Features ======== * fast: uses static code analysis * tested: tests itself and has complete test coverage * complements pyflakes and has the same output syntax * sorts unused classes and functions by size with ``--sort-by-size`` * supports Python 2.7 and Python >= 3.4 News ==== * Add ``--ignore-decorators`` flag (thanks @RJ722). * Add whitelist for ``threading`` module (thanks @andrewhalle). Cheers Jendrik From bryanv at ftml.net Wed Oct 24 11:59:20 2018 From: bryanv at ftml.net (Bryan Van de Ven) Date: Wed, 24 Oct 2018 08:59:20 -0700 Subject: ANN: Bokeh 1.0 Released Message-ID: <064A31D5-B1C5-42C6-BAE4-CB38D80329F8@ftml.net> On behalf of the Bokeh team I am pleased to announce the release of version 1.0 of Bokeh! Please read all about it in the announcement post at: https://bokeh.github.io/blog/2018/10/24/release-1-0-0/ If you are using Anaconda/miniconda, you can install it with conda: conda install -c bokeh bokeh Alternatively, you can also install it with pip: pip install bokeh Full information including details about how to use and obtain BokehJS are at: https://bokeh.pydata.org/en/latest/docs/installation.html Issues, enhancement requests, and pull requests can be made on the Bokeh Github page: https://github.com/bokeh/bokeh Documentation is available at: https://bokeh.pydata.org There are over 321 total contributors to Bokeh and their time and effort help make Bokeh such an amazing project and community. Thank you again for your contributions. Finally, for questions or technical assistance we recommend starting with detailed posts on Stack Overflow. If you are interested in contributing, please come by the Bokeh dev chat room: https://gitter.im/bokeh/bokeh-dev Thanks, Bryan Van de Ven From nicoddemus at gmail.com Sat Oct 27 12:37:30 2018 From: nicoddemus at gmail.com (Bruno Oliveira) Date: Sat, 27 Oct 2018 13:37:30 -0300 Subject: pytest 3.9.3 Message-ID: Hi everyone, pytest 3.9.3 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among them: * Andreas Profous * Ankit Goel * Anthony Sottile * Bruno Oliveira * Daniel Hahler * Jon Dufresne * Ronny Pfannschmidt Happy testing, The pytest Development Team From g.rodola at gmail.com Tue Oct 30 05:58:54 2018 From: g.rodola at gmail.com (Giampaolo Rodola') Date: Tue, 30 Oct 2018 10:58:54 +0100 Subject: ANN: psutil 5.4.8 released Message-ID: Hello all, I'm glad to announce the release of psutil 5.4.8: https://github.com/giampaolo/psutil About ===== psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It currently supports Linux, Windows, macOS, Sun Solaris, FreeBSD, OpenBSD, NetBSD and AIX, both 32-bit and 64-bit architectures, with Python versions from 2.6 to 3.6. PyPy is also known to work. What's new ========== 2018-10-30 **Enhancements** - #1197: [Linux] cpu_freq() is now implemented by parsing /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is not available. - #1310: [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi). (patch by Alex Manuskin) - #1320: [Posix] better compilation support when using g++ instead of gcc. (patch by Jaime Fullaondo) **Bug fixes** - #715: do not print exception on import time in case cpu_times() fails. - #1004: [Linux] Process.io_counters() may raise ValueError. - #1277: [OSX] available and used memory (psutil.virtual_memory()) metrics are not accurate. - #1294: [Windows] psutil.Process().connections() may sometimes fail with intermittent 0xC0000001. (patch by Sylvain Duchesne) - #1307: [Linux] disk_partitions() does not honour PROCFS_PATH. - #1320: [AIX] system CPU times (psutil.cpu_times()) were being reported with ticks unit as opposed to seconds. (patch by Jaime Fullaondo) - #1332: [OSX] psutil debug messages are erroneously printed all the time. (patch by Ilya Yanok) - #1346: [SunOS] net_connections() returns an empty list. (patch by Oleksii Shevchuk) Links ===== - Home page: https://github.com/giampaolo/psutil - Download: https://pypi.org/project/psutil/#files - Documentation: http://psutil.readthedocs.io - What's new: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst -- Giampaolo - http://grodola.blogspot.com From valentin at haenel.co Wed Oct 31 05:44:08 2018 From: valentin at haenel.co (Valentin Haenel) Date: Wed, 31 Oct 2018 10:44:08 +0100 Subject: [ANN] Bloscpack v0.15.0 Message-ID: <20181031094408.GB6573@kudu.in-berlin.de> ============================ Announcing Bloscpack v0.15.0 ============================ What is new? ============ Two new high-level API functions have been added: * 'pack_bytes_to_bytes' * 'unpack_bytes_from_bytes' As you might expect from the naming, these allow you to perform fully in-memory based compression and decompression via the bytes datatype. Additionally there are a few bugfixes, support for python-blosc 1.6.1 and support for Python 3.7. For more info, have a look at the changelog: https://github.com/Blosc/bloscpack#changelog Documentation and examples are available at: https://github.com/Blosc/bloscpack What is it? =========== Bloscpack is a command-line interface and serialization format for Blosc. Blosc (http://www.blosc.org) is an extremely fast meta-codec designed for high compression speeds. Bloscpack allows you to use Blosc from the command-line to compress and decompress files. Additionally, Bloscpack has a Python-API that allows you to compress and serialize data to a file system. Additionally, Bloscpack supports efficient serialization and de-serialization of Numpy arrays and might in fact be one of the fastest ways to save arrays to disk. Bloscpack uses the Python bindings for Blosc (http://python-blosc.blosc.org/) under the hood. ---- **Enjoy data!**