mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
7497f71665
🤖 I have created a release *beep* *boop* --- ## [0.4.0](https://github.com/shizand/statapp/compare/v0.3.6...v0.4.0) (2023-10-03) ### Новые функции * добавлен дисперсионный анализ ([#46](https://github.com/shizand/statapp/issues/46)) ([c77ed6a
](c77ed6a82f
)), closes [#30](https://github.com/shizand/statapp/issues/30) * добавлен Корреляционный анализ ([#54](https://github.com/shizand/statapp/issues/54)) ([3a65517
](3a655178d4
)), closes [#31](https://github.com/shizand/statapp/issues/31) ### Исправления * добавлена иконка для окна "О программе" ([#55](https://github.com/shizand/statapp/issues/55)) ([023a4a5
](023a4a5142
)) * добавлены заголовки диалоговых окон ([#49](https://github.com/shizand/statapp/issues/49)) ([a3f7c1a
](a3f7c1ac0b
)), closes [#44](https://github.com/shizand/statapp/issues/44) * исправлен баг "index 0 is out of bounds" ([#59](https://github.com/shizand/statapp/issues/59)) ([15825c2
](15825c2200
)), closes [#43](https://github.com/shizand/statapp/issues/43) * исправлена генерация значений фактора ([#53](https://github.com/shizand/statapp/issues/53)) ([4854a14
](4854a14e70
)), closes [#50](https://github.com/shizand/statapp/issues/50) * исправлены баги с отображением и считыванием исходных данных ([#58](https://github.com/shizand/statapp/issues/58)) ([fbf359e
](fbf359e515
)) * ограничена генерация чисел до сотых ([#48](https://github.com/shizand/statapp/issues/48)) ([0779941
](0779941dc9
)), closes [#32](https://github.com/shizand/statapp/issues/32) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
22 lines
387 B
TOML
22 lines
387 B
TOML
[tool.poetry]
|
|
name = "statapp"
|
|
version = "0.4.0"
|
|
description = ""
|
|
authors = [
|
|
"Maxim Slipenko <statapp@maks1ms.addy.io>"
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
# windows 7 support
|
|
python = ">=3.8,<3.9"
|
|
pre-commit = "^3.4.0"
|
|
pyinstaller = "^6.0.0"
|
|
pandas = "^2.0"
|
|
pyside2 = "^5.15.2.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|