mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-21 16:58:11 +08:00
Compare commits
4
Commits
nested_subdirs
...
0.3.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd0e7d9c31 | ||
|
|
98ef6efd0c | ||
|
|
82e43ff943 | ||
|
|
f8a77423eb |
@@ -8,7 +8,6 @@ repos:
|
|||||||
types: [python]
|
types: [python]
|
||||||
stages: [commit]
|
stages: [commit]
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.6+
|
|
||||||
name: black
|
name: black
|
||||||
language: system
|
language: system
|
||||||
entry: black
|
entry: black
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
# 0.3.5
|
||||||
|
|
||||||
|
* Pinned flask version to match cellxgene 0.17.0
|
||||||
|
|
||||||
|
# 0.3.4
|
||||||
|
|
||||||
|
* Fixed bug #50 affecting subdirectory listing
|
||||||
|
|
||||||
# 0.3.3
|
# 0.3.3
|
||||||
|
|
||||||
* Fixed bug #48 affecting cache pruning
|
* Fixed bug #48 affecting cache pruning
|
||||||
|
|||||||
@@ -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.3.3"
|
__version__ = "0.3.5"
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ channels:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- python=3.7
|
- python=3.7
|
||||||
- requests
|
- requests
|
||||||
- flask
|
- flask<2.0.0,>=1.0.2
|
||||||
- psutil
|
- psutil
|
||||||
- black
|
- black
|
||||||
- coverage
|
- coverage
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
cellxgene>=0.15
|
cellxgene>=0.15
|
||||||
flask
|
flask<2.0.0,>=1.0.2
|
||||||
flask_api
|
flask_api
|
||||||
psutil
|
psutil
|
||||||
requests
|
requests
|
||||||
|
|||||||
Reference in New Issue
Block a user