Skip to content

Releases: wellington36/extrapolation_methods

v2.1.1

14 Nov 14:57
991d38e
Compare
Choose a tag to compare
  • In some cases, the accuracy on the logarithmic scale was not exactly the same as on the normal scale. This version fix it.

v2.1.0

09 Nov 20:40
Compare
Choose a tag to compare
  • Add the levin extrapolation method with her variants #41
  • Some changes to automatic tests to catch more errors #42
  • Fix some typos

v2.0.2

06 Aug 17:17
Compare
Choose a tag to compare
  • Add description about transformations #38
  • Create comments in code #38 #13
  • Other #16

v2.0.0

04 Aug 04:15
Compare
Choose a tag to compare
  • Merge numpy and mpmath #33
  • Fix Log-Scale to negative values #29
  • Organize structure #38 #13
  • Create structure to pypi #36

v1.5.0

21 Jun 01:53
a51c595
Compare
Choose a tag to compare
  • Create mpmath code to improve precision #20 #23 #27
  • Create partial sum functions #21 #22
  • Create automated tests #24 #26
  • Create LICENCE #25

v1.4.1

23 Apr 17:18
Compare
Choose a tag to compare
  • Remove de max_steps mentioned in #17
  • Update the main example
  • And organize some functions #13

v1.4.0

12 Apr 03:21
Compare
Choose a tag to compare
  • Create logarithmic scale.
  • Fix precision error in numpy arrays.
  • Improve precision of Aitken transformation with Herbie
  • Fix some typos (english, structure and syntax)

v1.3.2

22 Mar 05:50
Compare
Choose a tag to compare
  • Fix bug in Epsilon and G transformations #12
  • Add some test series

v1.3.1

17 Mar 13:53
ee3ebb6
Compare
Choose a tag to compare
  • Fix max steps bug.
  • Improve README.

v1.3.0

12 Mar 01:38
5d71edb
Compare
Choose a tag to compare
  • Related to #6, #7, #8 and #9.
  • Fix some bugs.
  • Change in inputs.
  • Now we seek the least n that hits an error.