Releases: desihub/fiberassign
Internal indexing changes and several fixes
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
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
fiberassign 0.9.0
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
qa-fiberassign compatibility with desitarget >= 0.19.0
fiberassign 0.6.0
fiberassign 0.5.2
Fixes bug in fiber collisions between standards and science targets; adds bin/qa-fiberassign.
Add platform file
This just adds a new platform file that can build fiberassign on any system which has a HARP installation.
fiberassign 0.5.0
bug fixes and cleanup
fiberassign 0.4.0
fixes priorities when assigning sky/stds; misc cleanup