Skip to content

Commit fe1808c

Browse files
authored
ElasticBLAST 1.4.0 release (#198)
* Update versions * Update banner * Bump ElasticBLAST version * Remove text from index page
1 parent d6f12d8 commit fe1808c

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

docs/source/_templates/banner.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@
1111
<!-- BEGIN: temporary change to point out known issues -->
1212
<div class="help adinf">
1313
<!--GCP users please see <a href="gcp-issues.html">the known issues page</a> -->
14-
<b>IMPORTANT:</b> The current GCP implementation may fail to
14+
<b>IMPORTANT:</b> ElasticBLAST version prior to 1.4.0 may fail to
1515
properly release cloud resources, which could lead to excess user
16-
charges. We are actively working on a fix and expect to release it
17-
soon. <br><p>
18-
In the interim, we recommend using our AWS implementation. If you
19-
prefer to continue using GCP, a workaround is available to resolve
20-
the issue - please update the required kubernetes version as
21-
outlined on <a href="gcp-issues.html">the known issues page</a>.
16+
charges. We recommend upgrading ElasticBLAST to its latest version.
17+
<br><p>
18+
As a temporary workaround, we recommend using our AWS implementation or
19+
updating the required kubernetes version as outlined on <a href="gcp-issues.html">the known issues page</a>.
2220
<br><P>
23-
(Message date: March 04, 2025)
21+
(Message date: March 17, 2025)
2422
</div>
2523
<!-- END: temporary change to point out known issues -->
2624
</div>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
author = 'Christiam Camacho'
4343

4444
# The full version, including alpha/beta/rc tags
45-
release = '1.3.1'
45+
release = '1.4.0'
4646

4747

4848
# -- General configuration ---------------------------------------------------

docs/source/index.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
ElasticBLAST, version |release|
2323
===============================
2424

25-
**IMPORTANT:** The current GCP implementation may fail to properly release
26-
cloud resources, which could lead to excess user charges. We are working to update the code
27-
and expect a fix soon. In the interim, we suggest using our AWS implementation,
28-
or for those who wish to use GCP, we have provided a workaround that, when
29-
applied, addresses this issue. For more information, please see
30-
:ref:`k8s_ver_2025_02`. (Message date: March 04, 2025)
31-
32-
----
33-
3425
ElasticBLAST is a cloud-based tool to perform your BLAST searches faster and make you more effective.
3526

3627
ElasticBLAST is ideal for users who have a large number (thousands or more) of queries to BLAST or who prefer to use cloud infrastructure for their searches. It can run BLAST searches that cannot be done on `NCBI WebBLAST <https://blast.ncbi.nlm.nih.gov/Blast.cgi>`_ and runs them more quickly than stand-alone `BLAST+ <https://www.ncbi.nlm.nih.gov/books/NBK279690/>`_.

docs/source/requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Requirements
2424
============
2525

26-
* `python 3.9, 3.11 <https://www.python.org/downloads/>`_
26+
* `python 3.9, 3.10, 3.11, 3.13 <https://www.python.org/downloads/>`_
2727
* ``python3-distutils``
2828

2929
ElasticBLAST has been tested on Linux and macOS. ElasticBLAST on Windows is not

0 commit comments

Comments
 (0)