|
3 | 3 | Changelog
|
4 | 4 | =========
|
5 | 5 |
|
| 6 | +0.14.1 (Aug 2023) |
| 7 | +----------------- |
| 8 | +* This release mainly addressed installation issues and updated documentation accordingly. |
| 9 | +* We have 4 new contributors. @bsaunders27, @xhulianoThe1, @zpppy, and @bsaunders23. Thanks for your contributions! |
| 10 | + |
| 11 | +Updates |
| 12 | +~~~~~~~ |
| 13 | +* Update the python-publish workflow file to fix the package publish Gi… by @jeongyoonlee in https://github.com/uber/causalml/pull/633 |
| 14 | +* Update Cython dependency by @alexander-pv in https://github.com/uber/causalml/pull/640 |
| 15 | +* Fix for builds on Mac M1 infrastructure by @bsaunders27 in https://github.com/uber/causalml/pull/641 |
| 16 | +* code cleanups by @xhulianoThe1 in https://github.com/uber/causalml/pull/634 |
| 17 | +* support valid error early stopping by @zpppy in https://github.com/uber/causalml/pull/614 |
| 18 | +* fix: update to ``envs/`` conda build for precompiled M1 installs by @bsaunders27 in https://github.com/uber/causalml/pull/646 |
| 19 | +* Installation updates to README and .github/workflows by @ras44 in https://github.com/uber/causalml/pull/637 |
| 20 | +* fix: simulate_randomized_trial by @bsaunders23 in https://github.com/uber/causalml/pull/656 |
| 21 | +* issue 252 by @vincewu51 in https://github.com/uber/causalml/pull/660 |
| 22 | +* ras44/651 graph viz, resolves #651 by @ras44 in https://github.com/uber/causalml/pull/661 |
| 23 | +* linted with black by @ras44 in https://github.com/uber/causalml/pull/663 |
| 24 | +* Fix issue 650 by @vincewu51 in https://github.com/uber/causalml/pull/659 |
| 25 | +* Install graphviz in the workflow builds by @jeongyoonlee in https://github.com/uber/causalml/pull/668 |
| 26 | +* Update docs/installation.rst by @jeongyoonlee in https://github.com/uber/causalml/pull/667 |
| 27 | +* Schedule monthly PyPI install tests by @jeongyoonlee in https://github.com/uber/causalml/pull/670 |
| 28 | + |
| 29 | +New contributors |
| 30 | +~~~~~~~~~~~~~~~~ |
| 31 | +* @bsaunders27 made their first contribution in https://github.com/uber/causalml/pull/641 |
| 32 | +* @xhulianoThe1 made their first contribution in https://github.com/uber/causalml/pull/634 |
| 33 | +* @zpppy made their first contribution in https://github.com/uber/causalml/pull/614 |
| 34 | +* @bsaunders23 made their first contribution in https://github.com/uber/causalml/pull/656 |
| 35 | + |
| 36 | + |
6 | 37 | 0.14.0 (July 2023)
|
7 | 38 | ------------------
|
8 | 39 | - CausalML surpassed `2MM downloads <https://pepy.tech/project/causalml>`_ on PyPI and `4,100 stars <https://github.com/uber/causalml/stargazers>`_ on GitHub. Thanks for choosing CausalML and supporting us on GitHub.
|
|
0 commit comments