redundant import removed, CHANGELOG updated

This commit is contained in:
Fabian Joswig 2021-10-18 10:33:31 +01:00
parent 4f7b5d23ae
commit 8d7a5daafa
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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: