Skip to content

Releases: biocore/improved-octo-waddle

Remove skbio 0.6.0 pin, account for a np 2.0 sum semantics change

27 Jun 03:09
6df7c5c
Compare
Choose a tag to compare

Removes GPL code

13 Dec 00:28
4d2fa1c
Compare
Choose a tag to compare

...actually carry over insert_multifurcation

29 Mar 23:31
a447a9b
Compare
Choose a tag to compare
Merge pull request #47 from biocore/setup-tweak

carry over insert_multifurcation

bug fix

29 Mar 21:53
7515ae5
Compare
Choose a tag to compare

Insert multifurcation was not being carried along

1.0.3

23 Feb 19:28
7515ae5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

Minor bug fix

31 Jan 17:35
a36c37e
Compare
Choose a tag to compare
Merge pull request #42 from biocore/strip_the_tree

add a test

PyPI friendly readme

27 Jan 20:20
Compare
Choose a tag to compare

...1.0.0 was missing the content type

Placement support and more

27 Jan 20:16
Compare
Choose a tag to compare

Note that this project has migrated formally to the biocore organization.

What's Changed

New Contributors

Thanks to @antgonza and @kwcantrell for review support.

Full Changelog: v0.1.2...1.0.0

Minor bug fix release

26 Apr 18:29
Compare
Choose a tag to compare
Minor bug fix release Pre-release
Pre-release

Minor release, but fixes a but where quoted structure characters, e.g., "('a,b',c)root;" was getting parsed incorrectly and splitting the 'a,b'.

Initial release

26 Aug 21:44
Compare
Choose a tag to compare

Initial release of a Balanced Parentheses implementation primarily in Cython. The codebase is not fully optimized, nor is it entirely implemented. However, much of the basic functionality is in place, tested, and reasonably efficient.