Vyxal

Latest version: v2.22.4.3

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

Scan your dependencies

Page 11 of 26

2.13.3

What's Changed
* Add string interpolation by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1075
* Fixed chr_ord on [] by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1096
* Make the arguments of `ß` go in the right order by Lyxal in https://github.com/Vyxal/Vyxal/pull/1100
* Add mutli-set elements (`Þ∨` - difference, `Þ∩` - intersection, `Þ∪` - union, `Þ⊍` - xor) by Lyxal in https://github.com/Vyxal/Vyxal/pull/1101
* Make Matrix Exponentiation work properly by Lyxal in https://github.com/Vyxal/Vyxal/pull/1099
* Fix short dictionary compression by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1093


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.13.2...v2.13.3

2.13.2

What's Changed
* Improve generator behaviour by Lyxal in https://github.com/Vyxal/Vyxal/pull/1060
* Cycle builtin by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1069
* Add explicit STDIN element by Lyxal in https://github.com/Vyxal/Vyxal/pull/1072
* Fix print with space without popping by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1079
* Add element to divide list into n parts by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1077
* Add overload to get real and imaginary parts of complex number to round by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1074
* Add element to fill matrix to make it rectangular by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1076
* Make coords_deepmap a monograph by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1080
* Make untruth work with multiple dimensions by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1086
* Fix coords deepmap and others by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1085
* Add zip lambda by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1089
* Make register and nameless variable run through sympy before being set by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1091


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.13.1...v2.13.2

2.13.1

What's Changed
* added ඞ unicode by cmnowastaken in https://github.com/Vyxal/Vyxal/pull/1050
* Fix group by by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1052
* Made ctrl/cmd + enter work on Mac by tobyck in https://github.com/Vyxal/Vyxal/pull/1054
* Add ¨M, Þ↓, and Þ↑ as function overload by Lyxal in https://github.com/Vyxal/Vyxal/pull/1056
* Make cmd/ctrl + enter work by tobyck in https://github.com/Vyxal/Vyxal/pull/1058

New Contributors
* cmnowastaken made their first contribution in https://github.com/Vyxal/Vyxal/pull/1050
* tobyck made their first contribution in https://github.com/Vyxal/Vyxal/pull/1054

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.13.0...v2.13.1

2.13.0

What's Changed
* Fix G and g by Steffan153 in https://github.com/Vyxal/Vyxal/pull/999
* Add modifier to run for each overlapping pair by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1000
* Fix run length decode by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1003
* Add dyadic run length encode/decode by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1004
* Fix `-1` indice with Ȧ by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1009
* Add modular exponentation by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1008
* Make `ẏ` and `ż` work on infinite lists by Lyxal in https://github.com/Vyxal/Vyxal/pull/1010
* Fix round, is_square, and is_prime by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1014
* Fixed lift on infinite lists by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1011
* Fix find on infinite lazylists by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1016
* Fix all 4 ACEs by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1017
* Add JSON parse by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1024
* Added prime exponents by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1023
* Allowed swapped args for l by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1022
* Finally fix ẇ by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1018
* Added surround by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1021
* Make abs diff vectorise by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1020
* Canvas by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1026
* Fix ^ and v in canvas by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1035
* Added 0-indexed fibonacci by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1037
* Fixed ẇ with zeroes in lists by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1040
* Make € work on infinte lists by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1039
* Make vectorise min/max better behaved by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1038
* Added left and right align by chunkybanana in https://github.com/Vyxal/Vyxal/pull/1036
* Fix stuff with diagonals by Steffan153 in https://github.com/Vyxal/Vyxal/pull/1044
* Make parity like modulo but parity by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/1045


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.12.1...v2.13.0

2.12.1

What's Changed
* Make `Ǐ` no longer vectorise by default by Lyxal in https://github.com/Vyxal/Vyxal/pull/987
* Add depth element by SE-Nitro in https://github.com/Vyxal/Vyxal/pull/993
* Implement all indices by cgccuser in https://github.com/Vyxal/Vyxal/pull/984

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.12.0...v2.12.1

2.12.0

What's Changed
* Increment decrement until false monographs by Steffan153 in https://github.com/Vyxal/Vyxal/pull/947
* Don't use eval for datetime stuff by cgccuser in https://github.com/Vyxal/Vyxal/pull/953
* Add star map to modifier list by Steffan153 in https://github.com/Vyxal/Vyxal/pull/959
* Lift builtin by chunkybanana in https://github.com/Vyxal/Vyxal/pull/963
* Add semi-optimal number compress by chunkybanana in https://github.com/Vyxal/Vyxal/pull/962
* Fix the functionality of øṖ by Lyxal in https://github.com/Vyxal/Vyxal/pull/976
* Update the documentation for X by Lyxal in https://github.com/Vyxal/Vyxal/pull/974
* Add group by function overload to ġ by Lyxal in https://github.com/Vyxal/Vyxal/pull/977
* Fix product of `[]` by Steffan153 in https://github.com/Vyxal/Vyxal/pull/979
* fix shuffle on lazylists by Steffan153 in https://github.com/Vyxal/Vyxal/pull/981
* Make the `ḋ` flag work on lists by Lyxal in https://github.com/Vyxal/Vyxal/pull/973
* Make callers of foldl work with empty lists by cgccuser in https://github.com/Vyxal/Vyxal/pull/983
* add elements for palindromise, center, and join on newlines, and also same for mirror by Steffan153 in https://github.com/Vyxal/Vyxal/pull/986


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.11.2...v2.12.0

Page 11 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.