Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 0cea811

Browse files
committed
ready now
1 parent cf3b134 commit 0cea811

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ release: ## Create a new tag for release.
8181
@echo "$${TAG}" > scprint/VERSION
8282
@sed -i 's/^version = .*/version = "'$${TAG}'"/' pyproject.toml
8383
@$(ENV_PREFIX)gitchangelog > HISTORY.md
84-
@git add scprint/VERSION HISTORY.md
84+
@git add scprint/VERSION HISTORY.md pyproject.toml
8585
@git commit -m "release: version $${TAG} 🚀"
8686
@echo "creating git tag : $${TAG}"
8787
@git tag $${TAG}
8888
@git push -u origin HEAD --tags
8989
@echo "Github Actions will detect the new tag and release the new version."
90+
@mkdocs gh-deploy
91+
@echo "Documentation deployed to https://jkobject.github.io/scPRINT/"
9092

9193
.PHONY: docs
9294
docs: ## Build the documentation.

docs/embedder.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@
44
handler: python
55

66
::: scprint.tokenizers.embedder
7-
handler: python
8-
9-
## other tokenizers from scGPT and GeneFormer
10-
11-
::: scprint.tokenizers.tokenizer
127
handler: python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scprint"
3-
version = "1.0.15"
3+
version = "1.1.2"
44
license = "MIT"
55
description = "scPRINT is a Large Cell Model for Gene Network Inference, Denoising and more from scRNAseq data"
66
authors = ["jeremie kalfon"]

0 commit comments

Comments
 (0)