ANN: Lea 2.0.0 released

Pierre Denis pie.denis at skynet.be
Mon Feb 2 23:39:15 CET 2015


I am pleased to announce the release of Lea 2.0.0 !

What is Lea?
------------
Lea is a Python package aiming at working with discrete probability
distributions in an intuitive way. It allows you to model a broad range of
random phenomenons, like dice throwing, coin tossing, gambling,
weather , etc. Lea is open-source (LGPL) and runs on Python 2 or 3.

What's new in Lea 2?
--------------------
Here are the main new features, as of Lea 1.x :
- new methods: pmf, cdf, fromSeq, binom, bernoulli, interval, ...
- CPT (Conditional Probability Tables)
- Bayesian networks
- Markov chains
- *Leapp*, a small probabilistic programming language
- in-depth extension of wiki tutorials

Lea project page + documentation
--------------------------------
 <http://code.google.com/p/lea/>

Download Lea (PyPI)
-------------------
  http://pypi.python.org/pypi/lea <http://pypi.python.org/pypi/lea/2.0.0-beta.2>


With the hope that Lea can make your happiness less uncertain,

Pierre Denis


More information about the Python-announce-list mailing list