pydata / patsy

Describing statistical models in Python using symbolic formulas
Other
954 stars 104 forks source link

Adding Travis-Ci Support For Arm64 #153

Closed ossdev07 closed 3 years ago

ossdev07 commented 4 years ago

Travis-CI has added support for ARM64. Added ARM64 job in Travis-CI.

bashtage commented 4 years ago

Why do you think an ARM build is needed? Patsy is pure Python.

rhenwood-arm commented 4 years ago

@bashtage : I have been working with @ossdev07 on a down-stream project on AArch64 (ARM64) that has patsy as a dependency. As you point out, patsy is a pure python project with a straightforward Travis-ci build job and that doesn't have a binary release. In this case, there is very little benefit in testing on alternative architectures, and this PR can probably be held in reserve until it is needed.

matthewwardrop commented 3 years ago

Thanks for the patches! As a pure python library, we don't need to test against specific architectures unless we need to work around bugs in upstream (C-level) packages. I'll close this one for now, but feel free to reopen and rebase if it becomes necessary.