Vyxal

Latest version: v2.22.4

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

Scan your dependencies

Page 13 of 26

2.10.0

_Alternative title: double digits amiright?_

What's Changed
* Add digraph for handling the codepage by Lyxal in https://github.com/Vyxal/Vyxal/pull/812
* Add a starmap modifier by Lyxal in https://github.com/Vyxal/Vyxal/pull/811
* Make the arity of parallel apply greedy by Lyxal in https://github.com/Vyxal/Vyxal/pull/810
* Add rearrange at indices overload to `¢` by Lyxal in https://github.com/Vyxal/Vyxal/pull/816
* Add Þ□ element (identity matrix) by Lyxal in https://github.com/Vyxal/Vyxal/pull/819
* Make lambdas with arity -1 use the stack as their input by Lyxal in https://github.com/Vyxal/Vyxal/pull/817
* Implement adjacency matrix builtins by cgccuser in https://github.com/Vyxal/Vyxal/pull/821
* Improve the documentation of `¨M` by Lyxal in https://github.com/Vyxal/Vyxal/pull/823
* Make the implementation of the `S` flag on LazyLists better by Lyxal in https://github.com/Vyxal/Vyxal/pull/826
*
**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.9.1...v2.10.0

2.9.1

What's Changed
* Fixed `İ` by chunkybanana in https://github.com/Vyxal/Vyxal/pull/792
* Implement k• by Lyxal in https://github.com/Vyxal/Vyxal/pull/796
* Make `øM` vectorise by Lyxal in https://github.com/Vyxal/Vyxal/pull/797
* Make the argument order of `∧` and `∧` swapped by Lyxal in https://github.com/Vyxal/Vyxal/pull/799
* Fix a bunch of regex stuff by Lyxal in https://github.com/Vyxal/Vyxal/pull/798
* Add ∆Ṙ by chunkybanana in https://github.com/Vyxal/Vyxal/pull/803
* Improve the functionality of the rotate elements by Lyxal in https://github.com/Vyxal/Vyxal/pull/801
* Make `?` turn numbers into sympy numbers by Lyxal in https://github.com/Vyxal/Vyxal/pull/805
* Make modifiers use the default arity variable (which can be changed b… by Lyxal in https://github.com/Vyxal/Vyxal/pull/793


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.9.0...v2.9.1

2.9.0

What's Changed
* Make `øḋ` and the `ḋ` flag work properly again by Lyxal in https://github.com/Vyxal/Vyxal/pull/762
* Make Π do the same as Þ* when not given a list of numbers by Lyxal in https://github.com/Vyxal/Vyxal/pull/759
* Add ∆‹ and ∆› (decrement until false and increment until false) by Lyxal in https://github.com/Vyxal/Vyxal/pull/772
* Add ¨= modifier (is equal after applying) by Lyxal in https://github.com/Vyxal/Vyxal/pull/774
* Add ¨* (all multiples) element by Lyxal in https://github.com/Vyxal/Vyxal/pull/770
* Add ÞN (alternating negations) element by Lyxal in https://github.com/Vyxal/Vyxal/pull/771
* Add infinite integer partitions element (ÞṄ) by Lyxal in https://github.com/Vyxal/Vyxal/pull/773
* Add Sorting Digraphs (ÞṠ, ÞṘ, ÞȮ, and ÞĊ) by Lyxal in https://github.com/Vyxal/Vyxal/pull/775
* Add while loop counter by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/777
* Make ḟ check for substrings if given two scalars by Lyxal in https://github.com/Vyxal/Vyxal/pull/779
* Patch vy_repr on strings by chunkybanana in https://github.com/Vyxal/Vyxal/pull/784
* Make Ṁ insert in multiple places if given a list by Lyxal in https://github.com/Vyxal/Vyxal/pull/785
* Tokenise `x.` as `x.5` by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/788
* Added better handling for ? with a flag by chunkybanana in https://github.com/Vyxal/Vyxal/pull/787

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.8.5...v2.9.0

2.8.5

What's Changed
* Fix the `j` flag by Lyxal in https://github.com/Vyxal/Vyxal/pull/737
* Make `|` parse correctly when its in a structure by Lyxal in https://github.com/Vyxal/Vyxal/pull/740
* Make transpose work with infinite lists by cgccuser in https://github.com/Vyxal/Vyxal/pull/739
* Implement cartesian power for infinite lists by cgccuser in https://github.com/Vyxal/Vyxal/pull/742
* Add documentation for the probably unknown feature of function multiplication by Lyxal in https://github.com/Vyxal/Vyxal/pull/752
* As requested, `*` now vectorises if there's a function by Lyxal in https://github.com/Vyxal/Vyxal/pull/749
* Make things like input work again inside maps by Lyxal in https://github.com/Vyxal/Vyxal/pull/751
* Make the apply lambda cast to range by Lyxal in https://github.com/Vyxal/Vyxal/pull/750
* Make `∆f` vectorise by Lyxal in https://github.com/Vyxal/Vyxal/pull/755
* Added User-Agent by Seggan in https://github.com/Vyxal/Vyxal/pull/756
* Add First n Items and Rest element by Lyxal in https://github.com/Vyxal/Vyxal/pull/760

New Contributors
* Seggan made their first contribution in https://github.com/Vyxal/Vyxal/pull/756

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.8.4...v2.8.5

2.8.4

_Alternate title: yes, only 2 things were changed. Deal with it_

What's Changed

* Describe ḋ and V flags in the h-flag message by a-stone-arachnid in https://github.com/Vyxal/Vyxal/pull/731
* Make τ vectorise by Lyxal in https://github.com/Vyxal/Vyxal/pull/733
*
**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.8.3...v2.8.4

2.8.3

What's Changed
* Add a much needed ÞK by Lyxal in https://github.com/Vyxal/Vyxal/pull/722
* Fix c and l flags by AMiller42 in https://github.com/Vyxal/Vyxal/pull/724
* Make sympy not round large numbers when outputting by Lyxal in https://github.com/Vyxal/Vyxal/pull/725
* Make integer equality great again. by Lyxal in https://github.com/Vyxal/Vyxal/pull/727
* Add apply lambda by Lyxal in https://github.com/Vyxal/Vyxal/pull/723


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.8.2...v2.8.3

Page 13 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.