Skip to content

Commit

Permalink
Merge branch 'main' into release_v0.81.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Oct 16, 2023
2 parents 1def627 + 92fee2d commit 97bac66
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_conda_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Free up space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
- name: Install Dependencies
run: |
pip install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest_dependency_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
delete-branch: true
base: main
assignees: machineFL
reviewers: jeremyliweishih, bchen1116, chukarsten, ParthivNaresh, eccabay, christopherbunn, fjlanasa
reviewers: jeremyliweishih, chukarsten, michaelFu512, eccabay, christopherbunn
2 changes: 1 addition & 1 deletion .github/workflows/minimum_dependency_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
branch-suffix: short-commit-hash
base: main
assignees: machineFL
reviewers: machineAYX, jeremyliweishih, bchen1116, chukarsten, ParthivNaresh, eccabay, christopherbunn, fjlanasa, MichaelFu512, tamargrey
reviewers: machineAYX, jeremyliweishih, chukarsten, eccabay, christopherbunn, michaelFu512
5 changes: 3 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Fixed bug related to pypi release :pr:`4330`
* Changes
* Documentation Changes
* Testing Changes
Expand All @@ -13,13 +12,15 @@ Release Notes
**Breaking Changes**


**v0.81.1 Oct 6, 2023**
**v0.81.1 Oct 11, 2023**
* Enhancements
* Fixes
* Fixed bug related to pypi release github action failing :pr:`4330`
* Fixed bug related to conda build github action :pr:`4335` :pr:`4337`, :pr:`4338`, :pr:`4340`
* Changes
* Documentation Changes
* Testing Changes
* Updated reviewers for latest dependency updates :pr:`4309`

.. warning::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ black==23.9.1
catboost==1.2.2
category-encoders==2.5.1.post0
click==8.1.7
cloudpickle==2.2.1
cloudpickle==3.0.0
colorama==0.4.6
dask==2023.5.0
distributed==2023.5.0
Expand All @@ -28,8 +28,8 @@ scikit-learn==1.3.1
scikit-optimize==0.9.0
scipy==1.10.1
seaborn==0.13.0
shap==0.42.1
sktime==0.23.0
shap==0.43.0
sktime==0.24.0
statsmodels==0.14.0
texttable==1.7.0
tomli==2.0.1
Expand Down

0 comments on commit 97bac66

Please sign in to comment.