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 v3.2.0 #722

Merged
merged 5 commits into from
Jan 19, 2023
Merged

Release v3.2.0 #722

merged 5 commits into from
Jan 19, 2023

Conversation

desilinguist
Copy link
Member

@desilinguist desilinguist commented Jan 18, 2023

This release PR for v3.2.0 makes the following changes:

  • Update version number.
  • Update conda recipe.
  • Update setup.cfg to clean up flake settings.
  • Update broken or redirected links in documentation.
  • Add runtime.txt to override python 3.7 in binder.

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 sklltest -c ets -c conda-forge python=3.9 skll. 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 skll.

@codecov
Copy link

codecov bot commented Jan 19, 2023

Codecov Report

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

Coverage data is based on head (2e5ba01) compared to base (ea57965).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #722   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files          28       28           
  Lines        3386     3386           
=======================================
  Hits         3229     3229           
  Misses        157      157           
Impacted Files Coverage Δ
skll/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.

@Frost45
Copy link
Contributor

Frost45 commented Jan 19, 2023

Tested locally on MacOS. Everything worked as expected!

@desilinguist desilinguist merged commit c27198f into main Jan 19, 2023
@delete-merged-branch delete-merged-branch bot deleted the release/3.2.0 branch January 19, 2023 16:58
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