Skip to content

Releases: desihub/fiberassign

Internal indexing changes and several fixes

24 Jun 22:27
Compare
Choose a tag to compare

This release:

  • Changes the internal indexing throughout the code to use the focalplane location rather than the fiber ID.

  • Fixes an issue with reproducibility at different threading concurrencies by sorting the available fibers for each target after calculating them.

  • Removes a shortcut in the fiber collision calculation that resulted in a small number of potential assignments being categorized incorrectly.

fiberassign 1.0.0

23 Feb 01:02
Compare
Choose a tag to compare

This release includes large changes to fiberassign. It includes substantially refactored C++ code, an extensive python interface to that core code (using pybind11), plus python level code for handling I/O, visualization, etc. The documentation has been updated to reflect these changes.

0.10.1

01 Nov 15:42
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

Tagging version 0.10.1

fiberassign 0.9.0

19 Jul 00:43
0.9.0
Compare
Choose a tag to compare

Used by DESI software release 18.6

In-progress major updates to wrapper organization and non-backwards compatible output format changes. More changes will come with next release.

fiberassign 0.7.1

01 Mar 21:20
659880d
Compare
Choose a tag to compare

qa-fiberassign compatibility with desitarget >= 0.19.0

fiberassign 0.6.0

20 Dec 22:32
Compare
Choose a tag to compare
  • Guarantee that higher priority targets are placed first (PR #84)
  • Keep ra,dec as double precision, not single precision (PR #88)

fiberassign 0.5.2

30 Sep 20:54
Compare
Choose a tag to compare

Fixes bug in fiber collisions between standards and science targets; adds bin/qa-fiberassign.

Add platform file

30 Jun 21:27
Compare
Choose a tag to compare

This just adds a new platform file that can build fiberassign on any system which has a HARP installation.

fiberassign 0.5.0

13 Apr 23:06
Compare
Choose a tag to compare

bug fixes and cleanup

fiberassign 0.4.0

28 Mar 04:02
Compare
Choose a tag to compare

fixes priorities when assigning sky/stds; misc cleanup