Releases: biocore/improved-octo-waddle
Releases · biocore/improved-octo-waddle
Remove skbio 0.6.0 pin, account for a np 2.0 sum semantics change
Removes GPL code
GPL code is now forked into https://github.com/biocore/improved-octo-waddle-gpl
...actually carry over insert_multifurcation
Merge pull request #47 from biocore/setup-tweak carry over insert_multifurcation
bug fix
1.0.3
Minor bug fix
Merge pull request #42 from biocore/strip_the_tree add a test
PyPI friendly readme
...1.0.0 was missing the content type
Placement support and more
Note that this project has migrated formally to the biocore organization.
What's Changed
- Update _bp.pyx by @esayyari in #28
- Expose close by @wasade in #31
- newick writing support by @wasade in #32
- Edge numbering by @wasade in #33
- Placements by @wasade in #34
- avoid cache invalidation by @wasade in #38
- Escape on write by @wasade in #37
- break out r, remove k0 as it was unused by @wasade in #40
- Cleanup by @wasade in #39
- Multiplacements by @wasade in #36
- test automate release by @wasade in #41
New Contributors
Thanks to @antgonza and @kwcantrell for review support.
Full Changelog: v0.1.2...1.0.0
Minor bug fix 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
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.