Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

[WIP] How to update to new Numba

Sergey Pokhodenko edited this page Mar 25, 2021 · 1 revision

This page contains steps for updating IntelPython/numba to new version of numba.

  1. Push releaseX branch from https://github.com/numba/numba to https://github.com/IntelPython/numba.
  2. Push tag https://github.com/numba/numba to https://github.com/IntelPython/numba.
  3. Move patches for the last releaseX-1 to releaseX and create branch releaseX-patched.
git log --oneline release0.52..release0.52-patched
  1. Try to remove and reorganize patches if possible.
  2. Make releaseX-patched a default branch.
Clone this wiki locally