Skip to content

Commit

Permalink
Prepare for 0.3.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Saldanha authored and Alok Saldanha committed Mar 3, 2024
1 parent fa72481 commit 6a2bc40
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.3.12

* #81 List gene set annotations when cell annotations not present
* #86 Upgrade pip within docker image
* #73 Moved new link to front
* #87 Temporarily pin versions of werkzeug and flask


# 0.3.11

* #81 added support for gene sets
Expand Down
2 changes: 1 addition & 1 deletion cellxgene_gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
# the specific language governing permissions and limitations under the License.

__version__ = "0.3.11"
__version__ = "0.3.12"
6 changes: 1 addition & 5 deletions cellxgene_gateway/subprocess_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@

from cellxgene_gateway.cache_entry import CacheEntryStatus
from cellxgene_gateway.dir_util import make_annotations
from cellxgene_gateway.env import (
cellxgene_args,
enable_annotations,
enable_backed_mode,
)
from cellxgene_gateway.env import cellxgene_args, enable_annotations, enable_backed_mode
from cellxgene_gateway.process_exception import ProcessException

logger = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.9
- requests
- flask==2.2.2
- flask==2.2.5
- psutil
- black
- twine
Expand All @@ -14,5 +14,5 @@ dependencies:
- pip:
- pre_commit
- flask-api
- werkzeug==2.3.0
- werkzeug==2.3.8
- cellxgene

0 comments on commit 6a2bc40

Please sign in to comment.