https://github.com/awslabs/gluon-ts
Name Target Message Date
HEAD 61133ef lint: freeze & run Black version `24.02` (#3131) *Issue #, if available:* set a single black version to ensure reproducibility UPDATE: seem that the latest Black would need to be applied *Description of changes:* freeze Black version, but the better way is in #3111 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup cc: @jaheba @kashif @lostella 05 April 2024, 12:42:12 UTC
refs/heads/add-tsdiff-paper 23a0fa8 Update REFERENCES.md 07 December 2023, 08:55:29 UTC
refs/heads/deepar-imputation-model 0f942c0 Factored out mx_switch and added test 06 April 2021, 13:18:59 UTC
refs/heads/dev 61133ef lint: freeze & run Black version `24.02` (#3131) *Issue #, if available:* set a single black version to ensure reproducibility UPDATE: seem that the latest Black would need to be applied *Description of changes:* freeze Black version, but the better way is in #3111 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup cc: @jaheba @kashif @lostella 05 April 2024, 12:42:12 UTC
refs/heads/distribution_anomaly_detection 00a190a add script 11 May 2020, 11:44:52 UTC
refs/heads/nursery 11fed53 fix deepstate serialization, add tests (#445) 13 November 2019, 12:57:37 UTC
refs/heads/v0.10.x b983427 Backports for v0.10.10 (#2654) Backporting fixes - Fix call to extractall #2648 15 February 2023, 12:14:37 UTC
refs/heads/v0.11.x 773a6ff Backports v0.11.12 (#2781) * Fix _version location for sdist. (#2729) * Fix version cmdclass handling. (#2735) * Fix: use non-strict inequality in definition of coverage (#2738) * Add scipy requirement (#2745) * Add scipy requirement * Fix --------- Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Fix dataset file discovery. (#2777) Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> * Fix: Loading of nested paths in FileDataset. (#2779) * Prophet: Pass 'item_id' and 'info' to forecast. (#2780) * Remove usage of glide in tsf-reader. (#2737) * Fix MXNet NOPScaler (#2744) * Test: Set caplog level for shell tests. (#2786) --------- Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> 05 April 2023, 12:29:46 UTC
refs/heads/v0.12.x 28ed1d0 Backports for v0.12.8 (#2850) * Fix pd.Period serialization (#2827) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Remove second call to create_lightning_module on torch estimator (#2834) Co-authored-by: Pablo Vicente <pablo@Pablos-MacBook-Pro.local> * Fix torch DeepAREstimator in case `context_length=1` (#2841) * Ingore hidden files in FileDataset by default. (#2847) * fix black * fix typo * Remove .to_timestamp() to fix interval plotting (#2800) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> --------- Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pablo Vicente <pablovicente93@usal.es> Co-authored-by: Pablo Vicente <pablo@Pablos-MacBook-Pro.local> Co-authored-by: Jasper <schjaspe@amazon.de> 11 May 2023, 12:03:16 UTC
refs/heads/v0.13.x a3ac860 Backports v0.13.9 (#3076) * Fix Rotbaum serialization and deserialization (#3068) * Fix Rotbaum to handle short series (#3073) * fix after backport --------- Co-authored-by: Anurag Pant <anuragpant@cs.ucla.edu> 07 December 2023, 08:28:25 UTC
refs/heads/v0.14.x 0cc3cd9 Backports for v0.14.4 (#3121) *Description of changes:* backporting fixes - #3094 - #3115 Additionally: cap pandas version to <2.2 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup --------- Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> 02 February 2024, 12:35:57 UTC
refs/heads/v0.4.x 99a7380 Backport #768: Fix pydanitc `create_model` usage. (#783) * Fix pydanitc `create_model` usage. (#768) Fixes #767 The `model_name` argument was renamed to `__model_name` in [1367](https://github.com/samuelcolvin/pydantic/pull/1367). This change ensure that our code works with both future and past versions of pydantic. * fix style according to black==19.3b0 Co-authored-by: Jasper Schulz <schjaspe@amazon.de> 23 April 2020, 08:27:54 UTC
refs/heads/v0.5.x 18ab342 Backports to 0.5.x (#1020) * remove kwargs from hybrid_forward input name inference (#846) * Fix the quantiles used to compute MSIS (#849) * Fix to_time_series_item in splitter. (#874) * Fix to_time_series_item in splitter. TimeSeriesItem takes List[List] not List[np.ndarray]. * Added test-case. * updated Pandas deprecation (#875) * updated Pandas deprecation * updating Pandas deprecation * Simplify splitter.py convert two Timdelta objects into one Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * Updated Frequency String for Pandas Timestamp (#884) * updated Pandas deprecation * updating Pandas deprecation * Simplify splitter.py convert two Timdelta objects into one Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * using right frequency for Timestamp Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * Changed dataset.splitter to use DataEntry instead of TimeSeriesItem (#890) * splitting features and uses DataEntry instead of TimeSeriesItem * fixed spacing in docstrings * fixed spacing in all the docstrings * updated splitter test cases to be compatible with type DataEntry * more concise splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * More concise splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * More descriptive splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * reformatted for PR Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * fix multiprocessing in backtest function (#915) * Fix LDS distribution for the case where sequence_length==1 (#921) * wrap mx.nd.split to address edge case * fix import * update docstring * Defaulting MSIS to NaN when it can't be calculated. (#923) * fix import Co-authored-by: Caner Turkmen <turkmen.ac@gmail.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: pmohamma <34934238+pmohamma@users.noreply.github.com> Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> 01 September 2020, 09:38:23 UTC
refs/heads/v0.6.x 68c79be Merges for v0.6.9 (#1454) * Fix train-test split data leakage for m4_yearly and wiki-rolling_nips. (#1445) * Lock the version for mxnet theme to 0.3.15 (#1451) Co-authored-by: Leonardo Araneda Freccero <arangatang@users.noreply.github.com> Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com> 11 May 2021, 08:22:17 UTC
refs/heads/v0.7.x d46d851 Backports for v0.7.7 (#1654) * Fix frequency metadata bug for lstnet datasets (#1593) * Add batch_size attribute to MQCNNEstimator and MQRNNEstimator (#1645) * Fix NegativeBinomial constructor args in NegativeBinomialOutput (torch) (#1651) Co-authored-by: StanG <60091564+StanislasGuinel@users.noreply.github.com> 12 August 2021, 09:53:09 UTC
refs/heads/v0.8.x 20f5ba1 Backports for v0.8.1 (#1655) * loosen RTOL in `test/distribution/test_flows.py` to make `test_flow_invertibility` pass (#1604) * loosen RTOL to make `test_flow_invertibility` pass * fix type Co-authored-by: Eduard Uffelmann <uffeledu@amazon.com> * Add batch_size attribute to MQCNNEstimator and MQRNNEstimator (#1645) * Fix NegativeBinomial constructor args in NegativeBinomialOutput (torch) (#1651) * Fix frequency string conversion from ts format, add test (adapted from #1652) Co-authored-by: Eduard <edu3@gmx.net> Co-authored-by: Eduard Uffelmann <uffeledu@amazon.com> Co-authored-by: StanG <60091564+StanislasGuinel@users.noreply.github.com> 12 August 2021, 09:53:31 UTC
refs/heads/v0.9.x 3099156 Backports v0.9.10 (#2653) * Add `gluonts.util.safe_extract` (#2606) Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Fix call to `extractall` (#2648) * remove py36 * fix requirements * fix flake8 * Cap numpy compatibility in `mxnet` extra requirements (#2506) * xfail multivariate grouper test Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <schjaspe@amazon.de> * roll back undesired change * fixup * remove np.long * fix * fix flake8 --------- Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <schjaspe@amazon.de> 15 February 2023, 12:13:49 UTC
refs/heads/zebras 3c203c4 Zebras: Add Schema. (#2767) 03 April 2023, 09:26:23 UTC
refs/tags/ROOT 443fa28 Root commit 16 May 2019, 23:45:22 UTC
refs/tags/v0 a8f1500 Ignore nursery in torch tests. (#1899) 21 February 2022, 08:45:06 UTC
refs/tags/v0.1.0 ac0731b Prepare 0.1.0 release (#49) 03 June 2019, 15:38:18 UTC
refs/tags/v0.1.1 d0a605a Release 0.1.1 (#51) * Add long description for PyPi * Make black happy * Bump version to 0.1.1 03 June 2019, 16:06:59 UTC
refs/tags/v0.1.2 bd59e8d update version number to 0.1.2 07 June 2019, 15:04:16 UTC
refs/tags/v0.1.3 304fece Bumped version to `0.1.3`. 13 June 2019, 12:09:07 UTC
refs/tags/v0.1.4 0c2b519 set version number to 0.1.4 14 June 2019, 21:25:54 UTC
refs/tags/v0.10.0 05de2ad v0.10.x branch (#2124) 30 June 2022, 19:33:19 UTC
refs/tags/v0.10.0rc1 e96638a v0.10.x branch. 24 June 2022, 14:14:53 UTC
refs/tags/v0.10.1 460e03d Backports for v0.10.1 (#2145) * Docs: Rework `installation` section. (#2130) * Fix DatasetCollection (#2135) * Fix `PandasDataset` for Python 3.9 (#2141) * Docs: Fix running tutorials for publishing docs. (#2138) * Docs: Fix running tutorials for publishing docs. * Update requirements. * Docs: Make notebook templates. (#2122) * Use of check_github_event. * Fix issues with hyperparameter tuning tutorial (#2143) * Apply black to notebooks. (#2144) Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: rsnirwan <rajbir.nirwan@gmail.com> 08 July 2022, 08:49:51 UTC
refs/tags/v0.10.10 b983427 Backports for v0.10.10 (#2654) Backporting fixes - Fix call to extractall #2648 15 February 2023, 12:14:37 UTC
refs/tags/v0.10.2 64fc923 Backports for v0.10.2. (#2163) * Make `PandasDataset` faster (#2148) * Interrupting `mx.Trainer` stops training. (#2131) Co-authored-by: Jasper <schjaspe@amazon.de> * Docs: Simplify wide `DataFrame` example (#2150) * Docs: fix links in models table (#2156) * Ignore divide warnings in evaluation. (#2159) * Add 'Background' section to docs. (#2129) * Docs: Add info about version guarantees. (#2161) Co-authored-by: Lorenzo Stella <stellalo@amazon.com> Co-authored-by: Hongqing-work <76149632+Hongqing-work@users.noreply.github.com> 14 July 2022, 11:35:33 UTC
refs/tags/v0.10.3 ef7a7e7 Backports for v0.10.3 (#2194) Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Nils Kiele <nilsmlte@amazon.com> 08 August 2022, 07:33:06 UTC
refs/tags/v0.10.4 c45b248 Backports for 0.10.4 (#2213) * Fix `SymbolBlock` serde issue (#2187) * Fix dataset arrow writer tool. (#2196) Also fix `__len__` for `ArrowFile`. * Expose evaluator aggregation_strategy functions (#2198) * Update Available models table with the hierarchical model (#2209) * fixup Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> Co-authored-by: Syama Sundar Rangapuram <r.shyamsundar@gmail.com> 14 August 2022, 13:50:39 UTC
refs/tags/v0.10.5 25b8249 Fix broken links in Available-models table (#2211) 11 August 2022, 13:00:24 UTC
refs/tags/v0.10.6 c0463d4 Backports for v0.10.6 (#2273) * Use brand colors in docs. (#2257) * Docs: Reformatting table, badge colors. (#2258) * Improve len() for ParquetFile. (#2261) * Move max_idle_transform usage to GluonEstimator. (#2262) * Fix ignore hidden files when generating datasets (#2263) * Fix: set max idle transforms in PyTorch estimators (#2266) * Fix `QuantileForecast.plot()` to use `DateTimeIndex` (#2269) * Docs: update contribution guidelines and dev setup (#2270) * Update project_urls. (#2274) Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> 06 September 2022, 08:07:43 UTC
refs/tags/v0.10.7 470c337 Backports v0.10.7 (#2326) Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Sigrid Passano Hellan <sighellan@gmail.com> 27 September 2022, 09:38:30 UTC
refs/tags/v0.10.8 be1a39e Backports for v0.10.8 (#2400) * Fix numerical bug in `BinnedUniforms` (#2344) prob.cumsum() - prob is a numerically unsafe way to shift prob.cumsum() to the right. The numerical error will create small gaps or overlaps in the bins defined by lower and upper bounds. If a quantile falls in one of these overlap or gap the one hot bin indicator will have 0 or 2 hot bins and generate a shape mismatch error. The fix consists of doing a shift by copy. * Fix dominick dataset bug. (#2364) * Proposed fix to zero seed bug. (#2379) Co-authored-by: Sigrid Passano Hellan <sphellan@amazon.de> Co-authored-by: Marc van Oudheusden <60158499+moudheus@users.noreply.github.com> Co-authored-by: Bhaskar Dhariyal <20501023+haskarb@users.noreply.github.com> Co-authored-by: Sigrid Passano Hellan <sighellan@gmail.com> Co-authored-by: Sigrid Passano Hellan <sphellan@amazon.de> 28 October 2022, 17:45:20 UTC
refs/tags/v0.10.9 c9a6f96 Backports for v0.10.9 (#2610) * Fix version in requirements to comply with stricter setuptools. (#2604) Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Backport: Add gluonts.util.safe_extract (#2606) * Expose aggregation method in ensemble NBEATS, fix forecast shape (#2598) * Disable Py36 tests, fix version. * Fixup. * Cap numpy compatibility in `mxnet` extra requirements (#2506) * xfail multivariate grouper test Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <schjaspe@amazon.de> --------- Co-authored-by: Lorenzo Stella <stellalo@amazon.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> 06 February 2023, 11:01:24 UTC
refs/tags/v0.11.0 a5ba84a Initial commit for v0.11.x (#2353) 10 October 2022, 11:58:34 UTC
refs/tags/v0.11.1 ca6e4f2 Backports for v0.11.1 (#2401) * Fix dominick dataset bug. (#2364) * Remove strange quoting marks from docstrings (#2368) * Change 'confidence interval' to 'prediction interval' (#2373) * Proposed fix to zero seed bug. (#2379) Co-authored-by: Sigrid Passano Hellan <sphellan@amazon.de> Co-authored-by: Bhaskar Dhariyal <20501023+haskarb@users.noreply.github.com> Co-authored-by: Nils Kiele <nilsmlte@amazon.de> Co-authored-by: Sigrid Passano Hellan <sighellan@gmail.com> Co-authored-by: Sigrid Passano Hellan <sphellan@amazon.de> 28 October 2022, 17:45:47 UTC
refs/tags/v0.11.10 97a67ee Backports for v0.11.10 (#2655) * Fix `validation_data` usage in torch. (#2643) * Fix norm-freq to consider freq starts. (#2645) * Fix call to `extractall` (#2648) --------- Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Jasper <schjaspe@amazon.de> 15 February 2023, 12:15:12 UTC
refs/tags/v0.11.11 5231fa0 Backports v0.11.11 (#2675) * Faster index building in PandasDataset (#2663) * Speed up `PandasDataset.from_long_dataframe` (#2665) * Fix `DateSplitter` when split date is before start (#2670) * Remove creation of ragged sequences in MultivariateGrouper (#2671) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.com> --------- Co-authored-by: Huibin Shen <icdishb@gmail.com> Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> 20 February 2023, 13:51:55 UTC
refs/tags/v0.11.12 773a6ff Backports v0.11.12 (#2781) * Fix _version location for sdist. (#2729) * Fix version cmdclass handling. (#2735) * Fix: use non-strict inequality in definition of coverage (#2738) * Add scipy requirement (#2745) * Add scipy requirement * Fix --------- Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Fix dataset file discovery. (#2777) Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> * Fix: Loading of nested paths in FileDataset. (#2779) * Prophet: Pass 'item_id' and 'info' to forecast. (#2780) * Remove usage of glide in tsf-reader. (#2737) * Fix MXNet NOPScaler (#2744) * Test: Set caplog level for shell tests. (#2786) --------- Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> 05 April 2023, 12:29:46 UTC
refs/tags/v0.11.2 49e55ce Backports for v0.11.2 (#2449) * Fix rotbaum random seed and num_samples argument. (#2408) * Hierarchical: Make sure the input S matrix is of right dtype (#2415) * Speed up `PandasDataset` for long dataframes (#2435) * Fix frequency inference in `PandasDataset` (#2442) * Mypy fixes (#2427) * Fix new mypy complaints. * Also remove ininspection comments. * Tests: Change Python versions. (#2448) Remove Python 3.6, instead test up to 3.10. Co-authored-by: Sigrid Passano Hellan <sighellan@gmail.com> Co-authored-by: Syama Sundar Rangapuram <r.shyamsundar@gmail.com> Co-authored-by: Jasper <schjaspe@amazon.de> 21 November 2022, 10:41:00 UTC
refs/tags/v0.11.3 4abf07a Backports v0.11.3 (#2459) * Add test cases for `PandasDataset`, fix missing assertion (#2453) * Speed up `PandasDataset` further (#2441) * Fix MANIFEST.in (#2456) * fix path for backport in MANIFEST.in 24 November 2022, 09:11:48 UTC
refs/tags/v0.11.3rc1 4abf07a Backports v0.11.3 (#2459) * Add test cases for `PandasDataset`, fix missing assertion (#2453) * Speed up `PandasDataset` further (#2441) * Fix MANIFEST.in (#2456) * fix path for backport in MANIFEST.in 24 November 2022, 09:11:48 UTC
refs/tags/v0.11.4 332b3e4 v0.11.4 backports 05 December 2022, 13:51:34 UTC
refs/tags/v0.11.5 d38ee93 Backports for v0.11.5. (#2491) * Fix: use right context in DeepVARHierarchicalEstimator (#2478) * Add requirement files to MANIFEST.in (#2490) Without this, the source distribution of gluonts don't contain the requirement files, which are needed to execute setup.py Co-authored-by: Ziqin Xiong <ziqin.xiong@c3.ai> 13 December 2022, 13:28:04 UTC
refs/tags/v0.11.6 65dc5be Backports for v0.11.6 (#2511) * Fix dataclass handling of member inheritance. (#2492) * Fix: sort dataset keys in error message when importing non-existing dataset (#2497) Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * Fix `DateSplitter` for multiples of base frequencies (#2500) * Fix docstrings according to docformatter (#2501) * Pin docformatter version. (#2507) * Docs: Fix install instructions. (#2508) * Add examples to docstring for `periods_between` (#2504) * Cap numpy compatibility in `mxnet` extra requirements (#2506) * xfail multivariate grouper test Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <schjaspe@amazon.de> * remove undesired files * `itertools.select`. (#2426) * Add itertools select. Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> 20 December 2022, 09:06:02 UTC
refs/tags/v0.11.7 d9d2fc7 Backports for v0.11.7 (#2527) * Fix `serde.dataclass` inheritance handling. (#2512) Further simplified impementation. * Fix `QuantileForecast.quantile` in case only mean is stored (#2513) * Remove mypy plugin for dataclass. (#2514) * GH Actions: Use authenticated requests for just. (#2522) * Fix `aggregate_valid` for non-numerical columns (#2526) * Make serde.dataclass always kw-only. (#2428) Co-authored-by: Jasper <schjaspe@amazon.de> 03 January 2023, 08:38:13 UTC
refs/tags/v0.11.8 287ab2e Backports for v0.11.8 (#2570) * Update workflow actions to latest versions (#2447) * Simplify setup.py (#2525) * Use Justfile for checks. * Fix dataclass eventual handling. (#2530) * Improve README example (#2538) * Change SeasonalNaive fallback predictor to nanmean (#2549) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Compact PandasDataset string representation (#2558) Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Update `MANIFEST.in`. (#2566) Fixes: #2564 We want to distribute more files in the source distribution, such that GluonTS can be more easily be imported in other distributions, e.g. conda. * Add NaN validation to Evaluator (#2568) Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> 17 January 2023, 11:10:44 UTC
refs/tags/v0.11.9 435c7ae Backports for v0.11.9 (#2607) * Fix: avoid automatic device detection via serialized tensors when deserializing. (#2576) * Make itertools Map/Filter dataclasses. (#2579) * serde: Fix encoding of dtypes. (#2586) * Add assertion to split function ensuring valid windows (#2587) * Ensure dtype on feat_time in torch DeepAR. (#2596) * Expose aggregation method in ensemble NBEATS, fix forecast shape (#2598) * Fix version in requirements to comply with stricter setuptools. (#2604) Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Add `gluonts.util.safe_extract` (#2606) Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * fix requirements further * fix style * remove undesired change --------- Co-authored-by: Shubham Kapoor <shubhamkapoor@users.noreply.github.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: MarcelK1102 <32066654+MarcelK1102@users.noreply.github.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> 30 January 2023, 16:21:52 UTC
refs/tags/v0.12.0 2fc78a4 Backports for v0.12.0 (#2608) * Add assertion to split function ensuring valid windows (#2587) * Ensure dtype on feat_time in torch DeepAR. (#2596) * Move NPTS back to `gluonts.model` (#2597) * Expose aggregation method in ensemble NBEATS, fix forecast shape (#2598) * Fix bug with static cardinalities in `PandasDataset` (#2599) * Expose `weight_decay` in torch TFT estimator class (#2603) * Fix version in requirements to comply with stricter setuptools. (#2604) Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Add `gluonts.util.safe_extract` (#2606) Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> * Fix incorrect import in `tsbench`, apply latest black (#2613) * Allow ReduceLROnPlateau to track val_loss when validation set is available (#2614) --------- Co-authored-by: MarcelK1102 <32066654+MarcelK1102@users.noreply.github.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Lorenzo Stella <stellalo@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> 02 February 2023, 09:23:58 UTC
refs/tags/v0.12.0rc1 9bb9c05 Initial commit for v0.12.x 26 January 2023, 11:35:45 UTC
refs/tags/v0.12.1 a712ba0 Backports for v0.12.1 (#2626) * Fix: torch `PoissonOutput` scaling (#2619) * Remove `dataclasses` requirement (#2623) * Fix installation docs, fix typos in docstrings (#2625) --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> 08 February 2023, 15:12:32 UTC
refs/tags/v0.12.2 7b6c200 Backports for v0.12.2 (#2656) * Fix `validation_data` usage in torch. (#2643) * Fix norm-freq to consider freq starts. (#2645) * Fix call to `extractall` (#2648) --------- Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Jasper <schjaspe@amazon.de> 15 February 2023, 12:16:04 UTC
refs/tags/v0.12.3 edd11bd Backports v0.12.3 (#2676) * Delay instantiation of `ScipyStudentT` object (#2660) * Faster index building in PandasDataset (#2663) * Speed up `PandasDataset.from_long_dataframe` (#2665) * Fix r-forecast doc strings (#2669) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> * Fix `DateSplitter` when split date is before start (#2670) * Remove creation of ragged sequences in MultivariateGrouper (#2671) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.com> --------- Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Huibin Shen <icdishb@gmail.com> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> 20 February 2023, 13:53:30 UTC
refs/tags/v0.12.4 1259d4b Backports v0.12.4 (#2721) * Fix `ev.seasonal_error` (#2696) * Docs: minor spelling fix (#2701) * Fix Pandas 2.0 compatibility issues (#2710) * Relax pandas requirement to include pandas 2.x. (#2713) * Fix DistributionForecast failure on GPU (#2714) * file style in init files --------- Co-authored-by: Lorenzo Stella <stellalo@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Huibin Shen <icdishb@gmail.com> Co-authored-by: Pedro Eduardo Mercado Lopez <pedroml@amazon.com> 15 March 2023, 12:37:33 UTC
refs/tags/v0.12.5 d370421 Backports for v0.12.5 (#2734) * Allow PyTorch 2.0 (#2724) * Improve check for validation loop in lightning modules (#2726) * Update CP-Flow fork as extra dependency for MQF2 (#2727) * Allow PyTorch Lightning 2.0 (#2728) * Fix _version location for sdist. (#2729) * Add warning for "object" features in PandasDataset (#2731) * Docs: Add extra requirements. (#2732) * Fix validation loop check for Lightning modules (#2733) --------- Co-authored-by: Jasper <schjaspe@amazon.de> 20 March 2023, 13:36:43 UTC
refs/tags/v0.12.6 3e2265f Backports v0.12.6 (#2782) * Fix version cmdclass handling. (#2735) * Remove usage of glide in tsf-reader. (#2737) * Fix: use non-strict inequality in definition of coverage (#2738) * Update Available Models (#2740) * Update TFT * Update DeepNPTS and MQF2 --------- Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Fix MXNet NOPScaler (#2744) * Add scipy requirement (#2745) * Add scipy requirement * Fix --------- Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Fix dataset file discovery. (#2777) Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> * Fix pandas removed deprecations in tests (#2778) * Fix: Loading of nested paths in FileDataset. (#2779) * Prophet: Pass 'item_id' and 'info' to forecast. (#2780) --------- Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> 05 April 2023, 08:20:45 UTC
refs/tags/v0.12.7 74e8fa9 Backports v0.12.7 (#2816) * Test: Set caplog level for shell tests. (#2786) * Avoid zero scale in StudentTOutput (#2791) * Clamp min scale for StudentT * Update src/gluonts/torch/distributions/studentT.py Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> * Update studentT.py --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> * Fix: remove multiprocessing from TSFReader (#2806) * Update `setuptools` and `wheel` in test workflow (#2802) --------- Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> 20 April 2023, 13:52:21 UTC
refs/tags/v0.12.8 28ed1d0 Backports for v0.12.8 (#2850) * Fix pd.Period serialization (#2827) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> * Remove second call to create_lightning_module on torch estimator (#2834) Co-authored-by: Pablo Vicente <pablo@Pablos-MacBook-Pro.local> * Fix torch DeepAREstimator in case `context_length=1` (#2841) * Ingore hidden files in FileDataset by default. (#2847) * fix black * fix typo * Remove .to_timestamp() to fix interval plotting (#2800) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> --------- Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Pablo Vicente <pablovicente93@usal.es> Co-authored-by: Pablo Vicente <pablo@Pablos-MacBook-Pro.local> Co-authored-by: Jasper <schjaspe@amazon.de> 11 May 2023, 12:03:16 UTC
refs/tags/v0.13.0 2730601 0.13 backports (#2868) * 0.13 backports Zebras: Improve equality for Periods. (#2857) Add ``join_items`` to itertools. (#2859) Zebras: Add `eq_to` to TimeFrame. (#2858) Zebras: Add eq_shape to TimeFrame. (#2863) Zebras: Allow to slice TimeFrame using plain strings for time info. (#2865) Simplify plotting of forecasts. (#2864) Zebras: Add TimeSeries.to_numpy. (#2866) Update plotting in readme example. (#2867) Cache groupby result in `PandasDataset` (#2860) Docs: Fix and simplify tutorials. (#2869) Docs: Fix black formatting of % instructions. (#2870) Add feat_static_cat for TSF datasets (#2871) Docs: Add download link to notebooks. (#2872) Update action to configure AWS credentials (#2873) * Docs: Use torch DeepAR in README. (#2874) 18 May 2023, 04:40:03 UTC
refs/tags/v0.13.0rc1 cd0b0d5 Initial commit for v0.13.x 11 May 2023, 12:12:37 UTC
refs/tags/v0.13.1 33cffc2 Backports v0.13.1 (#2886) * Speedup is_uniform for PandasDataset. (#2878) * Fix docstrings in torch lightning modules (#2880) * Fix default scale in torch DeepAR (#2885) --------- Co-authored-by: Jasper <schjaspe@amazon.de> 24 May 2023, 11:47:26 UTC
refs/tags/v0.13.2 e1c33cd Backports for 0.13.2 (#2912) * Fix NaNs in seasonal error (#2894) * Filter unused fields during inference (#2905) Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Lorenzo Stella <stellalo@amazon.com> * Define __repr__ instead of __str__ for PandasDataset (#2906) * Fix typo in background.md (#2907) Should read: "[...] events in the future." Not "[...] events in the feature." * Fix another typo in background.md (#2908) "electricity" was misspelled --------- Co-authored-by: Gerald Woo <woogerald@yahoo.com.sg> Co-authored-by: Abdul Fatir <Abdulfatirs@gmail.com> Co-authored-by: Abdul Fatir Ansari <ansarnd@amazon.com> Co-authored-by: Tristan Nixon <tnixon@users.noreply.github.com> 07 June 2023, 13:19:35 UTC
refs/tags/v0.13.3 48d22d7 Backports for v0.13.3 (#2954) * Fix JsonLinesFile slicing. (#2925) * Zebras: Fix index handling of SplitFrame.resize. (#2938) * Docs: fix missing values use-case in `PandasDataset` docs (#2941) * Ignore F403 errors in preludes. (#2948) * Fix: prevent accumulation of `SelectFields` in `PyTorchPredictor` (#2951) * Prevent redundant accumulation of fields * update fix --------- Co-authored-by: Cameronwood611 <cwood611@uab.edu> Co-authored-by: Lorenzo Stella <stellalo@amazon.com> * [Docs] fix link to NPTS implementation (#2953) * Revert "Fix JsonLinesFile slicing. (#2925)" This reverts commit fa7f9a01006fc54605cbd116159e664149e89067. --------- Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: cneely33 <cneely33@gmail.com> Co-authored-by: cameronwood611 <cameron.wood611@gmail.com> Co-authored-by: Cameronwood611 <cwood611@uab.edu> 07 August 2023, 13:53:46 UTC
refs/tags/v0.13.4 fd816ce Backports for v0.13.4 (#2979) * Turn `type` comparison into `isinstance` (#2958) * Clean up RepresentablePredictor (#2967) * Fix: use `isinstance` instead of type comparison (#2973) * fix type comparison --------- Co-authored-by: Pedro Eduardo Mercado Lopez <pedroml@amazon.com> * Fix ArrowDecoder.decode to return instead of yield (#2976) * Unpin pyarrow version (#2977) * Fix Cython version in XGBoost tests (#2966) * black --------- Co-authored-by: Pedro Mercado <34275963+melopeo@users.noreply.github.com> Co-authored-by: Pedro Eduardo Mercado Lopez <pedroml@amazon.com> 25 August 2023, 07:29:50 UTC
refs/tags/v0.13.5 234dc4e Backports v0.13.5 (#3004) * Raise warning in `QuantileForecast.mean` when mean is not there (#2843) * [R] Bug fix for running R methods via ParallelizedPredictor (#2983) * Fix Forecast plot method (#3006) Latest matplotlib update had broken it since we were using internal API * fixup to support py37 --------- Co-authored-by: Syama Sundar Rangapuram <r.shyamsundar@gmail.com> 18 September 2023, 08:37:17 UTC
refs/tags/v0.13.6 e6f5663 Backports v0.13.6 (#3016) * [torch] Return a model even if callback has no best model path (#2952) * Move from `pytorch_lightning` to `lightning` (#3013) --------- Co-authored-by: Kashif Rasul <kashif.rasul@gmail.com> Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> 16 October 2023, 13:58:40 UTC
refs/tags/v0.13.7 ca40b46 Update requirements-pytorch.txt (#3019) 18 October 2023, 08:34:23 UTC
refs/tags/v0.13.8 dd8449f Backports v0.13.8 (#3054) * Refactor tests for `ev.aggregations` (#3038) * Fix edge cases in metric computation (#3037) * Rotbaum: Add item-id to forecast. (#3049) * Fix mypy checks (#3052) * add init --------- Co-authored-by: Jasper <schjaspe@amazon.de> 14 November 2023, 09:49:14 UTC
refs/tags/v0.13.9 a3ac860 Backports v0.13.9 (#3076) * Fix Rotbaum serialization and deserialization (#3068) * Fix Rotbaum to handle short series (#3073) * fix after backport --------- Co-authored-by: Anurag Pant <anuragpant@cs.ucla.edu> 07 December 2023, 08:28:25 UTC
refs/tags/v0.14.0 380bf89 Backports for v0.14.0rc2 (#3032) * Fix WaveNet inputs (#3022) * Fix version range for lightning (#3023) * Allow VCS install using GLUONTS_FALLBACK_VERSION (#3028) * Make `mypy` checks opt-out instead of opt-in, fix several type issues (#3027) Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> * No API docs for nursery. (#3030) * Fix: #3030. (#3031) * Add support for Pydantic v1 and v2. (#3026) --------- Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com> Co-authored-by: Jasper <schjaspe@amazon.de> 27 October 2023, 08:10:35 UTC
refs/tags/v0.14.0rc1 be52a5f initial commit for v0.14.x 16 October 2023, 12:40:55 UTC
refs/tags/v0.14.0rc2 380bf89 Backports for v0.14.0rc2 (#3032) * Fix WaveNet inputs (#3022) * Fix version range for lightning (#3023) * Allow VCS install using GLUONTS_FALLBACK_VERSION (#3028) * Make `mypy` checks opt-out instead of opt-in, fix several type issues (#3027) Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> * No API docs for nursery. (#3030) * Fix: #3030. (#3031) * Add support for Pydantic v1 and v2. (#3026) --------- Co-authored-by: Oleksandr Shchur <shchuro@amazon.com> Co-authored-by: ddelange <14880945+ddelange@users.noreply.github.com> Co-authored-by: Jasper <schjaspe@amazon.de> 27 October 2023, 08:10:35 UTC
refs/tags/v0.14.1 536465d Backports v0.14.1 (#3055) * Refactor tests for `ev.aggregations` (#3038) * Fix edge cases in metric computation (#3037) * Add plt.show() to README (#3043) * Rotbaum: Add item-id to forecast. (#3049) * Fix mypy checks (#3052) --------- Co-authored-by: Jasper <schjaspe@amazon.de> 14 November 2023, 09:49:32 UTC
refs/tags/v0.14.2 3c434d8 Backports for v0.14.2 (#3063) * Fix `iterable.Cached`. (#3060) * Torch: Remove double caching of dataset. (#3061) --------- Co-authored-by: Jasper <schjaspe@amazon.de> 27 November 2023, 10:56:31 UTC
refs/tags/v0.14.3 ed8d813 Backports v0.14.3 (#3077) * Fix Rotbaum serialization and deserialization (#3068) * Fix Rotbaum to handle short series (#3073) --------- Co-authored-by: Anurag Pant <anuragpant@cs.ucla.edu> 07 December 2023, 08:28:36 UTC
refs/tags/v0.14.4 0cc3cd9 Backports for v0.14.4 (#3121) *Description of changes:* backporting fixes - #3094 - #3115 Additionally: cap pandas version to <2.2 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. **Please tag this pr with at least one of these labels to make our release process faster:** BREAKING, new feature, bug fix, other change, dev setup --------- Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> 02 February 2024, 12:35:57 UTC
refs/tags/v0.2.0 923f626 fixup! Minor fixes in the ProphetPredictor - Rename `ProphetDataEntry.train_input` to `~.prophet_training_data`. - Remove property-level override parameters from the `predict` method. 04 July 2019, 18:44:10 UTC
refs/tags/v0.2.1 f8572ab Re-added locate for Forecaster detection. (#181) This allows arbitrary class-paths to be used in shell. 08 July 2019, 16:14:33 UTC
refs/tags/v0.2.2 624b872 More shell fixes - Add proper documentation strings. - Fix the printed script name in help output. - Add a `force-static` train parameter that forces the creation of a static predictor from the expected model location. 09 July 2019, 16:26:17 UTC
refs/tags/v0.2.3 91de798 Refactored metric printing. (#188) 10 July 2019, 12:44:36 UTC
refs/tags/v0.3.0 a6d7e2b Align MXNet version range in conda and docs (#217) 22 July 2019, 17:08:45 UTC
refs/tags/v0.3.1 9a1fd93 Added throughput logging for inference. (#228) 01 August 2019, 15:55:03 UTC
refs/tags/v0.3.2 ffe17d5 fix #234: Added method to fixup non json-spec compliant floats to make the resp… (#236) * Added method to fixup non json-spec compliant floats to make the response json compliant 13 August 2019, 00:13:18 UTC
refs/tags/v0.3.3 e3fc99f Removed `get_granularity`. (#265) Replaced with `pandas.tseries.frequencies.to_offset`. Relates to: #264 28 August 2019, 01:47:50 UTC
refs/tags/v0.4.0 4da2167 DeepStateEstimator: Some adjustments to hyperparameter settings (#415) * DeepStateEstimator: Some adjustments to hyperparameter settings * fix issues with import * remove empty line * address comments * fixing bugs * address comment 08 November 2019, 14:34:24 UTC
refs/tags/v0.4.1 db99013 Added median as alias for p50 to Forecast. (#450) 14 November 2019, 15:29:59 UTC
refs/tags/v0.4.2 d37f057 Refined doc requiremnents; using sphinx 2. (#477) 26 November 2019, 16:22:43 UTC
refs/tags/v0.4.3 99a7380 Backport #768: Fix pydanitc `create_model` usage. (#783) * Fix pydanitc `create_model` usage. (#768) Fixes #767 The `model_name` argument was renamed to `__model_name` in [1367](https://github.com/samuelcolvin/pydantic/pull/1367). This change ensure that our code works with both future and past versions of pydantic. * fix style according to black==19.3b0 Co-authored-by: Jasper Schulz <schjaspe@amazon.de> 23 April 2020, 08:27:54 UTC
refs/tags/v0.5.0 46e22a7 bound negbin scale above 1 (#814) 10 May 2020, 16:10:28 UTC
refs/tags/v0.5.1 22e7aa7 Fix pandas requirement. (#967) (#969) * Fix pandas requirement. * Fixing formatting issue. Co-authored-by: Aaron Spieler <25365592+AaronSpieler@users.noreply.github.com> 04 August 2020, 08:31:56 UTC
refs/tags/v0.5.2 18ab342 Backports to 0.5.x (#1020) * remove kwargs from hybrid_forward input name inference (#846) * Fix the quantiles used to compute MSIS (#849) * Fix to_time_series_item in splitter. (#874) * Fix to_time_series_item in splitter. TimeSeriesItem takes List[List] not List[np.ndarray]. * Added test-case. * updated Pandas deprecation (#875) * updated Pandas deprecation * updating Pandas deprecation * Simplify splitter.py convert two Timdelta objects into one Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * Updated Frequency String for Pandas Timestamp (#884) * updated Pandas deprecation * updating Pandas deprecation * Simplify splitter.py convert two Timdelta objects into one Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * using right frequency for Timestamp Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * Changed dataset.splitter to use DataEntry instead of TimeSeriesItem (#890) * splitting features and uses DataEntry instead of TimeSeriesItem * fixed spacing in docstrings * fixed spacing in all the docstrings * updated splitter test cases to be compatible with type DataEntry * more concise splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * More concise splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * More descriptive splitter.py Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * reformatted for PR Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> * fix multiprocessing in backtest function (#915) * Fix LDS distribution for the case where sequence_length==1 (#921) * wrap mx.nd.split to address edge case * fix import * update docstring * Defaulting MSIS to NaN when it can't be calculated. (#923) * fix import Co-authored-by: Caner Turkmen <turkmen.ac@gmail.com> Co-authored-by: Jasper <schjaspe@amazon.de> Co-authored-by: pmohamma <34934238+pmohamma@users.noreply.github.com> Co-authored-by: Pouya Mohammadi <mpouya@amazon.com> Co-authored-by: Jasper <jasper.b.schulz@googlemail.com> 01 September 2020, 09:38:23 UTC
refs/tags/v0.6.0 4b14776 Fix travis deployment. (#1139) 10 November 2020, 12:13:42 UTC
refs/tags/v0.6.1 6c8ae6f Masking edge case fix (#1137) (#1152) * Masking edge case fix (cherry picked from commit 1965d8e3988c23cda6ed755a110bf86f37c50f08) Co-authored-by: Konstantinos Benidis <benidisk@gmail.com> 18 November 2020, 16:11:49 UTC
refs/tags/v0.6.2 21d0fb7 fix chain method of Transformation (#1156) (#1167) (cherry picked from commit 13dd13) Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com> 24 November 2020, 11:06:47 UTC
refs/tags/v0.6.3 71af81f Merges for v0.6.3 (#1185) * Added item_id to NPTS and Naive2 forecasts (#1173) * fixes in dataset mutability (#1171) Co-authored-by: kja <50238578+kaijennissen@users.noreply.github.com> Co-authored-by: Konstantinos Benidis <benidisk@gmail.com> 01 December 2020, 11:19:10 UTC
refs/tags/v0.6.4 5fc89cc Merges for v0.6.4 (#1204) * PyTorchPredictor serde (#1086) * Add equality operator for PytorchPredictor (#1190) * Add equality operator for PytorchPredictor * Make new black version happy Co-authored-by: Michael Bohlke-schneider <bohlkem@amazon.com> * fix pytorch predictor serde (#1194) Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com> Co-authored-by: Michael Bohlke-Schneider <mschneid83@gmail.com> Co-authored-by: Michael Bohlke-schneider <bohlkem@amazon.com> 08 December 2020, 14:44:17 UTC
refs/tags/v0.6.5 b3f1a64 Merges for v0.6.5 (#1300) * Fix serde for np.dtype. (#1299) Co-authored-by: Jasper <schjaspe@amazon.de> 01 February 2021, 18:13:47 UTC
back to top