Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2022-12-15)

### Bug Fixes

* **typer:** Fix minimum version of Typer for rich support. ([afa2000](afa2000))

### Features

* **bootstrap_merge:** Improve performance of method by 30% using numpy. ([cb1b03d](cb1b03d))
* **bootstrap_merge:** Improve performance of method by 33% using numpy. ([c0d0265](c0d0265))
* **bootstrap_merge:** Improve performance of method by 33% using numpy. ([b24b3dc](b24b3dc))
  • Loading branch information
semantic-release-bot committed Dec 15, 2022
1 parent 752365a commit 430bb77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.5.0](https://github.com/Ecogenomics/gtdb-lib/compare/v1.4.0...v1.5.0) (2022-12-15)


### Bug Fixes

* **typer:** Fix minimum version of Typer for rich support. ([afa2000](https://github.com/Ecogenomics/gtdb-lib/commit/afa2000dbea305406d85ca30419ed94dafeb2b1b))


### Features

* **bootstrap_merge:** Improve performance of method by 30% using numpy. ([cb1b03d](https://github.com/Ecogenomics/gtdb-lib/commit/cb1b03d826e66d63ba923378e1f8c67b7cacd771))
* **bootstrap_merge:** Improve performance of method by 33% using numpy. ([c0d0265](https://github.com/Ecogenomics/gtdb-lib/commit/c0d0265eed8a0b60051a0ce7a1601371cb300f2b))
* **bootstrap_merge:** Improve performance of method by 33% using numpy. ([b24b3dc](https://github.com/Ecogenomics/gtdb-lib/commit/b24b3dcd653a78fb227e862b7ade9ff379bd79b6))

# [1.4.0](https://github.com/Ecogenomics/gtdb-lib/compare/v1.3.0...v1.4.0) (2022-12-13)


Expand Down
2 changes: 1 addition & 1 deletion gtdblib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'gtdblib'
__description__ = 'An abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.'
__url__ = 'https://github.com/Ecogenomics/gtdb-lib'
__version__ = '1.4.0'
__version__ = '1.5.0'
__author__ = 'Aaron Mussig'
__author_email__ = '[email protected]'
__license__ = 'GPL-3.0'
Expand Down

0 comments on commit 430bb77

Please sign in to comment.