The biggest change is the definition of the metadata flux difference for flux and flux density. It's now actually the difference instead of the relative change (see [this](https://github.com/JannisNe/timewise/commit/70a92675059b2d1ae2f4241731e99f0a1e12befa)).
Minor changes: * Adds point source utils. * Stabilises `WiseBigDataDESYCluster` and adds the `bigdata_dir` which allows for storage in a location different to the working directory `data_dir`. * Update documentation.
Improvements in `WiseDataByVisit`: * more careful calculation of flux densities based on instrument counts and zero points per epoch * additional metrics calculated in metadata
Improvements in `WISEDataBase`: * possible query by AllWISE ID when getting photometry with TAP
What's Changed * Bump pandas from 1.3.5 to 1.4.0 by dependabot in https://github.com/JannisNe/timewise/pull/8 * calculate the excess variance in the metadata as a proxy for time var… by smechbal in https://github.com/JannisNe/timewise/pull/10 * Bump furo from 2022.1.2 to 2022.2.23 by dependabot in https://github.com/JannisNe/timewise/pull/11 * Bump pyvo from 1.1 to 1.3 by dependabot in https://github.com/JannisNe/timewise/pull/12 * Bump pandas from 1.4.0 to 1.4.1 by dependabot in https://github.com/JannisNe/timewise/pull/13 * Bump tqdm from 4.62.3 to 4.63.0 by dependabot in https://github.com/JannisNe/timewise/pull/14 * Bump furo from 2022.2.23 to 2022.3.4 by dependabot in https://github.com/JannisNe/timewise/pull/15 * Bump scikit-image from 0.19.1 to 0.19.2 by dependabot in https://github.com/JannisNe/timewise/pull/16 * Bump numpy from 1.22.1 to 1.22.2 by dependabot in https://github.com/JannisNe/timewise/pull/17
New Contributors * smechbal made their first contribution in https://github.com/JannisNe/timewise/pull/10