Skip to content

Releases: p-slash/lyspeq

v6.0.0

20 May 22:08

Choose a tag to compare

3D estimator is here!

What's Changed

Full Changelog: v5.1.1...v6.0.0

v5.1.1

11 Jul 17:19

Choose a tag to compare

What's Changed

  • cubic spline with tabulated not-a-knot boundary condition by @p-slash in #89
  • Small fix to redshift boundary cut by @p-slash in #90
  • Redesign use N^-1 instead of N for numerical precision by @p-slash in #91
  • Redesign bias estimation and limit number of iterations = 1 by @p-slash in #92
  • Smooth variance instead of ivar. Option for redshift growth by @p-slash in #93

Full Changelog: v5.1.0...v5.1.1

v5.1.0

20 Jun 20:59

Choose a tag to compare

This release fixes the crucial bug in xQMLE, and adds various features.

What's Changed

  • Configurable xQml estimator for different fibers by @p-slash in #77
  • xQMLE with different petals. Overlap 60% by @p-slash in #78
  • MPI manager by @p-slash in #79
  • Smooth time in progress. Print total excepted time by @p-slash in #80
  • DEBUG flag to check exposure combinations by @p-slash in #81
  • MinimumSnrCut to skip forests with low SNR by @p-slash in #82
  • Check outliers XE in debug by @p-slash in #83
  • Critical fix: copy expid in qso_file copy constructor by @p-slash in #84
  • small changes: start index 1 for printed chunk indices by @p-slash in #85
  • Cubic spline by @p-slash in #86
  • mpi_manager.hpp: include vector and algorithm by @p-slash in #88
  • Crucial fix to xQMLE by @p-slash in #87

Full Changelog: v5.0.4...v5.1.0

v5.0.0

03 Apr 02:32

Choose a tag to compare

The cross-exposure estimator is here!

What's Changed

Full Changelog: v4.5.6...v5.0.0

v4.5.6

15 Jan 19:37

Choose a tag to compare

What's Changed

  • Fix seg fault by @p-slash in #58
  • Fix if mask is empty in smoothing by @p-slash in #59
  • Optimize OMP and oversampled sandwich by @p-slash in #60
  • new solver_invfisher_matrix variable to save inverse fisher solver, S… by @p-slash in #61
  • Fix bootstrap for non-MPI case. by @p-slash in #62
  • improve bootstrap speed in median by @p-slash in #63

Full Changelog: v4.5.2...v4.5.6

v4.5.2

09 Jan 01:26
dd78d2d

Choose a tag to compare

What's Changed

  • reading oversampled resolution matrix no longer supported by @p-slash in #49
  • SmoothResolutionMatrix option by @p-slash in #50
  • New fisher optimization with 11 diagonals by @p-slash in #51
  • use tophat when nz == 1 by @p-slash in #52
  • Cont. marg. improved svd condition by @p-slash in #53
  • use dsymv since it is faster by @p-slash in #54
  • fix median covariance by @p-slash in #55
  • fix Chunk::getComputeTimeEst depracated use of preproc defines by @p-slash in #56
  • _getMaxKindex applies 0.85 to have correct nkbins by @p-slash in #57

Full Changelog: v4.5.1...v4.5.2

v4.5.1

03 Jan 21:11

Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

02 Jan 19:25

Choose a tag to compare

What's Changed

  • Cholesky in bootstrap. redshift binning function is config parameter,… by @p-slash in #38
  • simplify config reading in globals by @p-slash in #39
  • unique pointers in sq table by @p-slash in #40
  • simplify config. common double epsilon by @p-slash in #41
  • Mathtools improvements by @p-slash in #42
  • Bug fix Fisher loop by @p-slash in #43
  • damping based on singular value ratio jump. by @p-slash in #44
  • Chunks are collapsed into OneQSOEstimate for bootstrapping by @p-slash in #45
  • Improved memory tracking by @p-slash in #46
  • Fast bootstrap by @p-slash in #47

Full Changelog: v4.4.4...v4.5.0

v4.4.0

13 Oct 13:14

Choose a tag to compare

What's Changed

The main algorithmic change is that weighted Q matrices are now C-1 Q. This needed fast transpose copy. Furthermore, time cost estimation function was updated to include resolution matrix multiplications and correct number of weighted Q matrices. There are also attempts at optimizing setQ function.

  • vectorized velocity and redshift interpolation functions by @p-slash in #23
  • compute C-1 Qi instead of C-1 Qi C-1. by @p-slash in #24
  • Combine index and stored Q matrices and vectorize by @p-slash in #25
  • eliminate temp z array and vectorized interpolation by @p-slash in #26

Full Changelog: v4.3.6...v4.4.0

v4.3.6

11 Jul 15:11

Choose a tag to compare

What's Changed

Full Changelog: v4.3.5...v4.3.6