mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01: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`
|
||||
|
||||
### 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 `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
|
||||
import matplotlib.pyplot as plt
|
||||
import numdifftools as nd
|
||||
import scipy.special
|
||||
|
||||
|
||||
class Obs:
|
||||
|
|
Loading…
Add table
Reference in a new issue