- updated UPCS transform to allow retention of nan values for infill with downstream transform
- new transform category 'onht' for one-hot encoding
- similar to 'text', but different convention for returned column headers
- i.e. text returns columns as column + '_entry'
- and onht instead returns columns as column + '_onht_'
- where is integer associated with entry
- new transform category 'Unht' similar to onht with an upstream UPCS
- added inversion support with partial recovery for onht, Unht, Utxt, Utx2, Utx3, Ucct, Uord, Uor2, Uor3, Uor6, U101
- also slight tweak to 'text' transforms to replace an array operation with list for clarity