Skip to content

Files

This branch is 4 commits ahead of, 637 commits behind scikit-hep/iminuit:develop.

doc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 8, 2020
Jul 8, 2020
Jun 18, 2018
Sep 17, 2020
Jun 12, 2020
Jul 8, 2020
Sep 24, 2020
Jul 8, 2020
Aug 26, 2020
Jun 12, 2020
Jul 8, 2020
Mar 31, 2020
Sep 10, 2018
Oct 3, 2020
Mar 31, 2020
Jun 25, 2020
Jun 24, 2020

iminuit logo

The iminuit logo uses glyphs generated from the free Gentium Plus font.

How to make a release

  • Merge develop into master
    • Option: do a git rebase -i to make history edits
  • Create a branch on the master, called release_, make release edits there
    • Increase version number in iminuit/version.py
    • Update doc/changelog.rst
    • Check that all wheels are build (Azure should trigger)
  • Merge release branch to master
  • Create release on Github
    • This triggers an upload of the latest build artefacts to PyPI
    • Note: a prerelease is published on TestPyPI, a release on PyPI
    • Upload uses API tokens configured in PyPI, TestPyPI, and Github "Secrets"
  • Conda-forge should pick this up automatically and generate conda packages