avg_var of L.BatchNormalization to 1 (#4742)F.forget (#5179). In this fix, the double backprop capability of F.forget is removed, since it did not work correctly in some cases.F.rrelu, Randomized Leaky ReLU (RReLU) activation function (#3059, thanks @raven38!)F.erfcx, scaled complementary error function (#5195)F.erfcinv, inverse complementary error function (#5202)F.ndtr, normal cumulative distribution function (#5237)F.log_ndtr (#5239)F.ndtri, the inverse of ndtr (#5247)F.roi_average_align_2d (#5070, thanks @wkentaro!, #5259)F.cumprod (#5074)WarmupShift and MultistepShift extensions (#4935, thanks @mingxiaoh!)L.Maxout (#5068)L.Linear(#5103)axis argument for F.log_softmax (#5215)MultiprocessIterator (#4607)backward_accumulate (#4772)numpy.ascontiguousarray when iDeep is used (#5063)F.cumprod in backward of F.prod (#5094)Link and Chain (#5119)cuda.get_array_module in fused function (#5120)L.Convolution2D error message (#5138, thanks @fiarabbit!)cuda_fusion.py (#5144)eps_inside_sqrt option to RMSprop (#5150)chainer.config.dtype in chainer.get_dtype() (#5167)collections.abc to avoid DeprecationWarning in Python 3.7 (#5172)D.MultivariateNormal (#5173)collections.Iterable (#5180)FunctionHook callbacks (#5191)F.erfinv (#5199)xp.einsum in F.bilinear (#5207)D.Beta (#5219)D.Uniform (#5225)eps < CUDNN_BN_MIN_EPSILON in FixedBatchNormalization (#5232, thanks @cycentum!)ndtr and log_ndtr in normal distribution (#5240)erfcinv for Normal.icdf (#5242)ndtri in normal distribution (#5254)normcdfinv in F.ndtri (#5260)backends.cuda.copyto to backends.copyto and make it work with iDeep (#5095)F.deconvolution_nd (#5129, thanks @fiarabbit!)TestResNetLayers (#5133)Link.__call__ MRO (#5141)PrintReport reports (#5146)F.split_axis (#5157)D.Normal (#5185)F.logsumexp (#5190, thanks @cadenacchi!)F.softmax_cross_entropy (#5238)D.Categorical (#5261)F.erfinv (#5201)tips.rst to Chainer Backend for Intel Architecture (#5208, thanks @mingxiaoh!)C to beta in the example (#5135, thanks @Evanc123!)Link.forward in MNIST model parallel example (#5159)softmax_cross_entropy test (#3409)F.contrastive (#5147)test_erfinv (#5165)open_pickle_dataset (#5182)l2normalize (#5210)contrastive (#5218)DeprecationWarnings at importing Theano (#5230)TestMatMul (#5236).pytest_cache/ to .gitignore (#5193)