Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCTO-11049-spacing-rules-for-mid-row-codes #342

Merged
merged 27 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
03c3544
OCTO-10460-detect-format-crashed-with-empty-string
OlteanuRares Jan 25, 2024
bfccaa0
OCTO-11049-spacing-rules-for-mid-row-codes
OlteanuRares Aug 1, 2024
6a7e1da
bump version to 2.2.12.dev2
OlteanuRares Aug 1, 2024
dc1fccb
bump version to 2.2.12.dev2 to conf.py
OlteanuRares Aug 1, 2024
74d417f
added more tests
OlteanuRares Aug 5, 2024
1f52cfa
add test for removing spaces to the end of lines
OlteanuRares Aug 5, 2024
98d2df1
update changelog, add test for cursor position
OlteanuRares Aug 6, 2024
223524d
Merge branch 'main' of github.com:pbs/pycaption into OCTO-10460-detec…
OlteanuRares Aug 6, 2024
4523d46
Merge branch 'OCTO-10460-detect-format-crashed-with-empty-string' of …
OlteanuRares Aug 6, 2024
e52a535
add more tests and fix _skip_redundant_italics_nodes to not add close…
OlteanuRares Aug 8, 2024
22c7074
add more tests
OlteanuRares Aug 8, 2024
d120677
update changelog, bump version to 2.2.12.dev3 and remove dash from do…
OlteanuRares Aug 8, 2024
c082f2d
revert dash
OlteanuRares Aug 8, 2024
56f44dd
remove dash again
OlteanuRares Aug 8, 2024
f0e58cc
fix dictionary merge
OlteanuRares Aug 8, 2024
043ae42
pin nltk version to 3.9 and bump pycaption version to 2.2.12.dev4
OlteanuRares Aug 13, 2024
2ea80bc
pin nltk version to 3.8.0
OlteanuRares Aug 13, 2024
306322f
change error message for 32 character limit
OlteanuRares Aug 28, 2024
283d270
bump version to 2.2.12.dev5
OlteanuRares Aug 28, 2024
46f9c1d
fix tests
OlteanuRares Aug 28, 2024
019be6e
change changelog
OlteanuRares Aug 29, 2024
3d6878d
revert on line length error instead of cursor placement
OlteanuRares Sep 3, 2024
03571dd
revert handling jumping over multiple rows with repositioning instea…
OlteanuRares Sep 10, 2024
64ead7e
delete wrong type annotation
OlteanuRares Sep 10, 2024
ad3d54b
fix double breaks in WebVtt writer and bump version to 2.2.12.dev8
OlteanuRares Sep 10, 2024
85c4826
fix changelog spelling
OlteanuRares Sep 16, 2024
1279716
Merge branch 'main' of github.com:pbs/pycaption into OCTO-11049-spaci…
OlteanuRares Sep 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pin nltk version to 3.9 and bump pycaption version to 2.2.12.dev4
OlteanuRares committed Aug 13, 2024
commit 043ae428109958471a2f19a4f676c7e2c0688e9d
1 change: 1 addition & 0 deletions pycaption/transcript.py
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
import nltk.data
except ModuleNotFoundError:
nltk = None

from pycaption.base import BaseWriter, CaptionNode


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@

setup(
name='pycaption',
version='2.2.12.dev3',
version='2.2.12.dev4',
description='Closed caption converter',
long_description=open(README_PATH).read(),
author='Joe Norton',