IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
645 stars 61 forks source link

Update README with tbb information #872

Closed AlexanderKalistratov closed 4 years ago

AlexanderKalistratov commented 4 years ago

Add information about tbb to README

Should it be merged to master or integration branch?

PokhodenkoSA commented 4 years ago

I would like to propose Upstream First Principle. In short: merge to master and then cherry-pick to release branch. According to GitLab flow: https://docs.gitlab.com/ee/topics/gitlab_flow.html#release-branches-with-gitlab-flow

Merging into master and then cherry-picking into release is called an “upstream first” policy, which is also practiced by Google and Red Hat.