|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
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 | | - |
45 | 4 | ## 0.6.3 (2025-08-08) |
46 | 5 | ##### Distributions |
47 | 6 | * fix the `chisquare` method to all distributions. |
|
0 commit comments