Releases: justinfx/fileseq
Releases · justinfx/fileseq
Patch Release v1.15.3
Patch Release v1.15.3
- [#135] (backport)
yield_sequences_in_list
: use unique key for single files with no frame to prevent name collision with same basename using frames
Full Changelog: v1.15.2...v1.15.3
Patch Release v2.1.2
Patch Release v2.1.2
- [#135]
yield_sequences_in_list
: use unique key for single files with no frame to prevent name collision with same basename using frames
Full Changelog: v2.1.1...v2.1.2
Patch Release v2.1.1
Patch Release v2.1.1
- [#133] Add note to
FileSequence.__str__
about format caveat - [#118] Update type annotations to pass
mypy --strict
check - Remove
typing_extensions
dependency
Full Changelog: v2.1.0...v2.1.1
Minor Release v2.1.0
Minor Release v2.1.0
- Make FileSequence perform more accurate equality test using FrameSet (refs #131) by @justinfx in #132
Full Changelog: v2.0.0...v2.1.0
Major Version Release v2.0.0
This is a new major version release that drops support for python2
- [#119] (Breaking change) Drop python2 support
- [#127] (Breaking change) Use default padding character when range is set on existing
FileSequence
instance - [#118] Add python3 type annotations and
py.typed
marker file - [#126] Allow
FileSequence.setExtension()
with empty string to properly clear extension value
Patch release v1.15.2
New in patch release v1.15.2
- [#123] Fix decimal subframes being rounded to 0 and still contain negative sign
Patch release v1.15.1
Release v1.15.0
New in release v1.15.0
- [#115] New batch API:
utils.batchFrames
andutils.batchIterable
functions, andbatches()
methods added toFrameSet
andFileSequence
- [#111]
FileSequence
setters should atomically update fields, only if no exception is raised - [#112]
findSequenceOnDisk
: addpreserve_padding
option to apply original padding characters to matching sequence - [#109] Add support for
<UDIM>
and%(UDIM)d
padding formats (thanks @herronelou) - [#116]
FileSequence.setPadStyle()
: addset_zfill
options to convert the zfill and decimalPlaces values instead of default behavior to convert the padding character representation - [#53] Update README with "Limitations" section
- Update
utils.xrange2
to support start/start/step fields like the builtinrange
- Include
utils
module in sphinx docs