I believe nuke 7 already supported the deep exr's in openexr 2.0
The exiting feature in 8 is the multipart reading. Now you don't have to load the entire exr anymore if you only need one aov. (of course the exr needs to be written multipart as well, sidefx, please? , but you can alway convert right after rendering).
yeah koen's correct; Nuke has had this stuff for a while now. to generate the data in Houdini 13, you save your DCM as OpenEXR2 via the EXR file extension (instead of RAT). confirm it's a different path then your flat raster, otherwise they'll stomp on each other.
then in Nuke 7+, there is a whole suite of deep image tools (I could talk about deep images for hours)… but to get started, you'll have a deepRead for each deep image, and deepMerge to combine them. After combining everyone, you'll need to flatten the data back to 2D via deepToImage.
other handy tools are the deepSample (to pixel inspect the different channels' samples) and deepToPoints (to look at your data as a point cloud).