Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

∆ṁ - Median #402

Closed
Tracked by #160
chunkybanana opened this issue Dec 16, 2021 · 1 comment · Fixed by #421
Closed
Tracked by #160

∆ṁ - Median #402

chunkybanana opened this issue Dec 16, 2021 · 1 comment · Fixed by #421
Labels
difficulty: easy Very simple and won't take very long at all. enhancement New feature or request

Comments

@chunkybanana
Copy link
Member

No description provided.

@chunkybanana chunkybanana mentioned this issue Dec 16, 2021
61 tasks
@chunkybanana
Copy link
Member Author

Median of a list of numbers - center when sorted, or average of two in center if even length

@chunkybanana chunkybanana added difficulty: easy Very simple and won't take very long at all. enhancement New feature or request labels Dec 16, 2021
lyxal added a commit that referenced this issue Dec 17, 2021
cgccuser pushed a commit that referenced this issue Dec 17, 2021
* implement #405

* implement #404 and update docs

* implement #403

* implement #402 and update docs

* update more docs

* fix #416

* Implement #401

* implement #399

* hopefully make the build run pass

* add clarification to the docs for ∆ṁ

* address an issue on #421

* reroll the tests
lyxal added a commit that referenced this issue Dec 17, 2021
* fix #337

* Add a few little things (#340)

* Fixed #187

* implement #235 and #333

* update a test case for `H`

* remove unnecessary import and improve traceback calls when the offline interpreter errors

* actually attach zfiller to ∆Z and fix #344

* helps to get the element name right

* Remove unnecessary ctx argument to strip in P aka strip

* Use abs for factorial of negative numbers

* Update elements.py

* Add ctx argument back to call to vy_eval in strip

* bug fix & new constant

* fix #352

* fix #304 and an issue with division by 0

* reroll a lot of docs

* fix #357 (the easiest one)

* fix #356

* fix #359

* So there was a little problem with `\;` as well.

* fix #358.

You think modifying global is a bad idea? Then tell me a better way that actually works.

* fix #364

* fix #362 and #363

* add `Þṁ` element

* use the github pages links

* Use 'vyxal.encoding.codepage' instead of 'codepage' for k⟇

* Add some little features and add some overloads (#372)

* Removed a bunch of prints causing weird errors (#377)

because it's just removing print statements, and because I wan't this in 2.7

* update them docs (#373)

* update them docs

* another documenttation update

* Fix ẋ (?)

* fix a resizing issue that's been annoying me for a while (#376)

* I think I fixed it

* Exactly what the branch says - make `m` work with `0` (#383)

* fix #379 (#384)

* Update main.py

* Update docs for `İ` and make the implementations of ẋ and İ good. (#391)

* Update docs for `İ` and make their implementations good.

* Remove leftover print

* address an issue raised by pxeger

* address an issue raised by cgcc-user

Co-authored-by: cgccuser <91574512+cgccuser@users.noreply.github.com>

* Use `sys.exit()` calls

* Remove unnecessary comprehension

* Remove length check in favour of truthiness of the object (#396)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Fix #389 by adding two new elements that can be used internally. (#393)

* Hide generated elements files from GitHub diffs (#394)

* hide generated elements files from GitHub diffs

* Add element tests to diff  ignore

Co-authored-by: Chunkybanana <62921243+chunkybanana@users.noreply.github.com>

* add eval as JS option

* Add HTML rendering (#409)

* add HTML rendering (#408)

* indexOf -> includes

* Update elements.py

* Fix #406

* fix linting lol

* implement a whole bunch of stuff (#421)

* implement #405

* implement #404 and update docs

* implement #403

* implement #402 and update docs

* update more docs

* fix #416

* Implement #401

* implement #399

* hopefully make the build run pass

* add clarification to the docs for ∆ṁ

* address an issue on #421

* reroll the tests

Co-authored-by: Patrick Reader <_@pxeger.com>
Co-authored-by: cgccuser <91574512+cgccuser@users.noreply.github.com>
Co-authored-by: Chunkybanana <62921243+chunkybanana@users.noreply.github.com>
Co-authored-by: cgccuser <0foobarbaz@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
cgccuser added a commit that referenced this issue Dec 19, 2021
* fix #337

* Add a few little things (#340)

* Fixed #187

* implement #235 and #333

* update a test case for `H`

* remove unnecessary import and improve traceback calls when the offline interpreter errors

* actually attach zfiller to ∆Z and fix #344

* helps to get the element name right

* Remove unnecessary ctx argument to strip in P aka strip

* Use abs for factorial of negative numbers

* Update elements.py

* Add ctx argument back to call to vy_eval in strip

* bug fix & new constant

* fix #352

* fix #304 and an issue with division by 0

* reroll a lot of docs

* fix #357 (the easiest one)

* fix #356

* fix #359

* So there was a little problem with `\;` as well.

* fix #358.

You think modifying global is a bad idea? Then tell me a better way that actually works.

* fix #364

* fix #362 and #363

* add `Þṁ` element

* use the github pages links

* Use 'vyxal.encoding.codepage' instead of 'codepage' for k⟇

* Add some little features and add some overloads (#372)

* Removed a bunch of prints causing weird errors (#377)

because it's just removing print statements, and because I wan't this in 2.7

* update them docs (#373)

* update them docs

* another documenttation update

* Fix ẋ (?)

* fix a resizing issue that's been annoying me for a while (#376)

* I think I fixed it

* Exactly what the branch says - make `m` work with `0` (#383)

* fix #379 (#384)

* Update main.py

* Update docs for `İ` and make the implementations of ẋ and İ good. (#391)

* Update docs for `İ` and make their implementations good.

* Remove leftover print

* address an issue raised by pxeger

* address an issue raised by cgcc-user

Co-authored-by: cgccuser <91574512+cgccuser@users.noreply.github.com>

* Use `sys.exit()` calls

* Remove unnecessary comprehension

* Remove length check in favour of truthiness of the object (#396)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Fix #389 by adding two new elements that can be used internally. (#393)

* Hide generated elements files from GitHub diffs (#394)

* hide generated elements files from GitHub diffs

* Add element tests to diff  ignore

Co-authored-by: Chunkybanana <62921243+chunkybanana@users.noreply.github.com>

* add eval as JS option

* Add HTML rendering (#409)

* add HTML rendering (#408)

* indexOf -> includes

* Update elements.py

* Fix #406

* fix linting lol

* implement a whole bunch of stuff (#421)

* implement #405

* implement #404 and update docs

* implement #403

* implement #402 and update docs

* update more docs

* fix #416

* Implement #401

* implement #399

* hopefully make the build run pass

* add clarification to the docs for ∆ṁ

* address an issue on #421

* reroll the tests

* Add .deepsource.toml (#424)

Co-authored-by: DeepSource Bot <bot@deepsource.io>

* Remove unnecessary use of comprehension

* Use `is` to compare type of objects

* Update .deepsource.toml (#430)

Co-authored-by: DeepSource Bot <bot@deepsource.io>

This is just me mucking around with the settings.

* Update .deepsource.toml (#431)

Co-authored-by: DeepSource Bot <bot@deepsource.io>

* Remove blank lines after docstring (#434)

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* Fix a few bugs (#432)

* Fix #429

* fix #419

* fix #417

* fix #414

* Format code with black and isort

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

* fix some documentation (#433)

* Iterate dictionary directly

* Fix deepcover PYL-R1714 issues (#437)

* Sneaky version update

* Fix 2 minor typos involving Euler's number

* clean up flags help (#447)

Co-authored-by: Patrick Reader <_@pxeger.com>
Co-authored-by: cgccuser <91574512+cgccuser@users.noreply.github.com>
Co-authored-by: Chunkybanana <62921243+chunkybanana@users.noreply.github.com>
Co-authored-by: cgccuser <0foobarbaz@gmail.com>
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: DeepSource Bot <bot@deepsource.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy Very simple and won't take very long at all. enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant