Skip to content

Commit

Permalink
release: version 1.2.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 13, 2024
1 parent 729a9af commit 1212e6e
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
34 changes: 34 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@ Changelog
=========


(unreleased)
------------
- Merge branch 'main' of https://github.com/jkobject/scDataLoader.
[maestro-jk]
- Merge branch 'main' of https://github.com/jkobject/scDataLoader into
main. [jkobject]
- Merge pull request #8 from
jkobject/dependabot/github_actions/softprops/action-gh-release-2.
[Jérémie Kalfon]

Bump softprops/action-gh-release from 1 to 2
- Bump softprops/action-gh-release from 1 to 2. [dependabot[bot]]

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
- Making it run easy. [jkobject]
- Debugged the biomart issue. [jkobject]
- Some debug of scdataloader. [maestro-jk]


1.2.1 (2024-10-10)
------------------
- Release: version 1.2.1 🚀 [jkobject]


1.2.0 (2024-10-10)
------------------
- Release: version 1.2.0 🚀 [jkobject]
Expand Down
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scdataloader"
version = "1.2.1"
version = "1.2.2"
description = "a dataloader for single cell data in lamindb"
authors = [
{name = "jkobject", email = "jkobject@gmail.com"}
Expand All @@ -25,6 +25,7 @@ dependencies = [
"leidenalg>=0.8.0",
"django>=4.0.0",
"scikit-misc>=0.5.0",
"palantir>=1.3.3",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -57,6 +58,16 @@ repository = "https://github.com/jkobject/scDataLoader"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.sdist]
only-include = [
"/scdataloader",
]

[tool.hatch.build.targets.wheel]
only-include = [
"/scdataloader",
]

[tool.hatch.metadata]
allow-direct-references = true

Expand Down
2 changes: 1 addition & 1 deletion scdataloader/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2

0 comments on commit 1212e6e

Please sign in to comment.