Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
pyhmmer
Commits
968376a3
Commit
968376a3
authored
Mar 04, 2021
by
Martin Larralde
Browse files
Release v0.2.2
parent
20b9f3d5
Pipeline
#20555
passed with stage
in 3 minutes and 21 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/package.yml
View file @
968376a3
...
...
@@ -37,7 +37,7 @@ jobs:
shell
:
bash
run
:
|
${{ matrix.pyo3-python }} -m pip install -U -r /io/ci/requirements.txt
${{ matrix.pyo3-python }} -m pip wheel -vv /io -w /tmp
${{ matrix.pyo3-python }} -m pip wheel
--no-deps
-vv /io -w /tmp
for whl in /tmp/*.whl; do ${{ matrix.pyo3-python }} -m auditwheel repair $whl -w /io/dist; done
-
name
:
Store built wheels
uses
:
actions/upload-artifact@v2
...
...
CHANGELOG.md
View file @
968376a3
...
...
@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/pyhmmer/compare/v0.2.1...HEAD
[
Unreleased
]:
https://github.com/althonos/pyhmmer/compare/v0.2.2...HEAD
## [v0.2.2] - 2021-03-04
[
v0.2.2
]:
https://github.com/althonos/pyhmmer/compare/v0.2.1...v0.2.2
### Fixed
-
Linking issues on OSX caused by aggressive stripping of intermediate libraries.
-
`plan7.Builder`
RNG not reseeding between different HMMs.
## [v0.2.1] - 2021-01-29
...
...
README.md
View file @
968376a3
...
...
@@ -2,7 +2,7 @@
*[Cython](https://cython.org/) bindings and Python interface to [HMMER3](http://hmmer.org/).*
[

](https://git
.embl.de/larralde/pyhmmer/-/pipeline
s)
[

](https://git
hub.com/althonos/pyhmmer/action
s)
[

](https://codecov.io/gh/althonos/pyhmmer/)
[

](https://pypi.org/project/pyhmmer)
[

](https://anaconda.org/bioconda/pyhmmer)
...
...
pyhmmer/__init__.py
View file @
968376a3
...
...
@@ -25,7 +25,7 @@ from .hmmer import hmmsearch, hmmpress, phmmer
__author__
=
"Martin Larralde <martin.larralde@embl.de>"
__license__
=
"MIT"
__version__
=
"0.2.
1
"
__version__
=
"0.2.
2
"
__all__
=
[
errors
.
__name__
,
easel
.
__name__
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment