-
Notifications
You must be signed in to change notification settings - Fork 1
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
RC 0.2.1 #46
base: main
Are you sure you want to change the base?
Conversation
Release changes back to develop
MAINT: pytest syntax, GA versions
TST: add workflow_dispatch for pysat RC
Co-authored-by: Angeline Burrell <[email protected]>
MAINT: use coveralls app
Co-authored-by: Angeline Burrell <[email protected]>
MAINT: update standard docs
Updated acknowledgements to include ONR.
Added acknowledgement to docs.
Update the code comments to include the pub release block.
NRL pub release
Co-authored-by: Angeline Burrell <[email protected]>
@@ -2,6 +2,18 @@ | |||
All notable changes to this project will be documented in this file. | |||
This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [0.2.1] - 2024-11-01 |
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.
Need to update release date.
@@ -2,6 +2,18 @@ | |||
All notable changes to this project will be documented in this file. | |||
This project adheres to [Semantic Versioning](http://semver.org/). | |||
|
|||
## [0.2.1] - 2024-11-01 |
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.
## [0.2.1] - 2024-11-01 | |
## [0.2.1] - 2024-11-15 |
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.
Thanks for working to get this package up to speed and out of the proverbial dark ages.
- python-version: "3.8" | ||
numpy_ver: "1.21" | ||
# NEP29 compliance settings | ||
- python-version: "3.10" |
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 we should maintain the same operational testing Python version for the pysatPenumbra packages as pysat does.
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.
Hard disagree. Core pysat has different needs then the penumbra packages and should not dictate what each package in the ecosystem decides to do.
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.
Historically, this package has never supported the operational env. I have limited time. If you would like to lead a pull for a future version, you are welcome to do so.
# Full license can be found in License.md | ||
# DOI:10.5281/zenodo.3475493 | ||
# | ||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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'd prefer if we used the updated distribution statement thing going forward.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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 can be an issue for the future.
acknowledgements.rst | ||
|
||
|
||
.. admonition:: DISTRIBUTION STATEMENT A: Approved for public release. |
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 here.
.. admonition:: DISTRIBUTION STATEMENT A: Approved for public release. | |
.. admonition:: Review Status for Classified or Controlled Information by NRL | |
------------------------------------------------------------- | |
DISTRIBUTION STATEMENT A: Approved for public release. |
The formatting lines up in the editing window. Not so much after it gets posted... :(
version = "0.2.1" | ||
description = "Seasonal analysis routines for pysat" | ||
readme = "README.md" | ||
requires-python = ">=3.10" |
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 comment about minimum python version. I think the penumbra packages should maintain consistency with the pysat release requirements.
@@ -2,6 +2,10 @@ | |||
# -*- coding: utf-8 -*- | |||
# Copyright (C) 2022, pysat development team | |||
# Full license can be found in License.md | |||
# DOI:10.5281/zenodo.3475493 | |||
# | |||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
@@ -2,6 +2,10 @@ | |||
# -*- coding: utf-8 -*- | |||
# Copyright (C) 2022, pysat development team | |||
# Full license can be found in License.md | |||
# DOI:10.5281/zenodo.3475493 | |||
# | |||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
self.bounds1 = (dt.datetime(2008, 1, 1), dt.datetime(2008, 1, 3)) | ||
self.bounds2 = (dt.datetime(2009, 1, 1), dt.datetime(2009, 1, 2)) | ||
|
||
return | ||
|
||
|
||
class TestFrameProfileAverages(object): |
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 the currently listed minimum supported pysat version still has these alternate formats....
I've forgotten exactly when those were removed though.
@@ -2,6 +2,10 @@ | |||
# -*- coding: utf-8 -*- | |||
# Copyright (C) 2022, pysat development team | |||
# Full license can be found in License.md | |||
# DOI:10.5281/zenodo.3475493 | |||
# | |||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
@@ -2,6 +2,10 @@ | |||
# -*- coding: utf-8 -*- | |||
# Copyright (C) 2022, pysat development team | |||
# Full license can be found in License.md | |||
# DOI:10.5281/zenodo.3475493 | |||
# | |||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
@@ -2,6 +2,10 @@ | |||
# -*- coding: utf-8 -*- | |||
# Copyright (C) 2022, pysat development team | |||
# Full license can be found in License.md | |||
# DOI:10.5281/zenodo.3475493 | |||
# | |||
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
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.
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is | |
# Review Status for Classified or Controlled Information by NRL | |
# ------------------------------------------------------------- | |
# DISTRIBUTION STATEMENT A: Approved for public release. Distribution is |
Description
Release candidate. Updates compliance with pysat 3.2.x for unit tests, standards for community documents and actions.
Type of change
How Has This Been Tested?
via GitHub Actions
Test Configuration:
Checklist:
CHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the
release checklist on the pysat wiki:
https://github.com/pysat/pysat/wiki/Checklist-for-Release