|
3 | 3 | Changelog |
4 | 4 | ========= |
5 | 5 |
|
| 6 | +1.1.5.0 (2026-03-02) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.5.0>`__) |
| 7 | +------------------------------------------------------------------------------------------------- |
| 8 | +:Core Changes: |
| 9 | + - Drop ``pkg_resources`` dependency; use ``importlib.metadata`` / ``importlib_resources`` instead |
| 10 | + - Fix defensive initialization of ``xlim`` / ``ylim`` in ``orbit.diagnostics.plot`` |
| 11 | + - Fix support for various array types in model fitting |
| 12 | + - Update path-lib resolution for Stan model files |
| 13 | + - Consolidate package version into a single source of truth in ``pyproject.toml``; ``__version__`` is now read via ``importlib.metadata`` |
| 14 | + |
| 15 | +:CI/CD: |
| 16 | + - Consolidate lint and unit-test GitHub Actions workflows (#875) |
| 17 | + - Bump Jinja2 from 3.1.3 to 3.1.4 in docs (#868) |
| 18 | + |
| 19 | +:Documentation: |
| 20 | + - Fix typo in regression_penalty tutorial (#884) |
| 21 | + |
| 22 | +1.1.4.9 (2024-03-31) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.9>`__) |
| 23 | +------------------------------------------------------------------------------------------------- |
| 24 | +:Core Changes: |
| 25 | + - Revert requirements change that caused installation regressions |
| 26 | + - Additional conda-environment fix (#867) |
| 27 | + |
| 28 | +1.1.4.8 (2024-03-28) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.8>`__) |
| 29 | +------------------------------------------------------------------------------------------------- |
| 30 | +:Core Changes: |
| 31 | + - Drop support for Python ≤ 3.8 |
| 32 | + - Add conda-environment exception in setup to skip Stan compilation when running under conda (#866) |
| 33 | + - Update requirements |
| 34 | + |
| 35 | +1.1.4.7 (2024-03-22) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.7>`__) |
| 36 | +------------------------------------------------------------------------------------------------- |
| 37 | +:Core Changes: |
| 38 | + - Fix CmdStanPy version pinning and force-compile logic (#865) |
| 39 | + |
| 40 | +1.1.4.6 (2024-03-19) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.6>`__) |
| 41 | +------------------------------------------------------------------------------------------------- |
| 42 | +.. note:: v1.1.4.5 was an internal pre-release superseded by this version. |
| 43 | + |
| 44 | +:CI/CD: |
| 45 | + - Update PyPI deploy workflow to build ``sdist`` (#862) |
| 46 | + - Add retry for ``pip install .`` step in deploy workflow (#863) |
| 47 | + - Remove redundant ``pip install`` step from deploy GitHub Action |
| 48 | + |
| 49 | +:Documentation: |
| 50 | + - Update README |
| 51 | + |
| 52 | +1.1.4.4 (2024-03-13) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.4>`__) |
| 53 | +------------------------------------------------------------------------------------------------- |
| 54 | +.. note:: v1.1.4.4alpha was a pre-release superseded by this version. |
| 55 | + |
| 56 | +:Core Changes: |
| 57 | + - Fix installation failure caused by pre-compile approach on Stan files |
| 58 | + |
| 59 | +:Documentation: |
| 60 | + - Add ``Dockerfile`` for a quick-start environment ready for model fitting and forecasting |
| 61 | + - Refresh documentation and notebooks for v1.1.4.4 |
| 62 | + |
| 63 | +:CI/CD: |
| 64 | + - Black lint fixes (#859) |
| 65 | + - Fix ``isort`` linting |
| 66 | + |
| 67 | +1.1.4.3 (2024-02-15) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.3>`__) |
| 68 | +------------------------------------------------------------------------------------------------- |
| 69 | +:Core Changes: |
| 70 | + - Fix Linux wheel deployment for platform-specific builds (#840, #841, #842, #843, #844) |
| 71 | + - Update ``CMDSTAN_VERSION`` to 2.32.1 to resolve ``stan-dev/cmdstan#1158`` (#821) |
| 72 | + - CmdStanPy integration improvements (#824) |
| 73 | + |
| 74 | +:Documentation: |
| 75 | + - Documentation and dependency update (#833) |
| 76 | + - Bump Jinja2 from 3.0.3 to 3.1.3 in docs (#828) |
| 77 | + |
| 78 | +1.1.4.2 (2023-01-29) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.2>`__) |
| 79 | +------------------------------------------------------------------------------------------------- |
| 80 | +:Core Changes: |
| 81 | + - Maintenance version bump |
| 82 | + |
| 83 | +1.1.4.1 (2023-01-28) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4.1>`__) |
| 84 | +------------------------------------------------------------------------------------------------- |
| 85 | +:Core Changes: |
| 86 | + - Hot fix on package requirements |
| 87 | + - Lint workflow update |
| 88 | + - Reduce number of Python versions in unit-test matrix |
| 89 | + |
6 | 90 | 1.1.4 (2024-01-21) (`release notes <https://github.com/uber/orbit/releases/tag/v1.1.4>`__) |
7 | 91 | ------------------------------------------------------------------------------------------------- |
8 | 92 | :Core Changes: |
|
0 commit comments