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 12 of 26

2.11.2

What's Changed
* Make ṡ return a Lazylist object instead of a range by Lyxal in https://github.com/Vyxal/Vyxal/pull/912
* fix sum flag when it is lazylist by Steffan153 in https://github.com/Vyxal/Vyxal/pull/914
* Make øṀ vectorise on lists by Lyxal in https://github.com/Vyxal/Vyxal/pull/913
* Change `Ȧ` to return a LazyList by Lyxal in https://github.com/Vyxal/Vyxal/pull/926
* Make parser account for _all_ literals by Lyxal in https://github.com/Vyxal/Vyxal/pull/923
* Add short dictionary into optimal compression by hyper-neutrino in https://github.com/Vyxal/Vyxal/pull/928
* Add the string overload of ṅ to the YAML by Lyxal in https://github.com/Vyxal/Vyxal/pull/925
* Make τ work with negative bases by Lyxal in https://github.com/Vyxal/Vyxal/pull/924
* Make `øD` escape backticks by Lyxal in https://github.com/Vyxal/Vyxal/pull/931
* make to-base work on n=0, base=-1, base=0, and base=[] by hyper-neutrino in https://github.com/Vyxal/Vyxal/pull/934
* Fix an ACE by Steffan153 in https://github.com/Vyxal/Vyxal/pull/949
* Make `ẇ` summate last item if all string by Lyxal in https://github.com/Vyxal/Vyxal/pull/932


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

2.11.1

What's Changed
* Document some flags that were missing by Lyxal in https://github.com/Vyxal/Vyxal/pull/905
* Make `ẇ` not return a trailing empty string if nothing to split upon by Lyxal in https://github.com/Vyxal/Vyxal/pull/903
* Make backslashes at the end of a 2 character string include the backslash by Lyxal in https://github.com/Vyxal/Vyxal/pull/904
* Starts with and ends with by Steffan153 in https://github.com/Vyxal/Vyxal/pull/907


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.11.0...v2.11.1

2.11.0

What's Changed
* Make YAML conversion work with tetrads by Steffan153 in https://github.com/Vyxal/Vyxal/pull/862
* Fix an inaccurate piece of documentation (reverse monad) by Steffan153 in https://github.com/Vyxal/Vyxal/pull/864
* Document `∆I` and `¨ẇ` by Lyxal in https://github.com/Vyxal/Vyxal/pull/866
* Temp ACE Fix by AMiller42 in https://github.com/Vyxal/Vyxal/pull/868
* Add four argument vectorization for one and two lists by Steffan153 in https://github.com/Vyxal/Vyxal/pull/860
* 🍪 by chunkybanana in https://github.com/Vyxal/Vyxal/pull/879
* Make it so that `x` or `X` after a modifier functions correctly. by Lyxal in https://github.com/Vyxal/Vyxal/pull/857
* Fix regex replace with functions by Steffan153 in https://github.com/Vyxal/Vyxal/pull/881
* Dyadic & triadic map by Steffan153 in https://github.com/Vyxal/Vyxal/pull/884
* Add new strip commands and fix 882 by Steffan153 in https://github.com/Vyxal/Vyxal/pull/883
* Add multiline comments by Steffan153 in https://github.com/Vyxal/Vyxal/pull/885
* dyadic/triadic filter by Steffan153 in https://github.com/Vyxal/Vyxal/pull/886
* the worstest possible way to fix the keyboard by Steffan153 in https://github.com/Vyxal/Vyxal/pull/890
* make cookie work by Steffan153 in https://github.com/Vyxal/Vyxal/pull/892
* fix keyboard by Steffan153 in https://github.com/Vyxal/Vyxal/pull/896
* Add keep truthy overload to bitwise not by Seggan in https://github.com/Vyxal/Vyxal/pull/895


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.10.3...v2.11.0

2.10.3

What's Changed
* Convert to int before applying bitwise ops by cgccuser in https://github.com/Vyxal/Vyxal/pull/849
* Add distance matrix elements by cgccuser in https://github.com/Vyxal/Vyxal/pull/848
* Implement replace first digraph by Lyxal in https://github.com/Vyxal/Vyxal/pull/853
* Typo fixed by Steffan153 in https://github.com/Vyxal/Vyxal/pull/854
* More typos fixed by Steffan153 in https://github.com/Vyxal/Vyxal/pull/855
* Make empty lists _not_ contain the top of the stack by Lyxal in https://github.com/Vyxal/Vyxal/pull/847
* Add replace nth occurrence digraph by Steffan153 in https://github.com/Vyxal/Vyxal/pull/858
* Make `vy_exec` vectorise properly on strings by Lyxal in https://github.com/Vyxal/Vyxal/pull/852

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

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.10.2...v2.10.3

2.10.2

What's Changed
* Removed a lot of fluff from the readme and put the important stuff up top. by chunkybanana in https://github.com/Vyxal/Vyxal/pull/839
* Improve the functionality of the ḋ flag by Lyxal in https://github.com/Vyxal/Vyxal/pull/842

**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.10.1...v2.10.2

2.10.1

What's Changed
* Make sure to cast the result of integration to string by Lyxal in https://github.com/Vyxal/Vyxal/pull/818
* Remove some un-needed stuff from the readme by Lyxal in https://github.com/Vyxal/Vyxal/pull/827
* Move the philosophy stuff into a different repo by Lyxal in https://github.com/Vyxal/Vyxal/pull/828
* Fix 815; don't flatten `g` and `G` by PyGamer0 in https://github.com/Vyxal/Vyxal/pull/829
* Add `Þe` element by Lyxal in https://github.com/Vyxal/Vyxal/pull/824
* Make lazylists immutable by Lyxal in https://github.com/Vyxal/Vyxal/pull/834
* Change the functionality of ẇ by Lyxal in https://github.com/Vyxal/Vyxal/pull/837


**Full Changelog**: https://github.com/Vyxal/Vyxal/compare/v2.10.0...v2.10.1

Page 12 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.