Releases: shenxiangzhuang/mppt
Releases · shenxiangzhuang/mppt
0.4.0
[0.4.0] - 2024-06-11
Added
- Poetry: Add commitizen, a conventional commit tool (#71)
- Add
py.typed
file to support type hinting (#70)
- Add sql linter: SQLFluff (#58)
- Add task runner just (#50)
- Add package management tool uv (#49)
- Add Locust as a load testing tool (#39)
0.3.0
[0.3.0] - 2023-12-14
Added
- Add ruff as extra linter and formatter: both in dependency and pre-commit (#31)
- Add more details about the linters and formatters with the resource from Google SRE book
- Add doctest (#34)
0.2.0
[0.2.0] - 2023-12-01
Added
- Documentations for all the features (#20)
- Quick sort implementation for hypothesis testing (#22)
Changed
- Change package management from Rye to Poetry (#15, #19)
Removed