[ANN] PySPH-1.0a6: Smoothed Particle Hydrodynamics with Python

2018-11-29 Thread Prabhu Ramachandran
Hi, I am pleased to release PySPH version 1.0a6. PySPH is an open source (BSD licensed) framework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in Python and the performance critical parts are implemented in Cython/OpenCL. A wide variety of SPH formulations are availabl

Pygments 2.3 released

2018-11-29 Thread Matthäus G . Chajdas
I'm happy to announce the release of Pygments 2.3. Pygments is a generic syntax highlighter written in Python. The main changes over 2.2 are Python 3.7 support, new lexers, and various small fix accumulated over the last two years. Please have a look at the changelog

[ANN] automan-0.4: automation framework for numerical computing

2018-11-29 Thread Prabhu Ramachandran
Hi, I'm pleased to announce the availability of automan version 0.4. automan is a simple Pythonic automation framework that aims to automate the drudgery of managing many numerical simulations. As an automation framework it does the following: - helps you organize your simulations. - helps you

pytest 4.0.1

2018-11-29 Thread Bruno Oliveira
pytest 4.0.1 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: * Ant