Skip to content

Commit 7362b3b

Browse files
committed
Revert "bump: version 0.6.3 → 0.7.0"
This reverts commit d5af1ae.
1 parent d5af1ae commit 7362b3b

File tree

2 files changed

+1
-42
lines changed

2 files changed

+1
-42
lines changed

docs/change-log.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,6 @@
11
# Changelog
22

33

4-
## 0.7.0 (2026-01-18)
5-
6-
7-
- build: migrate from poetry to uv package manager (#128)
8-
- build: migrate from poetry to uv package manager
9-
- - Replace Poetry with uv as the primary package manager
10-
- Convert project.optional-dependencies to dependency-groups (PEP 735)
11-
- Update all CI/CD workflows to use uv with composite actions
12-
- Consolidate release workflows (remove release-bump.yml and github-release.yml)
13-
- Update actions to latest versions (checkout@v5, composite actions v1)
14-
- Add comprehensive mypy configuration with module-specific overrides
15-
- Fix deprecated pandas offset alias "A-OCT" to "YE-OCT" in eva.py
16-
- Simplify mkdocs deployment workflow with reusable composite actions
17-
- Update PyPI release workflow to use uv build
18-
- ci(release-bump): update step name to clarify version bump and tagging process
19-
- ci(release-bump): remove GitHub token from release-bump workflow
20-
- ci(release-bump): add GitHub token for release bump in main
21-
- chore(pyproject): remove update_changelog_on_bump configuration
22-
- chore(release): add Commitizen and GitHub release workflow (#126)
23-
- chore(release): add Commitizen and GitHub release workflow
24-
- - Added Commitizen for conventional commit management and versioning
25-
- Created GitHub Actions workflow to publish releases using Commitizen
26-
- Updated Commitizen to v4.8.3 and replaced deprecated commands
27-
- Removed `dependabot.yml` and Poetry configuration
28-
- ref: #127
29-
- chore(templates): refine issue templates and add performance and documentation categories (#124)
30-
- - Updated bug report template with clearer sections and reproducibility requirements
31-
- Enhanced feature request template with detailed prompts for API changes and performance considerations
32-
- Added new templates for performance issues and documentation improvements
33-
- Configured default behavior to disable blank issues and added links for Q&A and documentation access
34-
- ref: #125
35-
- ci: update workflow triggers and improve Codecov reporting (#122)
36-
- ci: update workflow triggers and improve Codecov reporting
37-
- - Trigger PyPI publish workflow only on release published event
38-
- Adjust tests.yml trigger to fix Codecov reporting for main branch
39-
- Added step to upload detailed Codecov test report
40-
- Removed Codecov token and restricted trigger to pushes on main
41-
- ref: #123
42-
- ci(pypi): trigger publish workflow only on release published event (#120)
43-
- ref: #121
44-
454
## 0.6.3 (2025-08-08)
465
##### Distributions
476
* fix the `chisquare` method to all distributions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "statista"
3-
version = "0.7.0"
3+
version = "0.6.3"
44
description = "statistics package"
55
readme = "README.md"
66
license = {text = "GPL-3.0-or-later"}

0 commit comments

Comments
 (0)