Backporting fixes: - Fix numerical bug in BinnedUniforms (2344 by moudheus) - Fix dominick dataset bug. (2364 by haskarb) - Fix MQCMM ignoring zero-seed. (2379 by sighellan)
0.10.7
Backporting fixes: - Add Github footer icon to docs. (2285 by jaheba) - Docs: Custom Pygments style for dark theme. (2290 by jaheba) - Fix README quick examples (2297 by lostella) - Fix text in Quick Start Tutorial (2300 by sighellan) - Update README and tutorial (2311 by lostella) - Fix MQCNN for kernel_size=1 (2321 by lostella)
0.10.6
Backporting fixes: - Improve len() for ParquetFile. (2261 by jaheba) - Max idle transform fix (2262 by jaheba) - Fix ignore hidden files when generating datasets (2263 by kashif) - Fix: set max idle transforms in PyTorch estimators (2266 by lostella) - Fix QuantileForecast.plot() to use DateTimeIndex (2269 by abdulfatir)
0.10.5
Backporting fixes: * Fix broken links in Available-models table (2211 by rshyamsundar) * Fix r_forecast wrapper to shift start date when truncating time series (2216 by abdulfatir) * Improve arrow reading performance (2217 by mr-1993) * Fix dtype bug in piecewise_linear and add a test (2224 by rshyamsundar) * Fix bug in to_quantile_forecast (2225 by eugeneteoh) * Fix gluonts.mx.trainer.Trainer in case of empty data loader (2228 by lostella) * Fix feed-forward models when features are provided (2238 by lostella)
Backporting fixes: * Fix `SymbolBlock` serde issue (2187 by lostella) * Fix dataset arrow writer tool. (2196 by jaheba) * Expose evaluator aggregation_strategy functions (2198 by kashif) * Update Available models table with the hierarchical model (2209 by rshyamsundar)
0.10.3
Backporting fixes: - Fix Prophet wrapper to work with Timestamp instead of Period (2182 by lostella) - Fix dtype for "item_id" column in metrics dataframe (2183 by lostella) - Fix recursive case for gluonts.mx.batchify.stack (2184 by lostella) - Fix: ensure last cell of tutorials runs (2186 by lostella) - Fix item_id values in ConstantValuePredictor (2192 by codingWhale13)