Skip to content

Releases: prmiles/pyfod

v0.1.0

08 May 19:27
Compare
Choose a tag to compare
  • Verified Grunwald-Letnikov implementation.
  • Followed flake8, PEP8 naming conventions.
  • Added user defined switch time to hybrid quadrature methods.
  • Resolved #22 regarding function output of (n,) vs. (n,1) arrays.
  • Allow for user defined singularity location not at upper limit.

v0.0.1

29 Apr 17:58
6d3b685
Compare
Choose a tag to compare
  • Fixed bug with hybrid quadrature methods for handling problems where lower does not equal 0.

v0.0.0

25 Apr 16:12
1668f79
Compare
Choose a tag to compare

Initial release for pyfod package.

Contains fractional derivative calculators for

  • Riemann-Liouville
  • Caputo (Pending)
  • Grünwald-Letnikov (Pending)

Depending on which definition of fractional derivative you are using, you also have access to the following quadrature methods:

  • Riemann Sum
  • Gauss Legendre
  • Gauss Laguerre
  • Hybrid: Gauss Legendre, Riemann Sum
  • Hybrid: Gauss Legendre, Gauss Laguerre

v0.0.0rc1

08 Apr 16:21
38a88e7
Compare
Choose a tag to compare
v0.0.0rc1 Pre-release
Pre-release

Initial release candidate for pyfod package.

Contains fractional derivative calculator with four quadrature methods:

  • Riemann Sum
  • Gauss Legendre
  • Gauss Laguerre
  • Gauss Legendre, Riemann Sum