Skip to content

Releases: prosegrinder/python-pointofview

v1.1.2

24 Jul 10:01
Compare
Choose a tag to compare

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

20 Jul 22:14
Compare
Choose a tag to compare

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

20 Jul 15:56
Compare
Choose a tag to compare

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

19 Dec 19:44
Compare
Choose a tag to compare

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

11 Dec 19:52
259f7a6
Compare
Choose a tag to compare

1.0.3 (2022-12-11)

Bug Fixes

  • removed unnecessary import of resources (#12) (259f7a6)

v1.0.2

11 Dec 00:07
c443a94
Compare
Choose a tag to compare

1.0.2 (2022-12-11)

v1.0.1

26 Aug 02:22
8315a7a
Compare
Choose a tag to compare

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

08 Aug 18:33
9e0a7ba
Compare
Choose a tag to compare
  • 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

02 Dec 21:31
26a131d
Compare
Choose a tag to compare

Added constants for FIRST, SECOND, THIRD, and NONE in place of strings.

v0.2.0

07 Apr 00:25
d70241b
Compare
Choose a tag to compare
  • 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