Skip to content

Releases: JannisNe/timewise

v0.2.1

11 Oct 14:03
Compare
Choose a tag to compare

Add skip_input in get_photometric_sample_data().

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Sep 15:39
Compare
Choose a tag to compare

BUGFIX in WiseDataByVisit

Previous versions used an aperture correction when binning the photometry data points. This is unnecessary as the downloaded data comes from PSF fits, not from aperture photometry.

v0.1.11

19 Sep 14:08
Compare
Choose a tag to compare

Switch to poetry

The installation is changed to poetry as of this release. Installation vie pip is still possible.

WiseBigDataDESYCluster

... can now directly load lightcurves from the big_data_dir using _load_lightcurves(load_from_bigdata_dir=True)

Full Changelog: v0.1.10...v0.1.11

v0.1.10

23 Aug 12:22
Compare
Choose a tag to compare

No more prose, writing poetry instead, hehe.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

22 Aug 11:15
Compare
Choose a tag to compare

What's Changed

Version bump to update dependency version.

Full Changelog: v0.1.8...v0.1.9

v0.1.8

25 May 14:51
Compare
Choose a tag to compare

What's Changed

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).

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.

Full Changelog: v0.1.7...v0.1.8

v0.1.7

16 Mar 15:12
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

28 Jan 15:35
Compare
Choose a tag to compare

lowered required python version to 3.8

v0.1.5

24 Jan 20:52
Compare
Choose a tag to compare

No with full docs

v0.1.4

24 Jan 11:26
Compare
Choose a tag to compare

timewise is a package now!

First proper release with all code.