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

biocore / scikit-bio
0%

Build:
DEFAULT BRANCH: master
Repo Added 06 May 2014 05:17PM UTC
Files 0
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.2.1
  • 0.2.2
  • 0.2.3
  • 0.2.4
  • 0.4.0
  • 0.4.1
  • 0.5.0
  • 0.5.1
  • 0.5.2
  • 0.5.3
  • 0.5.4
  • revert-1440-mixin
  • revert-1445-im
  • sprint
  • update-conda-install
  • windows-test

pending completion
4072

push

travis-ci-com

web-flow
BUG: Fix windows and 32bit support of `unweighted_unifrac` (#1729)

* BUG: Fix windows and 32bit support of `unweighted_unifrac`

This forces the tree `child_index` to be exported as 64bit and
also adds a cast (just in case) into `_nodes_by_counts` in the
`_phylogenetic.pyx` cython code.

I have tested that `unweighted_unifrac` succeeds with the change
to the `child_index`. I have not done a full test run, so while
this closes gh-1685, it is very likely that the similar issues
exist elsewhere.

Ideally, it would be great if you find the time to add an Azure job
for windows, or a 32bit job (which will at least find some of these
issues as well).

On a related note: Since this is an `index`, the correct dtype is
likely `np.intp`, which is 32bit on 32bit systems and 64bit on
64 bit systems. So it might be better if the cython `DTYPE_t` was
changed that (and the `child_index` code here as well), but
of course that relies on `DTYPE_t` not being used for anything
that is not an index operation but should have 64bit accuracy.

* MAINT: Regenerate diversity/_phylogenetic.c

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Relevant lines Covered
Build:
Build:
0 RELEVANT LINES 0 COVERED LINES
0.0 HITS PER LINE
Source Files on master
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4072 master BUG: Fix windows and 32bit support of `unweighted_unifrac` (#1729) * BUG: Fix windows and 32bit support of `unweighted_unifrac` This forces the tree `child_index` to be exported as 64bit and also adds a cast (just in case) into `_nodes_by_cou... push 20 Oct 2020 05:00PM UTC web-flow travis-ci-com pending completion  
4069 master Allow `DissimilarityMatrix` to use `np.float32` (#1717) * TST: test for avoiding implicit copy * ENH: avoid if not needed for float32 * ENH: allow validation to support float32 * A few more copy tests * STY: new flake8 items * DOC:... push 06 Oct 2020 05:12PM UTC web-flow travis-ci-com pending completion  
4062 master Update hdmedians to >= 0.14.1 (#1728) * Update hdmedians to >= 0.14.1 * Update CHANGELOG for hdmedians package version change * Merge changes into 0.5.7 notes push 28 Sep 2020 05:45PM UTC web-flow travis-ci-com pending completion  
4058 master Add numpy as build dependency in pyproject.toml (#1690) * Add numpy as build dependency in pyproject.toml * Add pyproject.toml to MANIFEST.in * Add Cython to build dependencies * Update CHANGELOG for addition of pyproject.toml push 12 Sep 2020 01:51AM UTC web-flow travis-ci-com pending completion  
4054 master <a href="https://github.com/biocore/scikit-bio/commit/8b0f7e277">Updated testing (#1719) * Updated testing Fixed ValueError issue! * Updated testing syntax * Update test_redundancy_analysis.py * Update t... push 09 Sep 2020 03:43PM UTC web-flow travis-ci-com pending completion  
3969 master DOC/MAINT: docs ignore slot_wrappers; py3.6 min push 28 Feb 2020 04:30PM UTC ebolyen travis-ci pending completion  
3967 master REL: Updates for 0.5.6 release (#1697) push 21 Feb 2020 10:35PM UTC web-flow travis-ci pending completion  
3965 master TST: missing tests for #1684; DEP: version pins & Python 3.8 (#1695) push 21 Feb 2020 04:15PM UTC web-flow travis-ci pending completion  
3953 master Kendall tau method added to mantel computation (#1675) * Kentall tau method added to mantel computation * updated CHANGELOG.md * Update skbio/stats/distance/tests/test_mantel.py Edit as per PEP8 requirements Co-Authored-By: Yoshiki Vá... push 07 Feb 2020 05:05PM UTC web-flow travis-ci pending completion  
3952 master Resolving conflict in CHANGELOG.md Pull #1675 07 Feb 2020 02:15PM UTC web-flow travis-ci pending completion  
See All Builds (2480)
  • Repo on GitHub
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