Skip to content

Releases: quantgirluk/aleatory

v.1.0.1 From Advent to Janus

29 Jan 14:08
Compare
Choose a tag to compare

New Features 🚀

📣 New Functionality

Other Changes

🪲 Other minor updates such as fixing typos and improving the descriptions.
👩🏽‍🔧 Extending charts functionality to allow different modes: 'lines', 'steps', 'points', 'points+lines'

Full Changelog: v.0.4.0...v.1.0.1

v.0.4.0 Expanding and Jumping

26 May 09:18
Compare
Choose a tag to compare

New Features 🚀

📣 New functionality for the following stochastic processes

Other Changes

🪲 Other minor updates such as fixing typos and improving the descriptions.
👩🏽‍🔧 Extending charts functionality to cover processes with jumps.

Full Changelog: v.0.3.0...v.0.4.0

v0.3.0 Brownian Ways

19 Apr 20:31
Compare
Choose a tag to compare

New Features 🚀

📣 New functionality for the following stochastic processes:

Other Changes

🪲 Other minor updates such as fixing typos and improving the descriptions.
👩🏽‍🔧 Refactoring and improvement in the charts functionality

What's Changed

Full Changelog: v.0.2.0...v.0.3.0

v0.2.0 Non-central-chi

14 Jan 17:22
Compare
Choose a tag to compare

New Features 🚀

📣 New functionality: Implementation of the non-central chi continuous random variable.

✅ improved functionality for Bessel processes

Other Changes

🪲 Bug fixed: Draw function was not non-returning a figure in some instances (only showing it).

👩🏽‍🔧Further testing for Bessel processes and the newly implemented non-central chi distribution. Other minor changes including refactoring.

v0.1.3 Non-Integer Dimension

19 Nov 13:00
Compare
Choose a tag to compare

New Features 🚀

  • 📣 functionality for Bessel and Squared Bessel processes with non-integer dimension and non-zero initial point.

  • 🎨 charts functionality for vertical orientation of the marginal plots.

Other Changes

  • 🪲 Bug fixed: failing histogram with small number (n<=3) of paths. Issue #4 kindly opened on Sep 11 by alexhrubin.

  • 👩🏽‍🔧More thorough testing for Bessel processes which will be extended for all the processes in next iterations.

v0.1.2 Special Summer

21 Aug 21:38
Compare
Choose a tag to compare

Changes

  • New Feature 🚀: added functionality for Bessel and Squared Bessel processes with integer dimension.
  • Charts Improvement 🎨: legends and titles now are in LaTex format for a nicer typography.

v0.1.1

29 Apr 15:59
Compare
Choose a tag to compare

Changes

  • Fixed a bug 🪲in the implementation of marginal_expectation for some processes.
  • New feature 🚀 added which allows to customise the title of the plots produced by functions plot and draw. Both now have an extra argument title which gets the string that will be used as title. Note that this would default to the name of the process if none is passed.

First public release

26 Dec 11:41
Compare
Choose a tag to compare

The aleatory (/ˈeɪliətəri/) Python library provides functionality for simulating and visualising stochastic processes.