Skip to content

Conversation

@desilinguist
Copy link
Collaborator

@desilinguist desilinguist commented Mar 7, 2024

  • Update SKLL version to 5.0.1
  • Update tests data and models
  • Update version number and conda recipe
  • Update setup.py.
  • Update ReadTheDocs yaml file.
  • Change gitlab Python version to 3.10
  • Clean up requirements.txt and create requirements.dev
    • Remove all dev dependencies from requirements.txt.
    • requirements.dev contains the runtime as well as dev dependencies.
    • Update contributing.rst to use this file instead of requirements.txt.
    • Exclude this file in MANIFEST.in so that it's not part of the PyPI package.
    • Update CI pipelines to use requirements.dev instead of requirements.txt.
    • Update release process checklist
  • Add pyproject.toml file.
  • Tweak notebook warning test due to Jupyter warning display issues.

✅ Conda package was created successfully, uploaded to anaconda.org, and tested.
✅ PyPI package was created successfully, uploaded to TestPyPI, and tested.

@codecov
Copy link

codecov bot commented Mar 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.11%. Comparing base (0b461df) to head (40ab3af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #685   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files          32       32           
  Lines        4551     4552    +1     
=======================================
+ Hits         4374     4375    +1     
  Misses        177      177           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Remove any dev dependencies.
Update pre-commit checks.
Update dependencies.
Remove all dev dependencies from requirements.txt.
- This file contains the runtime as well as dev dependencies.
- Update `contributing.rst` to use this file instead of requirements.txt.
- Exclude this file in `MANIFEST.in` so that it's not part of the PyPI package.
- Update CI pipelines to use `requirements.dev` instead of `requirements.txt`.
- Update release process checklist
@desilinguist desilinguist marked this pull request as ready for review March 11, 2024 17:38
@desilinguist desilinguist changed the title Draft: Release/12.0.0 Release v12.0.0 Mar 11, 2024
@desilinguist desilinguist linked an issue Mar 11, 2024 that may be closed by this pull request
@tamarl08
Copy link
Contributor

@desilinguist need to update the requirements in README too (skll, at least)

@desilinguist
Copy link
Collaborator Author

Good catch!

@desilinguist desilinguist merged commit f553412 into main Mar 11, 2024
@delete-merged-branch delete-merged-branch bot deleted the release/12.0.0 branch March 11, 2024 21:27
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.

Separate runtime from development dependencies

4 participants