Skip to content

Releases: hyperskill/hs-test-python

v11.0.33

Choose a tag to compare

@KirillovProj KirillovProj released this 11 Jun 14:06

Full Changelog: v11.0.32...v11.0.33

v11.0.32

Choose a tag to compare

@KirillovProj KirillovProj released this 24 Apr 09:23

What's Changed

Full Changelog: v11.0.31...v11.0.32

v11.0.31

Choose a tag to compare

@KirillovProj KirillovProj released this 02 Mar 16:19

What's Changed

Full Changelog: v11.0.27...v11.0.31

v11.0.30

Choose a tag to compare

@polischuks polischuks released this 27 May 04:49
1921cc4

What's Changed

Full Changelog: v11.0.29...v11.0.30

v11.0.29

Choose a tag to compare

@polischuks polischuks released this 26 May 11:54
88b05f7

What's Changed

Full Changelog: v11.0.28...v11.0.29

v11.0.28

Choose a tag to compare

@polischuks polischuks released this 20 May 11:58
fb6ef7c

What's Changed

    • Update Python version and refactor CI/CD pipeline

Upgraded Python version to 3.10.13. Refactored GitHub Actions workflows, renamed 'main.yml' to 'ci.yml', introduced new workflows for auto-formatter, and author assignment. Moreover, the 'requirements.txt' and 'setup.py' files have been removed as dependencies are managed by Poetry.

(cherry picked from commit 5300951)

  • Refactor codebase to use pathlib and type annotations

The codebase has been refactored to use the pathlib module for file handling operations, replacing the os module. Additionally, type annotations have been added throughout the codebase to improve readability and facilitate static type checking. These changes aim to enhance both the maintainability and reliability of the code.

(cherry picked from commit e2ade20)

  • Update workflow configurations for Github Actions

Modified the .github/workflows/ci.yml and .github/workflows/auto-format.yml files to streamline operations. Added a concurrency control which allows concurrent jobs to run in the workflow, and updated the names of the listed branches by removing unnecessary quotes. Also renamed test-ubuntu to test while improving its descriptor in the CI workflow.

(cherry picked from commit f525391)

  • Update Poetry install command in CI config

Updated the poetry install command in the continuous integration configuration (".github/workflows/ci.yml"). Removed the other flags and just added the "--sync" option for the Poetry install command to enforce a correct and complete installation of dependencies.

(cherry picked from commit 9f8ec79)

  • Update poetry install command in workflow files

The poetry install command in both '.github/workflows/actions/prepare/action.yml' and '.github/workflows/ci.yml' workflow files has been updated. The new command now includes '--no-root' option for better control of the installation process and removed the '--only main,dev' options to ensure all necessary dependencies are installed.

(cherry picked from commit 048b9cc)

  • Update dependencies: bump psutil to 7.0.0, mypy to 1.13.0, pandas to 2.2.3, scipy to 1.15.3, and ruff to 0.7.3

Full Changelog: v11.0.26...v11.0.27

v11.0.27

Choose a tag to compare

@polischuks polischuks released this 20 May 11:53

What's Changed

    • Update Python version and refactor CI/CD pipeline

Upgraded Python version to 3.10.13. Refactored GitHub Actions workflows, renamed 'main.yml' to 'ci.yml', introduced new workflows for auto-formatter, and author assignment. Moreover, the 'requirements.txt' and 'setup.py' files have been removed as dependencies are managed by Poetry.

(cherry picked from commit 5300951)

  • Refactor codebase to use pathlib and type annotations

The codebase has been refactored to use the pathlib module for file handling operations, replacing the os module. Additionally, type annotations have been added throughout the codebase to improve readability and facilitate static type checking. These changes aim to enhance both the maintainability and reliability of the code.

(cherry picked from commit e2ade20)

  • Update workflow configurations for Github Actions

Modified the .github/workflows/ci.yml and .github/workflows/auto-format.yml files to streamline operations. Added a concurrency control which allows concurrent jobs to run in the workflow, and updated the names of the listed branches by removing unnecessary quotes. Also renamed test-ubuntu to test while improving its descriptor in the CI workflow.

(cherry picked from commit f525391)

  • Update Poetry install command in CI config

Updated the poetry install command in the continuous integration configuration (".github/workflows/ci.yml"). Removed the other flags and just added the "--sync" option for the Poetry install command to enforce a correct and complete installation of dependencies.

(cherry picked from commit 9f8ec79)

  • Update poetry install command in workflow files

The poetry install command in both '.github/workflows/actions/prepare/action.yml' and '.github/workflows/ci.yml' workflow files has been updated. The new command now includes '--no-root' option for better control of the installation process and removed the '--only main,dev' options to ensure all necessary dependencies are installed.

(cherry picked from commit 048b9cc)

  • Update dependencies: bump psutil to 7.0.0, mypy to 1.13.0, pandas to 2.2.3, scipy to 1.15.3, and ruff to 0.7.3

Full Changelog: v11.0.26...v11.0.27

v11.0.26

Choose a tag to compare

@github-actions github-actions released this 07 Feb 12:09
Release v11.0.26

v11.0.25

Choose a tag to compare

@github-actions github-actions released this 07 Feb 09:20
Release v11.0.25

v11.0.24

Choose a tag to compare

@github-actions github-actions released this 06 Feb 17:14
Release v11.0.24