Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Getting Started Documentation #1507

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

MarcusHolly
Copy link
Contributor

@MarcusHolly MarcusHolly commented Oct 9, 2024

Summary/Motivation:

The Getting Started documentation still recommends python 3.8, which is no longer compatible with IDAES 2.6

Changes proposed in this PR:

  • Changes the default python version from 3.8 to 3.11

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the license terms described in the LICENSE.txt file at the top level of this directory.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@MarcusHolly MarcusHolly self-assigned this Oct 9, 2024
@MarcusHolly MarcusHolly added documentation Improvements or additions to documentation Priority:Normal Normal Priority Issue or PR labels Oct 9, 2024
@agarciadiego agarciadiego requested review from agarciadiego and removed request for agarciadiego October 10, 2024 12:56
Copy link
Contributor

@lbianchi-lbl lbianchi-lbl left a comment

Choose a reason for hiding this comment

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

Thanks for opening this @MarcusHolly. Two changes I'd suggest:

  • Use Python 3.11 instead of 3.9: mostly because it's the newest version that's tested to fully work with Pyomo/IDAES/WaterTAP. We'll still be testing 3.9 in CI for compatibility but I don't think there's a strong reason not to have a newer version as the default
  • Remove the version constraint on pip installed through Conda: I vaguely remember this being necessary in the past because of some issue/bug, but I don't think it's needed anymore

docs/getting_started.rst Outdated Show resolved Hide resolved
docs/getting_started.rst Outdated Show resolved Hide resolved
docs/getting_started.rst Outdated Show resolved Hide resolved
MarcusHolly and others added 3 commits October 10, 2024 10:48
Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
@lbianchi-lbl lbianchi-lbl enabled auto-merge (squash) October 10, 2024 15:07
@lbianchi-lbl lbianchi-lbl merged commit c012a8a into watertap-org:main Oct 10, 2024
19 checks passed
lbianchi-lbl pushed a commit that referenced this pull request Oct 10, 2024
* Replaces instances of python 3.8 with 3.9

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

---------

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
(cherry picked from commit c012a8a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Priority:Normal Normal Priority Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants