Skip to content

APPLPY 0.4.2

Compare
Choose a tag to compare
@MthwRobinson MthwRobinson released this 12 Jun 03:20
· 21 commits to master since this release

v0.4.2, 12 June 2016

New Capabilities:
1. New style plots

Fixed Bugs:
1. Added code that allows users to specify variate
in X.variate for NormalRV

Other Comments:
1. Removed the plot.py file. Plotting no longer depends on it
2. setup.py file has been updated. pip install now downloads
all dependencies

v0.4.1

New Capabilities:

Fixed Bugs:
1. Imported atan function in dist_type to allow for proper
initialization of the ArcTanRV
2. Fixed Transform to work with float fractions in the
transformation
3. Fixed bug in Product that didn't allow for the use of
rational numbers as parameters
4. Fixed CDF and SF so that values passed outside of the
support are returned as 0 or 1 instead of returning
an error
5. If Convolution or Product cannot compute, APPLPy is now
programmed to try to reverse the order of the
calculation before returning and error
6. Assumptions added to the following some distributions to
make computation of CDF more feasible
7. Truncate modified to divide by the correct normalizing
constant
8. SF discrete was modified the handle intermediate values
9. Added 'shortcut' for Weibull CDF