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 modulefiles in the repository #267

Open
7 of 21 tasks
jprestop opened this issue Jan 19, 2023 · 0 comments · Fixed by #268
Open
7 of 21 tasks

Update modulefiles in the repository #267

jprestop opened this issue Jan 19, 2023 · 0 comments · Fixed by #268
Assignees
Labels
component: user support User support issue priority: medium Medium Priority requestor: METplus Team METplus Development Team type: task An actionable item of work

Comments

@jprestop
Copy link
Collaborator

Describe the Task

This code is installed on various machines. Modulefiles are used to load the environment for users. Keep a back up of these files in the repository.

Time Estimate

<1 hour

Sub-Issues

Consider breaking the task down into sub-issues.

  • Add a checkbox for each sub-issue here.

Relevant Deadlines

None

Funding Source

Split

Define the Metadata

Assignee

  • Select engineer(s) or no engineer required
  • Select scientist(s) or no scientist required

Labels

  • Select component(s)
  • Select priority
  • Select requestor(s)

Projects and Milestone

  • Select Repository and/or Organization level Project(s) or add alert: NEED PROJECT ASSIGNMENT label
  • Select Milestone as the next official version or Future Versions

Define Related Issue(s)

Consider the impact to the other METplus components.

Task Checklist

See the METplus Workflow for details.

  • Complete the issue definition above, including the Time Estimate and Funding Source.
  • Fork this repository or create a branch of develop.
    Branch name: feature_<Issue Number>_<Description>
  • Complete the development and test your changes.
  • Add/update log messages for easier debugging.
  • Add/update unit tests.
  • Add/update documentation.
  • Push local changes to GitHub.
  • Submit a pull request to merge into develop.
    Pull request: feature <Issue Number> <Description>
  • Define the pull request metadata, as permissions allow.
    Select: Reviewer(s) and Development issues
    Select: Repository level development cycle Project for the next official release
    Select: Milestone as the next official version
  • Iterate until the reviewer(s) accept and merge your changes.
  • Delete your fork or branch.
  • Close this issue.
@jprestop jprestop added priority: medium Medium Priority type: task An actionable item of work component: user support User support issue requestor: METplus Team METplus Development Team labels Jan 19, 2023
@jprestop jprestop added this to the METcalcpy 2.0.0-bugfix milestone Jan 19, 2023
@jprestop jprestop self-assigned this Jan 19, 2023
jprestop added a commit that referenced this issue Jan 19, 2023
@jprestop jprestop changed the title Add modulefiles to the repository Update modulefiles in the repository Jan 19, 2023
jprestop added a commit that referenced this issue Jan 19, 2023
jprestop added a commit that referenced this issue Jan 19, 2023
@jprestop jprestop linked a pull request Jan 19, 2023 that will close this issue
13 tasks
fisherhucar pushed a commit that referenced this issue Jan 19, 2023
bikegeek added a commit that referenced this issue Feb 23, 2023
* Bump pillow from 8.3.2 to 9.3.0 (#260)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@8.3.2...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bugfix 251 test scorecard (#256)

* Replace Python versions 3.8.6 and 3.8.12 with 3.8

* Bugfix #251 replace SettingWithCopyWarning with Warning.  SettingWithCopyWarning no longer available for this check

* Adding double asterisks to end bolding on mulitple lines

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* bugfix_249_warnings (#261)

* Update unit_tests.yml

replace 3.8.6 and 3.8.12 with 3.8 for Python because latest version of ubuntu does not have support for python 3.8.6

* Feature 251 test scorecard (#253)

* Issue #251 In Pandas 1.3 and above, the SettingWithCopy Warning category has been removed.  Replace the check for category=SettingWithCopyWarning with Warning, since SettingWithCopyWarning is a subclass of Warning

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Feature 250 test event equalize (#252)

* Remove Python 3.8.6 and 3.8.12 and use Python 3.8 instead.  The latest version of ubuntu no longer has python 3.8.6 available.

* Issue #250 fix the test_equalize_axis_data_no_fcst_var fixture

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

* #251 allow test to run check on numpy types regardless of numpy version

* Update unit_tests.yml

add python 3.10 to testing to evaluate package compatibility

* Update unit_tests.yml

remove Python 3.10 there are issues with HDF5

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Delete requirements_36.txt

Python 3.6 no longer supported

* #249 Add test_future_warnings test

* #249 additional sample data

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/22

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/20

* #249 replacing pd.append with pd.concat and adding tests and data

* #249 added tests

* #249 Additional test data

* Revert "Merge branch 'develop' of https://github.com/dtcenter/METcalcpy into bugfix_249_warnings"

This reverts commit 7f203bf, reversing
changes made to dd87d77.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Adding file based on testing on Acorn for NCO (#265)

* Per #267, updating modulefiles

* Adding script for testing on WCOSS2

* Correcting filename

* Bugfix release (#272)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
Co-authored-by: Hank Fisher <fisherh@ucar.edu>
bikegeek added a commit that referenced this issue Feb 23, 2023
* Delete requirements_36.txt

Python 3.6 no longer supported

* #249 Add test_future_warnings test

* #249 additional sample data

* Bugfix Issue #249 Future Warnings- replace append with pd.concat

* Bugfix issue #249 add the test for future warnings

* Bugfix #249 additional data

* Bugfix Issue #249 additional data that wasn't previously committed

* Bugfix #249 add sum stat import

* Bugfix #249 added workflow to check for Python package vulnerabilities

* Updated requirements.txt for nco and all others

* issue #249 add imports to pandas and warning

* Bugfix 249 future warnings (#280)

* Bump pillow from 8.3.2 to 9.3.0 (#260)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@8.3.2...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bugfix 251 test scorecard (#256)

* Replace Python versions 3.8.6 and 3.8.12 with 3.8

* Bugfix #251 replace SettingWithCopyWarning with Warning.  SettingWithCopyWarning no longer available for this check

* Adding double asterisks to end bolding on mulitple lines

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* bugfix_249_warnings (#261)

* Update unit_tests.yml

replace 3.8.6 and 3.8.12 with 3.8 for Python because latest version of ubuntu does not have support for python 3.8.6

* Feature 251 test scorecard (#253)

* Issue #251 In Pandas 1.3 and above, the SettingWithCopy Warning category has been removed.  Replace the check for category=SettingWithCopyWarning with Warning, since SettingWithCopyWarning is a subclass of Warning

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Feature 250 test event equalize (#252)

* Remove Python 3.8.6 and 3.8.12 and use Python 3.8 instead.  The latest version of ubuntu no longer has python 3.8.6 available.

* Issue #250 fix the test_equalize_axis_data_no_fcst_var fixture

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

* #251 allow test to run check on numpy types regardless of numpy version

* Update unit_tests.yml

add python 3.10 to testing to evaluate package compatibility

* Update unit_tests.yml

remove Python 3.10 there are issues with HDF5

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Delete requirements_36.txt

Python 3.6 no longer supported

* #249 Add test_future_warnings test

* #249 additional sample data

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/22

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/20

* #249 replacing pd.append with pd.concat and adding tests and data

* #249 added tests

* #249 Additional test data

* Revert "Merge branch 'develop' of https://github.com/dtcenter/METcalcpy into bugfix_249_warnings"

This reverts commit 7f203bf, reversing
changes made to dd87d77.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Adding file based on testing on Acorn for NCO (#265)

* Per #267, updating modulefiles

* Adding script for testing on WCOSS2

* Correcting filename

* Bugfix release (#272)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
Co-authored-by: Hank Fisher <fisherh@ucar.edu>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
Co-authored-by: Hank Fisher <fisherh@ucar.edu>
fisherhucar added a commit that referenced this issue Feb 23, 2023
* Delete requirements_36.txt

Python 3.6 no longer supported

* #249 Add test_future_warnings test

* #249 additional sample data

* Bugfix Issue #249 Future Warnings- replace append with pd.concat

* Bugfix issue #249 add the test for future warnings

* Bugfix #249 additional data

* Bugfix Issue #249 additional data that wasn't previously committed

* Bugfix #249 add sum stat import

* Bugfix #249 added workflow to check for Python package vulnerabilities

* Updated requirements.txt for nco and all others

* issue #249 add imports to pandas and warning

* Bugfix 249 future warnings (#280)

* Bump pillow from 8.3.2 to 9.3.0 (#260)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@8.3.2...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bugfix 251 test scorecard (#256)

* Replace Python versions 3.8.6 and 3.8.12 with 3.8

* Bugfix #251 replace SettingWithCopyWarning with Warning.  SettingWithCopyWarning no longer available for this check

* Adding double asterisks to end bolding on mulitple lines

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* bugfix_249_warnings (#261)

* Update unit_tests.yml

replace 3.8.6 and 3.8.12 with 3.8 for Python because latest version of ubuntu does not have support for python 3.8.6

* Feature 251 test scorecard (#253)

* Issue #251 In Pandas 1.3 and above, the SettingWithCopy Warning category has been removed.  Replace the check for category=SettingWithCopyWarning with Warning, since SettingWithCopyWarning is a subclass of Warning

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Feature 250 test event equalize (#252)

* Remove Python 3.8.6 and 3.8.12 and use Python 3.8 instead.  The latest version of ubuntu no longer has python 3.8.6 available.

* Issue #250 fix the test_equalize_axis_data_no_fcst_var fixture

* Added ending asterisks for end bold to fix these warnings: WARNING: Inline strong start-string without end-string.

* #251 allow test to run check on numpy types regardless of numpy version

* Update unit_tests.yml

add python 3.10 to testing to evaluate package compatibility

* Update unit_tests.yml

remove Python 3.10 there are issues with HDF5

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Delete requirements_36.txt

Python 3.6 no longer supported

* #249 Add test_future_warnings test

* #249 additional sample data

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/22

* Update requirements.txt

https://github.com/dtcenter/METcalcpy/security/dependabot/20

* #249 replacing pd.append with pd.concat and adding tests and data

* #249 added tests

* #249 Additional test data

* Revert "Merge branch 'develop' of https://github.com/dtcenter/METcalcpy into bugfix_249_warnings"

This reverts commit 7f203bf, reversing
changes made to dd87d77.

Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>

* Adding file based on testing on Acorn for NCO (#265)

* Per #267, updating modulefiles

* Adding script for testing on WCOSS2

* Correcting filename

* Bugfix release (#272)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
Co-authored-by: Hank Fisher <fisherh@ucar.edu>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julie Prestopnik <jpresto@ucar.edu>
Co-authored-by: Hank Fisher <fisherh@ucar.edu>
@bikegeek bikegeek modified the milestones: METcalcpy 2.1.0, METcalcpy 2.1.0-beta2 Mar 1, 2023
@JohnHalleyGotway JohnHalleyGotway modified the milestones: METcalcpy 2.1.0-beta2, METcalcpy 2.1.0 Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: user support User support issue priority: medium Medium Priority requestor: METplus Team METplus Development Team type: task An actionable item of work
Projects
No open projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

3 participants