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

Feature/update reqs pin polars #140

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

paulf81
Copy link
Collaborator

@paulf81 paulf81 commented Dec 4, 2023

Ready to be merged

Feature or improvement description
This pull request implements two small changes to the requirements:

Except for polars, requirements specified via ~=1.1, which is interpreted as >=1.1, ==1.*, which essentially means latest minor version which matches major version, and is >= minor version specified. Can see:

https://packaging.python.org/en/latest/specifications/version-specifiers/#id4

Related issue, if one exists
Closes #139
Issue #133

Impacted areas of the software
setup.py

@paulf81 paulf81 added the enhancement An improvement of an existing feature label Dec 4, 2023
@paulf81 paulf81 requested a review from misi9170 December 4, 2023 18:28
@paulf81 paulf81 self-assigned this Dec 4, 2023
Copy link
Collaborator

@misi9170 misi9170 left a comment

Choose a reason for hiding this comment

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

I've cloned this, installed it, and run the artificial data examples without any issues so I think you're good to go here.

Note that this is PR is currently pointing to merge into NREL:main, which I think is what you intended because it's a bug fix, but just checking

@paulf81
Copy link
Collaborator Author

paulf81 commented Dec 4, 2023

Note that this is PR is currently pointing to merge into NREL:main, which I think is what you intended because it's a bug fix, but just checking

Thanks @misi9170 ! That's right, plan was to merge into main and then back merge this change to develop, I'll do it now...

@paulf81 paulf81 merged commit e26b137 into NREL:main Dec 4, 2023
3 checks passed
@paulf81 paulf81 deleted the feature/update_reqs_pin_polars branch December 4, 2023 22:16
@christiannvaughn christiannvaughn mentioned this pull request Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change dependent versioning to semantic versioning using the compatible release specifier
2 participants