Skip to content

Conversation

@AzulGarza
Copy link
Contributor

Pull Request Description

I've noticed that the minimum Python version required is 3.8. I've added this information in this PR and instructions to set up a Python environment using conda.


After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of docs/source/release_notes.rst to include this pull request by adding :pr:123.

@CLAassistant
Copy link

CLAassistant commented Apr 15, 2022

CLA assistant check
All committers have signed the CLA.


#### 1. Clone repo
The code is hosted on GitHub, so you will need to use Git to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment.
The code is hosted on GitHub, so you will need to use Git to clone the project and make changes to the codebase. Once you have obtained a copy of the code, you should create a development environment that is separate from your existing Python environment so that you can make and test changes without compromising your own work environment. Additionally, you must make sure that the version of Python you use is at least 3.8. Using `conda` you can use `conda create -n evalml python=3.8` and `conda activate evalml` before the following steps.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @federicogarza !

@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #3468 (57f9aa4) into main (258c1aa) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main   #3468   +/-   ##
=====================================
  Coverage   99.7%   99.7%           
=====================================
  Files        336     336           
  Lines      33368   33368           
=====================================
  Hits       33242   33242           
  Misses       126     126           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 258c1aa...57f9aa4. Read the comment docs.

@chukarsten
Copy link
Contributor

Thanks for contributing @federicogarza ! Please take a minute to update the release notes with this PR number and that should pass your CI! Let me know if you have any questions. Be happy to help.

@AzulGarza
Copy link
Contributor Author

Thanks for contributing @federicogarza ! Please take a minute to update the release notes with this PR number and that should pass your CI! Let me know if you have any questions. Be happy to help.

Hi @chukarsten. I've added the PR to the release notes in 57f9aa4. Let me know if anything else is needed. :)

Copy link
Contributor

@chukarsten chukarsten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a ton for contributing!

@chukarsten chukarsten enabled auto-merge (squash) April 18, 2022 21:26
@chukarsten chukarsten merged commit 881c1e0 into alteryx:main Apr 19, 2022
@chukarsten chukarsten mentioned this pull request Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants