• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

matthew-brett / nipy / 349

Builds Branch Commit Type Ran Committer Via Coverage
349 fix-equals-none MAINT: update pyx c files from 'is None' changes Update .c files from pyx files changed with 'is None' refactoring. push 28 Aug 2015 09:51PM UTC matthew-brett travis-ci pending completion   set done
348 tmp FIXME: temporary commit for testing; don't merge push 28 Aug 2015 05:17PM UTC matthew-brett travis-ci pending completion   set done
346 fix-formula-errors RF: initialize set for excluding terms Slightly for clarity, and for speed, initialize set with unwanted terms outside the list comprehension. No filters for you yoh ! push 28 Aug 2015 04:51PM UTC matthew-brett travis-ci pending completion   set done
345 fix-equals-none RF: replace == None with is None checks We were getting lots of warnings about use of == None or != None. Replace all instances of == None with "is None", != None with "is not None" push 28 Aug 2015 04:35PM UTC matthew-brett travis-ci pending completion   set done
344 fix-formula-errors DOC: clarify docstring of Formula.__sub__ Make explanation a little clearer for subtraction of two Formulae. push 28 Aug 2015 04:28PM UTC matthew-brett travis-ci pending completion   set done
343 reverting-lapack-refactor RF: refactor import_array as documented Instead of calling `import_array()` in every C function, use the method of sharing the numpy API pointer table documented here: http://docs.scipy.org/doc/numpy/reference/c-api.array.html#importing-the-api ... push 28 Aug 2015 02:26PM UTC matthew-brett travis-ci pending completion   set done
342 fix-formula-errors DOC: clarify docstring of Formula.__sub__ Make explanation a little clearer for subtraction of two Formulae. push 28 Aug 2015 02:20PM UTC matthew-brett travis-ci pending completion   set done
341 fix-equals-none RF: replace == None with is None checks We were getting lots of warnings about use of == None or != None. Replace all instances of == None with "is None", != None with "is not None" push 28 Aug 2015 02:08PM UTC matthew-brett travis-ci pending completion   set done
340 tmp Merge branch 'fix-formula-errors' into tmp * fix-formula-errors: BF+TST: enforce order of terms in subtraction RF: pep8 doctest in Formula subtraction BF+TST: fix bug for adding and subtracting Factors RF: remove yields from Formula tests... push 28 Aug 2015 01:15PM UTC matthew-brett travis-ci pending completion   set done
339 reverting-lapack-refactor RF: refactor import_array as documented Instead of calling `import_array()` in every C function, use the method of sharing the numpy API pointer table documented here: http://docs.scipy.org/doc/numpy/reference/c-api.array.html#importing-the-api ... push 28 Aug 2015 01:09PM UTC matthew-brett travis-ci pending completion   set done
338 fix-formula-errors BF+TST: enforce order of terms in subtraction Make order of terms in subtraction predictable. Finished fix of gh-258. push 28 Aug 2015 10:47AM UTC matthew-brett travis-ci pending completion   set done
334 reverting-lapack-refactor BF: recythonize routines.pyx to fix import error We were getting `ValueError: level must be >= 0` errors on import; fix by rebuilding c file with more up-to-date Cython. push 27 Aug 2015 09:37PM UTC matthew-brett travis-ci pending completion   set done
331 use-scriptrunner BF: cannot quote command for Windows Windows errors for a command with quotes, bless. Only quote arguments with spaces, hoping the commands don't have spaces. push 27 Aug 2015 04:15PM UTC matthew-brett travis-ci pending completion   set done
330 reverting-lapack-refactor BF: recythonize routines.pyx to fix import error We were getting `ValueError: level must be >= 0` errors on import; fix by rebuilding c file with more up-to-date Cython. push 27 Aug 2015 03:59PM UTC matthew-brett travis-ci pending completion   set done
329 fix-travis-build MAINT: update minimal dependencies Bump numpy dependency to 1.6.0 to avoid memmap error of form: AttributeError: 'memmap' object has no attribute 'filename' push 27 Aug 2015 03:47PM UTC matthew-brett travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc