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

Release Candidate v0.2.2 #54

Merged
merged 144 commits into from
Jun 18, 2021
Merged

Release Candidate v0.2.2 #54

merged 144 commits into from
Jun 18, 2021

Conversation

jklenzing
Copy link
Member

@jklenzing jklenzing commented Jun 14, 2021

Release candidate for version 0.2.2:

  • Update the version number
  • Verify and update Zenodo information in .zeondo.json
  • doc tests pass locally
  • activate this branch on readthedocs -- https://pysatmissions.readthedocs.io/en/rc_v0.2.2/
  • Upload the test distribution to the testPyPi server -- https://test.pypi.org/project/pysatMissions/0.2.2/
  • Contacted developers and users about the future release
  • [na] Performed integration tests with downstream packages (include list of these packages)
  • Create a wiki page with the release text - https://github.com/pysat/pysatMissions/wiki/v0.2.2
  • After approval, confirm all changes from the RC pull are listed in the wiki release text.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to CHANGELOG.md, summarizing the changes

@jklenzing
Copy link
Member Author

jklenzing commented Jun 14, 2021

Notes:

  • fortran installs not working with macos-latest on GA
  • Similar issues with older numpy versions
  • OMMBV requires manual install, not included in requirements.txt
  • Significant rewrites of both instruments expected with version 0.3.0

Copy link
Member

@aburrell aburrell left a comment

Choose a reason for hiding this comment

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

Needs a real style scrub. I think I got the worst of it.

CONTRIBUTING.md Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
docs/conf.py Outdated Show resolved Hide resolved
docs/installation.rst Outdated Show resolved Hide resolved
docs/requirements.txt Outdated Show resolved Hide resolved
pysatMissions/methods/spacecraft.py Outdated Show resolved Hide resolved
pysatMissions/methods/spacecraft.py Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
setup.cfg Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/installation.rst Outdated Show resolved Hide resolved
docs/requirements.txt Outdated Show resolved Hide resolved
docs/tutorial.rst Outdated Show resolved Hide resolved
docs/tutorial.rst Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
setup.cfg Show resolved Hide resolved
Co-authored-by: Russell Stoneback <rstoneba@utdallas.edu>
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
@jklenzing
Copy link
Member Author

Thanks for the reviews! Should be addressed or captured in new issues.

CONTRIBUTING.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docs/supported_instruments.rst Outdated Show resolved Hide resolved
pysatMissions/instruments/missions_sgp4.py Outdated Show resolved Hide resolved
setup.cfg Outdated Show resolved Hide resolved
docs/supported_instruments.rst Show resolved Hide resolved
pip install -r test_requirements.txt
pip install -r requirements.txt
# Manual installs required
pip install --no-binary :OMMBV: OMMBV
Copy link
Collaborator

Choose a reason for hiding this comment

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

A new version of OMMBV has been released that passes unit tests with pysat 3.0. I also removed the line that was originally causing problems. OMMBV may not need special treatment anymore.

Copy link
Member Author

Choose a reason for hiding this comment

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

sadly, still need special treatment. It doesn't want to get the new version for some reason. I'll fix it in the next version.

CONTRIBUTING.md Outdated Show resolved Hide resolved
Co-authored-by: Angeline Burrell <aburrell@users.noreply.github.com>
Copy link
Member

@aburrell aburrell left a comment

Choose a reason for hiding this comment

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

This looks good to me, I think the issues capture the problems we found that are out of scope here.

@jklenzing jklenzing merged commit 830c951 into main Jun 18, 2021
@jklenzing jklenzing deleted the rc_v0.2.2 branch August 11, 2021 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants