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 v9.1.1 #592

Merged
merged 4 commits into from
Jan 23, 2023
Merged

Release v9.1.1 #592

merged 4 commits into from
Jan 23, 2023

Conversation

desilinguist
Copy link
Member

This release PR for v9.1.1 makes the following changes:

  • Update version number.
  • Update conda recipe to use the latest release of SKLL.
  • Update release documentation to use the latest pip constraints and instructions for creating PyPI packages.
  • Update MANIFEST.in to include requirements.txt in the PyPI package which is required now.

Note: I had to use v9.1.1 because the TestPyPI package for v9.1.0 failed (due to missing requirements.txt) and TestPyPI doesn't let you reuse version numbers once they have been uploaded. I figured 9.1.1 was better than something like 9.1.0.post1, which is what they recommend.

The conda and TestPyPI packages were built and uploaded. Both pass tests as shown in these PRs:

As always, please test both the conda and TestPyPI package locally on either Linux or macOS by installing them and trying to run some small tests or one of the examples.

  • To install the conda package, run mamba create -n rsmtest -c ets -c conda-forge python=3.9 rsmtool. You can choose to use Python 3.8, 3.9, or 3.10.
  • To install the TestPyPI package, create a conda environment with either Python 3.8, 3.9, or 3.10 first and then run pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple rsmtool "pandas>=1.5" "numpy>=1.24" "matplotlib>=3.6" "jupyter_server>=2.0" "notebook-shim>=0.2.0".

@codecov
Copy link

codecov bot commented Jan 21, 2023

Codecov Report

Base: 93.20% // Head: 93.20% // No change to project coverage 👍

Coverage data is based on head (81f0449) compared to base (92a2e20).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #592   +/-   ##
=======================================
  Coverage   93.20%   93.20%           
=======================================
  Files          31       31           
  Lines        4549     4549           
=======================================
  Hits         4240     4240           
  Misses        309      309           
Impacted Files Coverage Δ
rsmtool/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@desilinguist desilinguist merged commit bb7cc88 into main Jan 23, 2023
@delete-merged-branch delete-merged-branch bot deleted the release/9.1.1 branch January 23, 2023 15:49
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.

4 participants