-
Notifications
You must be signed in to change notification settings - Fork 3
skpkg: setup CI after migrating tests, src, requirements, and .github folder #12
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
Conversation
| @@ -0,0 +1,163 @@ | |||
| name: Release on GitHub | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a private package that we are not releasing on PyPI/CF, I just copied the build-wheel file from pdfgetx but with some minor modifications. Let me know if you want any of this changed.
| @@ -0,0 +1,163 @@ | |||
| name: Release on GitHub | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing here.
| @@ -1,4 +1,3 @@ | |||
| numpy | |||
| configparser | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is built in for python 3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in that case, let's make sure we remove any imports of it in the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I meant that no additional installations are required as it's built into the Python standard library, but I believe that you still need to import it.
src/diffpy/__init__.py
Outdated
| # All rights reserved. | ||
| # | ||
| # File coded by: Xiaohao Yang | ||
| # File coded by: Billinge Group members and community contributors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I revert this back to Xiaohao Yang?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do both. So Xiahao Yang and Billinge group...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zmx27 please respond to all comments to make it easier for me to see how you responded.
|
@sbillinge ready for review |
sbillinge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Please see comments and then I can merge. Please can you help the other members of the team when they do this step and give them the same review feedback?
Thanks so much.
| @@ -1,4 +1,3 @@ | |||
| numpy | |||
| configparser | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in that case, let's make sure we remove any imports of it in the code.
src/diffpy/__init__.py
Outdated
| # dpx.confutils by Simon J. L. Billinge group | ||
| # (c) 2013 Trustees of the Columbia University | ||
| # in the City of New York. All rights reserved. | ||
| # (c) 2025 The Trustees of Columbia University in the City of New York. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everywhere you have a copyright statement, we need to do the full date-range, so it should be 2013-2025
src/diffpy/__init__.py
Outdated
| # All rights reserved. | ||
| # | ||
| # File coded by: Xiaohao Yang | ||
| # File coded by: Billinge Group members and community contributors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do both. So Xiahao Yang and Billinge group...
src/diffpy/srxconfutils/__init__.py
Outdated
| # dpx.confutils by Simon J. L. Billinge group | ||
| # (c) 2013 Trustees of the Columbia University | ||
| # in the City of New York. All rights reserved. | ||
| # (c) 2025 The Trustees of Columbia University in the City of New York. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see above for how to handle this statement at the top of the files.
src/diffpy/srxconfutils/__init__.py
Outdated
| # See LICENSE.rst for license information. | ||
| # | ||
| ############################################################################## | ||
| """Configuration utilities for dpx project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it won't be called dpx any more. Just delete dpx here I think.
|
@sbillinge ready for review |
|
nicely done there |
No description provided.