Goal
Historically, Heracles operated purely on numpy arrays. Important quantities such as the bias or the spin were stored inside the np.array.dtype.metadata object.
As the code has developed we introduced the Result class that wraps the Heracles results in a more user friendly class.
However, in the process the metadata was left behind, sometimes still used, others forgotten.
The goal of this effort is to refine the metadata that we store and resurface it to the Result class.
Road map
Associated issues
#286
#270
#265
#210
#201
You can help wikipedia by making this list longer.
Goal
Historically, Heracles operated purely on numpy arrays. Important quantities such as the bias or the spin were stored inside the np.array.dtype.metadata object.
As the code has developed we introduced the Result class that wraps the Heracles results in a more user friendly class.
However, in the process the metadata was left behind, sometimes still used, others forgotten.
The goal of this effort is to refine the metadata that we store and resurface it to the Result class.
Road map
Associated issues
#286
#270
#265
#210
#201
You can help wikipedia by making this list longer.