Skip to content

Commit

Permalink
Merge pull request #20 from yu9824/dev
Browse files Browse the repository at this point in the history
v3.0.0rc1
  • Loading branch information
yu9824 authored Nov 18, 2024
2 parents d500644 + 96b752f commit 0b9fc8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-on-each-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
max-parallel: 5
max-parallel: 6

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12.7
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![Downloads](https://static.pepy.tech/badge/kennard-stone)](https://pepy.tech/project/kennard-stone)

[![Test on each version](https://github.com/yu9824/kennard_stone/actions/workflows/pytest-on-each-version.yaml/badge.svg)](https://github.com/yu9824/kennard_stone/actions/workflows/pytest-on-each-version.yaml)
[![docs](https://github.com/yu9824/kennard_stone/actions/workflows/docs.yml/badge.svg)](https://github.com/yu9824/kennard_stone/actions/workflows/docs.yml)
[![release-pypi](https://github.com/yu9824/kennard_stone/actions/workflows/release-pypi.yml/badge.svg)](https://github.com/yu9824/kennard_stone/actions/workflows/release-pypi.yml)

[![Conda Version](https://img.shields.io/conda/vn/conda-forge/kennard-stone.svg)](https://anaconda.org/conda-forge/kennard-stone)
[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/kennard-stone.svg)](https://anaconda.org/conda-forge/kennard-stone)
Expand Down
2 changes: 1 addition & 1 deletion src/kennard_stone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from ._core._core import KFold, train_test_split

__version__ = "2.2.2dev0"
__version__ = "3.0.0rc1"
__license__ = "MIT"
__author__ = "yu9824"
__copyright__ = "Copyright © 2021 yu9824"
Expand Down

0 comments on commit 0b9fc8d

Please sign in to comment.