Skip to content

Releases: JannisNe/timewise

v0.3.1

26 Jan 13:42
Compare
Choose a tag to compare

What's Changed

  • If files are missing, do not combine and raise warning by @JannisNe in #81

Full Changelog: v0.3.0...v0.3.1

v0.3.0rc6

18 Jan 15:00
Compare
Choose a tag to compare

What's Changed

  • Add option to get additional columns when matching to WISE by @JannisNe in #78
  • Remove deprecated functions by @JannisNe in #79
  • Update docstrings and make load_data_product a public function by @JannisNe in #80

Full Changelog: v0.3.0rc5...v0.3.0rc6

v0.3.0

18 Jan 15:09
Compare
Choose a tag to compare

Welcome, correct error bars

The biggest change is that now the errorbars are correct (#52, #55, #61) and there are now plots to test this (#56, #62).
Further, the binning by WiseDataByVisit is now much faster (#63).
The new cluster submission system at DESY is now supported (#59).

What's Changed

  • Nicer logger names by @JannisNe in #44
  • Change data format by @JannisNe in #45
  • Backwards compatibility with deprecation warning by @JannisNe in #46
  • Add option to use bigdata_dir in WISEDataDESYCluster by @JannisNe in #47
  • Add skip_download option also to WISEDataBase by @JannisNe in #48
  • Fix WISEDataDESYCluster.plot_lc by @JannisNe in #49
  • Use correct parent sample indices when starting data product by @JannisNe in #51
  • use correct weights when binning lightcurve by @JannisNe in #52
  • Make plots of chi2 distributions of light curves by @JannisNe in #50
  • Removing outliers in bins during binning by @JannisNe in #53
  • Better Chi2 plots by @JannisNe in #56
  • Bump virtualenv from 20.16.6 to 20.17.0 by @dependabot in #54
  • Bugfix Error calculation by @JannisNe in #55
  • Error factor by @JannisNe in #57
  • BUGFIX: when no data is present for one of the filters create an empty dictionary instead of checking for <band>_ul to avoid KeyError by @JannisNe in #58
  • Hello HTCondor, Bye gridentine by @JannisNe in #59
  • add NaNs when no data is present by @JannisNe in #60
  • T distribution correction of error bars for bins with few datapoints by @JannisNe in #61
  • Faster binning by @JannisNe in #63
  • Fix NaNs of zero points for histogram binning by @JannisNe in #64
  • Coverage plots by @JannisNe in #62
  • use correct uncertainty for density bins by @JannisNe in #65
  • pretty up chi2 plots by @JannisNe in #66
  • Better cumulative chi2 plots by @JannisNe in #67
  • No Chi2 fit and fix F-Distribution ndof1 by @JannisNe in #68
  • No Chi2 fit and fix F-Distribution ndof1 by @JannisNe in #70
  • Node memory argument by @JannisNe in #72
  • Bump seaborn from 0.11.2 to 0.12.2 by @dependabot in #71
  • Cluster job id thread-safe by @JannisNe in #73
  • Test WISEBigDataDESYCLuster by @JannisNe in #74
  • Lock writing to disk by @JannisNe in #75
  • Avoid MemoryError when writing to disk from WISEBigDataDESYCluster by @JannisNe in #76
  • WiseDataByVisit: Reject ourliers base on the 70th percentile of the deviaton from median by @JannisNe in #77
  • Add option to get additional columns when matching to WISE by @JannisNe in #78
  • Remove deprecated functions by @JannisNe in #79
  • Update docstrings and make load_data_product a public function by @JannisNe in #80

Full Changelog: v0.2.3...v0.3.0

v0.3.0rc5

09 Jan 12:21
Compare
Choose a tag to compare

What's Changed

  • WiseDataByVisit: Reject ourliers base on the 70th percentile of the deviaton from median by @JannisNe in #77

Full Changelog: v0.3.0rc4...v0.3.0rc5

v0.3.0rc4

05 Jan 10:03
Compare
Choose a tag to compare

What's Changed

  • Avoid MemoryError when writing to disk from WISEBigDataDESYCluster by @JannisNe in #76

Full Changelog: v0.3.0rc3...v0.3.0rc4

v0.3.0rc3

03 Jan 14:19
Compare
Choose a tag to compare

WISEBigDataDESYCluster is now tested by emulating the cluster work. Also disk access is locked when loading/writing so only one thread at a time can do ot.

What's Changed

Full Changelog: v0.3.0rc2...v0.3.0rc3

v0.3.0rc2

02 Jan 15:28
Compare
Choose a tag to compare

WISEBigDataDESYCluster now correctly interacts with HTCondor

What's Changed

Full Changelog: v0.3.0c1...v0.3.0rc2

v0.3.0c1

19 Dec 20:24
Compare
Choose a tag to compare

Faster binning and right errobars

Now using np.bincounts etc to do the binning which gets rid of the loop over epochs in WiseDataByVisit speeds up the code by about a factor of 10. Some bugs concerning the errobars are smoothed out and pretty chi2 and coverage plots can be produced by WISEBigDataDESYCluster to verify that.

What's Changed

Full Changelog: v0.3.0b3...v0.3.0c1

v0.3.0b3

06 Dec 15:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0b2...v0.3.0b3

v0.3.0.b2

06 Dec 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0b1...v0.3.0b2