-
Archives
- December 2011
- September 2011
- August 2011
- June 2011
- February 2011
- January 2011
- December 2010
- September 2010
- June 2010
- May 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
-
Meta
Tag Archives: Python
pandas support may be coming in PyPedal 2.1
I’ve been experimenting with pandas, a data analysis toolkit that provide an R-like data frame object. I am close to having working code that converts pedigree data into a DataFrame instance, which should make a lot of computations much easier. … Continue reading
Update: UniCurses on Windows
A quick update to my earlier post about getting UniCurses working on Windows — for some reason, it works as described with Python 3.1, but not 2.5 (I know, I’m a little behind). I’ll get it sorted out one of … Continue reading
PyPedal Article Published in Python Magazine
The March 2009 issue of Python Magazine is on the news-stands. Guess whose article is mentioned on the cover?
There’s so much genomic data that we hardly know what to do with it all
One of the things that falls out of our genomic evaluation system are breeding values for individual chromosomes for each trait evaluated. For the past few days I’ve been thinking about how to compare the genetic covariance matrices that we … Continue reading
Posted in Articles
Tagged covariance matrices, genetic markers, genomic evaluation, NumPy, PyTables, Python
Leave a comment
Sage Makes Me Happier Than Seems Reasonable
I’ve known about the Python-for-mathematics software stack SAGE for a while now, but I hadn’t played with it until today. What happened? I read Vincent Noel’s very good blog entry on replacing Matlab with Python. What I had missed about … Continue reading
PyPedal Release Candidate 7 Highlights Need for Unit Testing
Many thanks to Matthieu Authier for reporting several bugs, which in turn led to more bugs. The hunt started with broken code in examples/new_amatrix.py, which led to bugs in several subroutines in pyp_nrm, which exposed some small side issues. Notably, … Continue reading
This is a Quick Test of the Google Syntax Highlighter for WordPress Plugin
I read about the Google Syntax Highlighter for WordPress in a blog entry by Jacob Gube describing several purportedly-useful WordPress extensions. The plugin sounds like just the thing to pretty-up some entries I’m working on about PyPedal. Here’s a simple … Continue reading
An Article on PyPedal May Appear in Python Magazine
I received this morning an e-mail from the Technical Editor of Python Magazine asking if I’d be interested in writing an article about PyPedal. I hope to talk with with him soon to get more details and see if we … Continue reading
PyPedal Release Candidate 3 Features an Inbreeding Bugfix and Refactored Database Handling
The third release candidate of PyPedal 2.0 has been released. It includes a minor bugfix to pyp_nrm/inbreeding_vanraden() and a completely-refactored database backend. After a few days of writing, and a false start with SQLAlchemy, I’ve completely rewritten the database backend … Continue reading
Installing eric4 and QScintilla2 from source on Kubuntu 7.10
I wanted to install eric4 to compare it to KDevelop as an environment for Python development. I could not find any packages for eric4, and in order to install it from source I needed to build and install both QScintilla2 … Continue reading