Skip to content

Commit

Permalink
Updates per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2boston committed Feb 2, 2024
1 parent 92d1e4f commit 93e8670
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Woodwork has several other Python dependencies that are used only for specific m
|-------------------|-------------|----------------------------------------|
| boto3 | 1.34.32 | Required to read/write to URLs and S3 |
| smart_open | 5.0.0 | Required to read/write to URLs and S3 |
| pyarrow | 5.0.0 | Required to serialize to parquet |
| pyarrow | 15.0.0 | Required to serialize to parquet |
| dask[distributed] | 2024.1.0 | Required to use with Dask DataFrames |
| pyspark | 3.5.0 | Required to use with Spark DataFrames |

Expand Down
9 changes: 3 additions & 6 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ Release Notes
.. Thanks to the following people for contributing to this release:
**Future Releases**
v0.28.0
====================
* Enhancements
* Fixes
* Changes
* Upgraded numpy to < 2.0.0 :pr:`1799`
* Upgraded minimum_core_requirements.txt :pr:`1799`
* Upgraded minimum_dask_requirements.txt :pr:`1799`
* Upgraded minimum_spark_requirements.txt :pr:`1799`
* Documentation Changes
* Added dask string storage note to "Other Limitations" in Dask documentation :pr:`1799`
* Testing Changes
* moto >= 5.0.0 renamed ``mock_s3`` to ``mock_aws`` :pr:`1799`
* boto3 >= 1.34.32 :pr:`1799`
* Upgraded moto and boto3 :pr:`1799`

Thanks to the following people for contributing to this release:
:user:`cp2boston`, :user:`gsheni`
Expand Down

0 comments on commit 93e8670

Please sign in to comment.