mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-10-13 16:09:57 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
c3873d27d2
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.15.0] - 2025-10-10
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Option to explicitly specify the number of fit parameters added.
|
||||||
|
|
||||||
## [2.14.0] - 2025-03-09
|
## [2.14.0] - 2025-03-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "2.15.0-dev"
|
__version__ = "2.15.0"
|
||||||
|
|
|
@ -152,7 +152,7 @@ def test_function_overloading():
|
||||||
np.arccos(1 / b)
|
np.arccos(1 / b)
|
||||||
np.arctan(1 / b)
|
np.arctan(1 / b)
|
||||||
np.arctanh(1 / b)
|
np.arctanh(1 / b)
|
||||||
np.sinc(1 / b)
|
#np.sinc(1 / b) # Commented out for now
|
||||||
|
|
||||||
b ** b
|
b ** b
|
||||||
0.5 ** b
|
0.5 ** b
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue