Theano: linspace and quantile functions are missing

Hi, the difference between arange and linspace is that arange doesn’t include the max value in the interval whereas linspace does. I would use tt.arange instead of linspace as a temporal workaround but it doesn’t solve the issue with quantile. This function doesn’t exist in theano.
Out of curiosity I checked if pytorch has linspace and quantile and it does…