- Bugfix for supporting non-coordinate inputs to transforms supporting quantities. (#706)
Fix two bugs in the
LabelMapperConverter:- When roundtripping a
LabelMapperArray, with a non-default number ofinputs, deserialization fails because the init of theLabelMapperArraywill set the number of inputs in the model to the default value of 2, which is then attempted to be overridden by later deseriaization methods. - The converter fails when
lazy_loadis set to false and themapperis an array.
Both of these issues have been resolved. (#701)
- When roundtripping a
- Fix gwcs evaluation when the input or output frames are
NoneorEmptyFrame. (#684)