Releases: Novartis/cellxgene-gateway
Releases · Novartis/cellxgene-gateway
v0.4.0
The main point of this release is to update dependencies.
- Removed dependency on flask-api
- Updated dependencies (python 3.11, numpy, unpinned flask, werkzeug)
v0.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
v0.3.11
- #81 added support for gene sets
- #79 added example for cellxgene-gateway customized docker image
- #78 prune directories that do not contain h5ad files
v0.3.10
- #65 Added GATEWAY_EXPIRE_SECONDS to set how long cellxgene servers can remain idle before being terminated.
- Added GATEWAY_LOG_LEVEL to set the log level
- #68 Close connections after reading response
- #68 Background thread reads from output of cellxgene process until it exits
v0.3.9
Added S3_ENABLE_LISTINGS_CACHE variable to control caching of S3 folder listing.
Caching will speed up listing, but the cache can become stale.
There is also a "refresh=true" query parameter which will allow cache refreshing if it is enabled.
v0.3.8
Fixed bug in filecrawl for deeply nested directories.
v0.3.7
added back /metadata/ip_address endpoint
pin version of werkzeug
v0.3.6
prepare for 0.3.6 release
pinning flask version for smoother installs
0.3.5
preparing for 0.3.5 release
fixed bug in subdir listing
v0.3.4
preparing for 0.3.4 release