Releases: prosegrinder/python-pointofview
Releases · prosegrinder/python-pointofview
v1.1.2
v1.1.2 (2025-07-24)
Fix
- remove typing deprecations (#62)
- use OrderedDict from collections instead of deprecated typing
[main d34a33c] bump: 1.1.1 → 1.1.2
2 files changed, 8 insertions(+), 1 deletion(-)
v1.1.1
v1.1.1 (2025-07-20)
Fix
- deps: bump zipp from 3.14.0 to 3.19.1 (#58)
[main 85dfaec] bump: 1.1.0 → 1.1.1
2 files changed, 7 insertions(+), 1 deletion(-)
v1.1.0
v1.1.0 (2025-07-20)
Feat
- add types (#57)
- add types and type marker
Fix
- use Optional instead of | for optional types
- organize and remove unused imports
[main 69b4ecd] bump: 1.0.4 → 1.1.0
2 files changed, 13 insertions(+), 1 deletion(-)
v1.0.4
v1.0.4 (2022-12-19)
Fix
- added commitizen config
- explicit ci jobs
- publish to pypi on tag v
- added release workflow
[main 284c561] bump: 1.0.3 → 1.0.4
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 CHANGELOG.md
v1.0.3
1.0.3 (2022-12-11)
Bug Fixes
- removed unnecessary import of resources (#12) (259f7a6)
v1.0.1
Package Maintenance
Added
GitHub Actions
- test pypi publishing on tag
- build check with twine during CI
Changed
- use
black
- use
pylint
- retire Codacy
- use current packaging practices
- added pyproject.toml
- moved static settings to setup.cfg
v1.0.0
- removed 3.5 support
- added 3.9 support
- renamed default branch to
main
- release 1.0.0 because it's been long enough
v0.3.0
Added constants for FIRST, SECOND, THIRD, and NONE in place of strings.
v0.2.0
- Removed tox.ini
- Converted POV_WORDS to OrderedDict to support pov precedence
- Eliminated use of _normalize_word()
- Renamed get_pov() to get_text_pov()
- Added PyPi deploy via Travis-CI