Skip to content

Releases: scikit-bio/scikit-bio

scikit-bio 0.6.0

28 Mar 00:15
c9be1a2
Compare
Choose a tag to compare

We are excited to announce scikit-bio 0.6.0!

This release introduces significant enhancements and features, including the launch of a new website, the addition of new modules, classes and algorithms, and support for the latest versions of Python and SciPy. This release also includes various optimizations, bug fixes, and documentation improvements, making it a substantial upgrade for users and developers alike.

Release highlights:

  • Launched a new scikit-bio website (scikit.bio) with improved design and documentation.
  • Added a data table module and support for BIOM tables.
  • Added a sample metadata class and support for numeric and categorical columns.
  • Enhanced biological sequence operations, including alphabet, substitution matrix and index conversion.
  • Implemented a differential abundance test using Dirichilet multinomial distribution, which mirrors ALDEx2.
  • Implemented generalized phylogenetic alpha diversity metrics.
  • Adopted NumPy’s new random generator to enable reproducible analysis.
  • Support for Python 3.12+ and SciPy 1.11+.
  • Improvements of performance, robustness and usability in various functionality.

Review the changelog for a complete list of the changes. Browse the documentation to learn about what you can do with scikit-bio. Follow @scikitbio for project updates. Thanks for your interest in scikit-bio!

scikit-bio 0.5.9: Maintenance release

02 Aug 22:33
3519a38
Compare
Choose a tag to compare

We are excited to announce scikit-bio 0.5.9!

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.8: Maintenance and new Taxdump format

09 Dec 21:39
Compare
Choose a tag to compare

We are excited to announce scikit-bio 0.5.8!

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.7: Performance and maintenance

01 Apr 00:26
ecc78ec
Compare
Choose a tag to compare

We are very excited to announce scikit-bio 0.5.7!

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.6: Maintenance and more

18 Mar 16:52
Compare
Choose a tag to compare

We are very excited to announce scikit-bio 0.5.6.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.5: More compositional methods added

13 Dec 20:18
Compare
Choose a tag to compare

We are very excited to announce scikit-bio 0.5.5. This is a minor release that adds a couple of compositional techniques under skbio.stats.composition namely the alr, and inverse alr transform in addition to easier construction of balance basis through sequential binary partitioning.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.4: faster pcoa through FSVD

27 Aug 22:43
Compare
Choose a tag to compare

We are very excited to announce scikit-bio 0.5.4. This is a minor release that adds a heuristic-based method to calculate PCoA. For large distance matrices, this option will dramatically reduce the memory footprint and accelerate the compute in skbio.stats.ordination.pcoa.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.3: TreeNode additions, permdisp, pcoa_biplot and more

07 Aug 21:29
Compare
Choose a tag to compare

We are very excited to announce scikit-bio 0.5.3. This is a minor release that adds a few new features in different modules of scikit-bio. Most notably it adds a few new methods to TreeNode, the permdisp test (to test for homogeneity of dispersions in distance-based comparisons), and pcoa_biplot to create biplots from an existing PCoA matrix.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.2 bug fixes and support for EMBL file format

19 Apr 00:26
107fc8f
Compare
Choose a tag to compare

We're very excited to announce scikit-bio 0.5.2.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, you should browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!

scikit-bio 0.5.1: Interval metadata support

13 Nov 01:13
Compare
Choose a tag to compare

We're very excited to announce scikit-bio 0.5.1. scikit-bio versions 0.5.0 and greater are no longer compatible with Python 2. scikit-bio is compatible with Python 3.4 and later. This is a minor beta release adding support for efficiently storing interval metadata on scikit-bio objects (similar to .metadata/.positional_metadata). This release also contains a number of minor new features and bug fixes.

You can review the CHANGELOG.md for a complete description of the changes in this release. To learn about what you can do with scikit-bio, browse our API documentation.

Be sure to follow @scikitbio on twitter for project updates, and as always, thanks for your interest in scikit-bio!