mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-20 02:57:57 +08:00
Compare commits
3 Commits
delay_item
...
v0.4.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7dd10f1f3d | ||
|
|
8f676f28d0 | ||
|
|
a74576ade5 |
16
Changelog.md
16
Changelog.md
@@ -1,3 +1,19 @@
|
|||||||
|
# 0.4.2
|
||||||
|
|
||||||
|
* update package name
|
||||||
|
|
||||||
|
# 0.4.1
|
||||||
|
|
||||||
|
* Fix UnicodeDecodeError when viewing compressed datasets
|
||||||
|
* Fix WSGI server initialization by extracting data source setup
|
||||||
|
* Fix AttributeError by storing ItemSource objects in default_item_source
|
||||||
|
* Delay itemsource initialization until first request is served
|
||||||
|
* Set default_item_source and start pruner thread
|
||||||
|
* Added start scripts for flask, gunicorn and uwsgi
|
||||||
|
* Made pruner a daemon thread
|
||||||
|
* Updated start scripts to run in subshells
|
||||||
|
* Fixed bug in status.json
|
||||||
|
|
||||||
# 0.4.0
|
# 0.4.0
|
||||||
|
|
||||||
* Removed dependency on flask-api
|
* Removed dependency on flask-api
|
||||||
|
|||||||
@@ -7,4 +7,4 @@
|
|||||||
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
|
# OR CONDITIONS OF ANY KIND, either express or implied. See the License for
|
||||||
# the specific language governing permissions and limitations under the License.
|
# the specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
__version__ = "0.4.0"
|
__version__ = "0.4.2"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ install_reqs = parse_requirements()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
# mandatory
|
# mandatory
|
||||||
name="cellxgene-gateway",
|
name="cellxgene_gateway",
|
||||||
# mandatory
|
# mandatory
|
||||||
version=get_version("cellxgene_gateway/__init__.py"),
|
version=get_version("cellxgene_gateway/__init__.py"),
|
||||||
# mandatory
|
# mandatory
|
||||||
|
|||||||
Reference in New Issue
Block a user