You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Alternative title: the most PRs in a single week I've ever seen
What's Changed?
c
flag wasn't implemented properly for the online interpreter. Well now it turns out it is.W
,ṡ
andJ
no longer janky.a
flag no longer casts every input to strings (a
flag casts inputs to strings #293)?
now actually cycles through all the inputs (?
cycles through the first two inputs #289).h
flag is now implemented (h
flag not implemented #287).vy_print
append itsend
argument to online output.ctx=ctx
has been added in several places inside calls tosafe_apply
.E
was corrected (Corrected documentation forE
#307) (thanks @a-stone-arachnid for the correction).°
.type(whatever) is sympy.Rational
tois_sympy(whatever)
.ctx=ctx
has also been added in several places inside calls toiterable
.i
can now be vectorised withv
.≈
is now good.…
is also now good (Fix #337 #338) (thanks @pxeger for the bug fix).<
and>
) no longer error on two numbers.ṡ
(it was to do withctx=ctx
stuff).&
modifier.Relevant issues and PRs: #288 #289 #290 #291 #292 #293 #294 #295 #296 #297 #298 #299 #300 #301 #302 #303 #304 #305 #306 #307 #308 #309 #310 #311 #312 #313 #314 #315 #316 #317 #318 #319 #320 #321 #322 #323 #324 #325 #326 #327 #328 #329 #330 #331 #332 #333 #334 #335 #336 #337 #338 #339 #340
This discussion was created from the release Version 2.6.1.
Beta Was this translation helpful? Give feedback.
All reactions