Linqex

Latest version: v1.6.3

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

Scan your dependencies

Page 2 of 2

1.3

Most methods found in the C Linq framework have been transferred to the python-linqex project and additional modifications have been made to the classes. (build.py and linq.py edited, newly added methods tested)
Add
* Added data type fixation to 'Enumerable' class. [Enumerable(iterable) -> Enumerable(iterable, const-type)]
* Added 'Take', 'TakeLast', 'Skip', 'SkipLast', 'Select', 'Distinct', 'Except', 'Join', 'OrderBy', 'Reverse', 'Zip', 'SequenceEqual', 'Aggregate', 'Prepent', 'Insert', 'Concat', 'Map', 'ContainsByKey', 'Contains' and 'Loop' methods into the 'Enumerable Base' class
* Added 'Take', 'TakeLast', 'Skip', 'SkipLast', 'Select', 'Distinct', 'Except', 'Join', 'OrderBy', 'ThenBy', 'Reverse', 'Zip', 'SequenceEqual', 'Aggregate', 'Prepent', 'Insert', 'Concat', 'Map', 'ContainsByKey', 'Contains' and 'Loop' methods in the 'Enumerable' class
* Added 'Range' and 'Repeat' static methods into the 'Enumerable' class
Edited
* Methods in class 'EnumerableBase(iterable)' in file 'linq.py' have been split into structures 'build/iterlist.py' and 'build/iterdict.py'.
* Methods in class 'EnumerableBase(iterable)' in file 'linq.py' have been split into structures 'linq/iterlist.py' and 'linq/iterdict.py'.
Deleted
* Deleted 'ingets' and 'insets' methods from 'Enumerable' class and 'build.py' file.

<br>

1.2.2

build.py and linq.py edited
Edited
* 'Linq(iterable).delete()', 'lenght' in 'linq.py' and 'count', 'summation', 'average', 'maximum', 'minimum', 'any', 'all' in 'build.py' functions edited and tested.

<br>

1.2.1

build.py and linq.py edited
Edited
* 'enumerable_catch' in 'linq.py' and 'first', 'single', 'last' in 'build.py' functions edited and tested.

<br>

1.2

First steps. Creating the library. Designing and planning.
Added
* First steps. Creating the Build methods and Enumerable class.

<br>

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.