~ubuntu-branches/ubuntu/natty/python-cogent/natty

« back to all changes in this revision

Viewing changes to cogent/maths/spatial/ckd3.c

  • Committer: Bazaar Package Importer
  • Author(s): Steffen Moeller
  • Date: 2010-12-04 22:30:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101204223035-j11kinhcrrdgg2p2
Tags: 1.5-1
* Bumped standard to 3.9.1, no changes required.
* New upstream version.
  - major additions to Cookbook
  - added AlleleFreqs attribute to ensembl Variation objects.
  - added getGeneByStableId method to genome objects.
  - added Introns attribute to Transcript objects and an Intron class.
  - added Mann-Whitney test and a Monte-Carlo version
  - exploratory and confirmatory period estimation techniques (suitable for
    symbolic and continuous data)
  - Information theoretic measures (AIC and BIC) added
  - drawing of trees with collapsed nodes
  - progress display indicator support for terminal and GUI apps
  - added parser for illumina HiSeq2000 and GAiix sequence files as 
    cogent.parse.illumina_sequence.MinimalIlluminaSequenceParser.
  - added parser to FASTQ files, one of the output options for illumina's
    workflow, also added cookbook demo.
  - added functionality for parsing of SFF files without the Roche tools in
    cogent.parse.binary_sff
  - thousand fold performance improvement to nmds
  - >10-fold performance improvements to some Table operations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Generated by Cython 0.12 on Wed Apr  7 21:31:43 2010 */
 
1
/* Generated by Cython 0.12 on Mon Nov  8 09:07:17 2010 */
2
2
 
3
3
#define PY_SSIZE_T_CLEAN
4
4
#include "Python.h"
723
723
static char __pyx_k_4[] = "unknown dtype code in numpy.pxd (%d)";
724
724
static char __pyx_k_5[] = "Format string allocated too short, see comment in numpy.pxd";
725
725
static char __pyx_k_6[] = "Format string allocated too short.";
726
 
static char __pyx_k_7[] = "('1', '4', '1')";
 
726
static char __pyx_k_7[] = "('1', '5', '0')";
727
727
static char __pyx_k__B[] = "B";
728
728
static char __pyx_k__H[] = "H";
729
729
static char __pyx_k__I[] = "I";
5458
5458
  /* "/Users/mcdonald/ResearchWork/pycogent/trunk/cogent/maths/spatial/ckd3.pyx":16
5459
5459
 * from stdlib cimport malloc, realloc, free
5460
5460
 * 
5461
 
 * __version__ = "('1', '4', '1')"             # <<<<<<<<<<<<<<
 
5461
 * __version__ = "('1', '5', '0')"             # <<<<<<<<<<<<<<
5462
5462
 * 
5463
5463
 * cdef extern from "numpy/arrayobject.h":
5464
5464
 */