Fileseq

Latest version: v2.1.2

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

2.2.2

----------------
* cmd/seqinfo - New tool for parsing and printing info about one or more file seq patterns
* Refactored vendoring into cmd/ location

2.2.1

----------------
* waf c++ build flags updated for static lib to avoid errors about -fPIC when link into another C++ lib

2.2.0

----------------
* 6 - Bug: Single frame parsing for padding and zfill does not match py-fileseq
* 7 - Feature: Allow option for changing frame padding styles (i.e. to something like Nuke)

2.1.0

----------------
* cpp - New C++ bindings on top of gofileseq

2.0.1

----------------
* cmd/seqls - Detect symlinks to directories and don't interpret them as discovered sequences

2.0.0

----------------
* Major refactor to the underlying logic of resolving ranges. Use an optimized storage and iteration approach, in order to
handle arbitrarily large ranges. Avoids memory allocation crashes, and very slow construction of FrameSet/FileSequence

Known Issues:
* While creating a FrameSet from a massive range like "1-10000000000x2" will be very quick, creating
FrameSets from multi-ranges with massive components like "20,50,60-10000000000" may be slow.
Improvements are still needed to the process of detecting unique values in the previously added
range components.
* Invert/Normalize functions are not as optimized as they could be. While they are much faster now for the common case of source
ranges like "1-10x2,50-100x3", they are significantly slower for less common cases where the source range is a massive amount
of individual values like "1,2,3,4,...,100000"

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.