Releases: wellington36/extrapolation_methods
Releases ยท wellington36/extrapolation_methods
v2.1.1
- 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
- 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
- Add description about transformations #38
- Create comments in code #38 #13
- Other #16
v2.0.0
- Merge numpy and mpmath #33
- Fix Log-Scale to negative values #29
- Organize structure #38 #13
- Create structure to pypi #36
v1.5.0
- 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
- Remove de max_steps mentioned in #17
- Update the main example
- And organize some functions #13
v1.4.0
- 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
- Fix bug in Epsilon and G transformations #12
- Add some test series
v1.3.1
- Fix max steps bug.
- Improve README.
v1.3.0
- Related to #6, #7, #8 and #9.
- Fix some bugs.
- Change in inputs.
- Now we seek the least n that hits an error.