Archive for March, 2011

OpenBayes Fork

Last semester I did a project for one of my classes using the OpenBayes library in Python. It hadn’t been updated in a very long time and was using an antiquated version of numarray. I found a patch that made it possible to use the library with NumPy, but it was just a diff. I applied the diff and was able to complete my project. In order to do my due diligence, I have published the patched code to Github. If you are interested in that sort of thing, check it out. I’ve also posted my assignment as an example of the patched library.

OpenBayes Fork
https://github.com/abyssknight/OpenBayes-Fork