mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
redundant import removed, CHANGELOG updated
This commit is contained in:
parent
4f7b5d23ae
commit
8d7a5daafa
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
|
||||||
- `Obs` objects now have methods `is_zero` and `is_zero_within_error`
|
- `Obs` objects now have methods `is_zero` and `is_zero_within_error`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Additional attributes can no longer be added to existing Obs. This makes it no longer possible to import Obs created with previous versions of pyerrors
|
||||||
- The default value for Corr.prange is now `None`
|
- The default value for Corr.prange is now `None`
|
||||||
- The `input` module was restructured to contain one submodule per data source
|
- The `input` module was restructured to contain one submodule per data source
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@ import autograd.numpy as anp # Thinly-wrapped numpy
|
||||||
from autograd import jacobian
|
from autograd import jacobian
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numdifftools as nd
|
import numdifftools as nd
|
||||||
import scipy.special
|
|
||||||
|
|
||||||
|
|
||||||
class Obs:
|
class Obs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue