Releases: alphatwirl/atpbar
Releases · alphatwirl/atpbar
v2.0.5
What's Changed
Changes 🚀
- Format code with
ruff
by @TaiSakuma in #65 - Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #66
- Support Python 3.13 by @TaiSakuma in #67
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
Changes 🚀
- Update tests on
Stream
by @TaiSakuma in #61 - Clean code by @TaiSakuma in #62
- Remove
ProgressReportComplementer
by @TaiSakuma in #63 - Support Python 3.9 by @TaiSakuma in #64
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
Changes 🚀
- Rewrite tests in
tests/scenarios/
with Hypothesis by @TaiSakuma in #50 - Split the
Active
state into two states in the state machine by @TaiSakuma in #51 - Rename
taskid
totask_id
for spellchecker by @TaiSakuma in #52 - Clean code by @TaiSakuma in #53
- Move
.coveragerc
topyproject.toml
by @TaiSakuma in #54 - Add test for state transitions by @TaiSakuma in #55
- Update the state diagram in docstring by @TaiSakuma in #56
- Update state transitions by @TaiSakuma in #57
- Clean code by @TaiSakuma in #58
- Rename
threading.py
to distinguish from the system module by @TaiSakuma in #59 - Clean code by @TaiSakuma in #60
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
Changes 🚀
- Rename
progressreport
toprogress_report
by @TaiSakuma in #40 - Add type hints to
tests
by @TaiSakuma in #41 - Fix type, linter, and spell checker errors by @TaiSakuma in #42
- Replace double quotes with single quotes by @TaiSakuma in #43
- Replace sys.modules with the import statement by @TaiSakuma in #47
- Fix spell checker errors by @TaiSakuma in #48
- Change license to MIT License by @TaiSakuma in #49
New Contributors
- @dependabot made their first contribution in #44
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
Changes 🚀
- Add the context manager
flushing()
by @TaiSakuma in #38 - Add documentation by @TaiSakuma in #39
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Changes 🚀
- Switch from
setup.py
topyproject.toml
by @TaiSakuma in #31 - Require Python 3.10 and above by @TaiSakuma in #32
- Remove support for
Mantichora
by @TaiSakuma in #33 - Format code with black and isort by @TaiSakuma in #34
- Make the first argument of
atpbar
positional only by @TaiSakuma in #35 - Add type hints by @TaiSakuma in #36
- Remove the option time_track by @TaiSakuma in #37
New Contributors
Full Changelog: v1.1.4...v2.0.0