[ANN] SciPy 2016: call for papers deadlines approaching

2016-03-21 Thread Prabhu Ramachandran
Dear all,

This is a gentle reminder about the approaching deadlines for the SciPy 2016
conference.

Mar 21: Tutorial Proposals Due
Mar 25: Talk and Poster Proposals Due

Please submit your tutorials and talks at http://scipy2016.scipy.org .

SciPy 2016, the Fifteenth Annual Conference on Python in Science, takes place in
Austin, TX on July, 11th to 17th. The conference features two days of tutorials
by followed by three days of presentations, and concludes with two days of
developer sprints on projects of interest to attendees.

The topics presented at SciPy are very diverse, with a focus on advanced
software engineering and original uses of Python and its scientific libraries,
either in theoretical or experimental research, from both academia and the
industry. This year we are happy to announce two specialized tracks that run in
parallel to the general conference (Data Science , High Performance Computing)
and 8 mini-symposia (Earth and Space Science, Biology and Medicine, Engineering,
Social Sciences, Special Purpose Databases, Case Studies in Industry, Education,
Reproducibility)

Submissions for talks and posters are welcome on our website
(http://scipy2016.scipy.org). In your abstract, please provide details on what
Python tools are being employed, and how. The talk and poster submission
deadline is March 25th, 2016, while the tutorial submission deadline is March,
21st, 2016.

Important dates:

Mar 21: Tutorial Proposals Due
Mar 25: Talk and Poster Proposals Due
May 11: Plotting Contest Submissions Due
Apr 22: Tutorials Announced
Apr 22: Financial Aid Submissions Due
May 4: Talk and Posters Announced
May 11: Financial Aid Recipients Notified
May 22: Early Bird Registration Deadline
Jul 11-12: SciPy 2016 Tutorials
Jul 13-15: SciPy 2016 General Conference
Jul 16-17: SciPy 2016 Sprints

We look forward to an exciting conference and hope to see you in Austin in July!

cheers,
SciPy 2016 Organizers (http://scipy2016.scipy.org/)

Conference Chairs: Aric Hagberg, Prabhu Ramachandran
Tutorial Chairs: Justin Vincent, Ben Root
Program Chair: Serge Rey, Nelle Varoquaux
Proceeding Chairs: Sebastian Benthall, Scott Rostrup

-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: DiskCache 1.6.3 Released

2016-03-21 Thread Grant Jenks
Announcing the release of DiskCache version 1.6.3

What is DiskCache?


[DiskCache][1] is an Apache2 licensed disk and file backed cache
library, written in pure-Python, and compatible with Django. By
leveraging a rock-solid database library and memory-mapped files,
cache performance can match and exceed industry standard solutions.
There’s no need for a C compiler or running another process.
[Performance is a feature][2] and testing has 100% coverage with unit
tests and hours of stress in production.

  [1]: http://www.grantjenks.com/docs/diskcache/
  [2]: http://www.grantjenks.com/docs/diskcache/cache-benchmarks.html

Features


* Pure-Python
* Fully Documented
* Benchmark comparisons (alternatives, Django cache backends)
* 100% test coverage
* Days of stress testing in production
* Performance matters
* Django compatible API
* Thread-safe and process-safe
* Supports multiple eviction policies (LRU and LFU included)
* Keys support “tag” metadata and eviction
* Developed on Python 2.7
* Tested on CPython 2.7, 3.4, 3.5 and PyPy

Links


- Documentation: http://www.grantjenks.com/docs/diskcache/
- Download: https://pypi.python.org/pypi/diskcache
- Source: https://github.com/grantjenks/diskcache
- Issues: https://github.com/grantjenks/diskcache/issues

This release is backwards-compatible. Please upgrade.
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


PyCA/cryptography 1.3.1 released

2016-03-21 Thread Paul Kehrer
PyCA/cryptography 1.3.1 was just released to PyPI. This is a minor bugfix 
release that fixes the following:


* Fixed a bug that caused an AttributeError when using mock to patch some 
cryptography modules.


-Paul Kehrer (reaperhulk)
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/