Show More
@@ -467,9 +467,187 b' efficient ``pathlib``, and make better use of type annotations.' | |||
|
467 | 467 | :alt: "Meme image of Toy Story with Woody and Buzz, with the text 'pathlib, pathlib everywhere'" |
|
468 | 468 | |
|
469 | 469 | |
|
470 |
We have about 34 PRs only to update some logic t |
|
|
470 | We have about 34 PRs only to update some logic to update some functions from managing strings to | |
|
471 | 471 | using Pathlib. |
|
472 | 472 | |
|
473 | 473 | The completer has also seen significant updates and make use of newer Jedi API |
|
474 | 474 | offering faster and more reliable tab completion. |
|
475 | 475 | |
|
476 | Misc Statistics | |
|
477 | --------------- | |
|
478 | ||
|
479 | Here are some numbers: | |
|
480 | ||
|
481 | 7.x: 296 files, 12561 blank lines, 20282 comments, 35142 line of code. | |
|
482 | 8.0: 252 files, 12053 blank lines, 19232 comments, 34505 line of code. | |
|
483 | ||
|
484 | $ git diff --stat 7.x...master | tail -1 | |
|
485 | 340 files changed, 13399 insertions(+), 12421 deletions(-) | |
|
486 | ||
|
487 | We have commits from 162 authors, who contributed 1916 commits in 23 month, excluding merges to not bias toward | |
|
488 | maintainers pushing buttons.:: | |
|
489 | ||
|
490 | $ git shortlog -s --no-merges 7.x...master | sort -nr | |
|
491 | 535 Matthias Bussonnier | |
|
492 | 86 Nikita Kniazev | |
|
493 | 69 Blazej Michalik | |
|
494 | 49 Samuel Gaist | |
|
495 | 27 Itamar Turner-Trauring | |
|
496 | 18 Spas Kalaydzhisyki | |
|
497 | 17 Thomas Kluyver | |
|
498 | 17 Quentin Peter | |
|
499 | 17 James Morris | |
|
500 | 17 Artur Svistunov | |
|
501 | 15 Bart Skowron | |
|
502 | 14 Alex Hall | |
|
503 | 13 rushabh-v | |
|
504 | 13 Terry Davis | |
|
505 | 13 Benjamin Ragan-Kelley | |
|
506 | 8 martinRenou | |
|
507 | 8 farisachugthai | |
|
508 | 7 dswij | |
|
509 | 7 Gal B | |
|
510 | 7 Corentin Cadiou | |
|
511 | 6 yuji96 | |
|
512 | 6 Martin Skarzynski | |
|
513 | 6 Justin Palmer | |
|
514 | 6 Daniel Goldfarb | |
|
515 | 6 Ben Greiner | |
|
516 | 5 Sammy Al Hashemi | |
|
517 | 5 Paul Ivanov | |
|
518 | 5 Inception95 | |
|
519 | 5 Eyenpi | |
|
520 | 5 Douglas Blank | |
|
521 | 5 Coco Mishra | |
|
522 | 5 Bibo Hao | |
|
523 | 5 André A. Gomes | |
|
524 | 5 Ahmed Fasih | |
|
525 | 4 takuya fujiwara | |
|
526 | 4 palewire | |
|
527 | 4 Thomas A Caswell | |
|
528 | 4 Talley Lambert | |
|
529 | 4 Scott Sanderson | |
|
530 | 4 Ram Rachum | |
|
531 | 4 Nick Muoh | |
|
532 | 4 Nathan Goldbaum | |
|
533 | 4 Mithil Poojary | |
|
534 | 4 Michael T | |
|
535 | 4 Jakub Klus | |
|
536 | 4 Ian Castleden | |
|
537 | 4 Eli Rykoff | |
|
538 | 4 Ashwin Vishnu | |
|
539 | 3 谭九鼎 | |
|
540 | 3 sleeping | |
|
541 | 3 Sylvain Corlay | |
|
542 | 3 Peter Corke | |
|
543 | 3 Paul Bissex | |
|
544 | 3 Matthew Feickert | |
|
545 | 3 Fernando Perez | |
|
546 | 3 Eric Wieser | |
|
547 | 3 Daniel Mietchen | |
|
548 | 3 Aditya Sathe | |
|
549 | 3 007vedant | |
|
550 | 2 rchiodo | |
|
551 | 2 nicolaslazo | |
|
552 | 2 luttik | |
|
553 | 2 gorogoroumaru | |
|
554 | 2 foobarbyte | |
|
555 | 2 bar-hen | |
|
556 | 2 Theo Ouzhinski | |
|
557 | 2 Strawkage | |
|
558 | 2 Samreen Zarroug | |
|
559 | 2 Pete Blois | |
|
560 | 2 Meysam Azad | |
|
561 | 2 Matthieu Ancellin | |
|
562 | 2 Mark Schmitz | |
|
563 | 2 Maor Kleinberger | |
|
564 | 2 MRCWirtz | |
|
565 | 2 Lumir Balhar | |
|
566 | 2 Julien Rabinow | |
|
567 | 2 Juan Luis Cano Rodríguez | |
|
568 | 2 Joyce Er | |
|
569 | 2 Jakub | |
|
570 | 2 Faris A Chugthai | |
|
571 | 2 Ethan Madden | |
|
572 | 2 Dimitri Papadopoulos | |
|
573 | 2 Diego Fernandez | |
|
574 | 2 Daniel Shimon | |
|
575 | 2 Coco Bennett | |
|
576 | 2 Carlos Cordoba | |
|
577 | 2 Boyuan Liu | |
|
578 | 2 BaoGiang HoangVu | |
|
579 | 2 Augusto | |
|
580 | 2 Arthur Svistunov | |
|
581 | 2 Arthur Moreira | |
|
582 | 2 Ali Nabipour | |
|
583 | 2 Adam Hackbarth | |
|
584 | 1 richard | |
|
585 | 1 linar-jether | |
|
586 | 1 lbennett | |
|
587 | 1 juacrumar | |
|
588 | 1 gpotter2 | |
|
589 | 1 digitalvirtuoso | |
|
590 | 1 dalthviz | |
|
591 | 1 Yonatan Goldschmidt | |
|
592 | 1 Tomasz Kłoczko | |
|
593 | 1 Tobias Bengfort | |
|
594 | 1 Timur Kushukov | |
|
595 | 1 Thomas | |
|
596 | 1 Snir Broshi | |
|
597 | 1 Shao Yang Hong | |
|
598 | 1 Sanjana-03 | |
|
599 | 1 Romulo Filho | |
|
600 | 1 Rodolfo Carvalho | |
|
601 | 1 Richard Shadrach | |
|
602 | 1 Reilly Tucker Siemens | |
|
603 | 1 Rakessh Roshan | |
|
604 | 1 Piers Titus van der Torren | |
|
605 | 1 PhanatosZou | |
|
606 | 1 Pavel Safronov | |
|
607 | 1 Paulo S. Costa | |
|
608 | 1 Paul McCarthy | |
|
609 | 1 NotWearingPants | |
|
610 | 1 Naelson Douglas | |
|
611 | 1 Michael Tiemann | |
|
612 | 1 Matt Wozniski | |
|
613 | 1 Markus Wageringel | |
|
614 | 1 Marcus Wirtz | |
|
615 | 1 Marcio Mazza | |
|
616 | 1 Lumír 'Frenzy' Balhar | |
|
617 | 1 Lightyagami1 | |
|
618 | 1 Leon Anavi | |
|
619 | 1 LeafyLi | |
|
620 | 1 L0uisJ0shua | |
|
621 | 1 Kyle Cutler | |
|
622 | 1 Krzysztof Cybulski | |
|
623 | 1 Kevin Kirsche | |
|
624 | 1 KIU Shueng Chuan | |
|
625 | 1 Jonathan Slenders | |
|
626 | 1 Jay Qi | |
|
627 | 1 Jake VanderPlas | |
|
628 | 1 Iwan Briquemont | |
|
629 | 1 Hussaina Begum Nandyala | |
|
630 | 1 Gordon Ball | |
|
631 | 1 Gabriel Simonetto | |
|
632 | 1 Frank Tobia | |
|
633 | 1 Erik | |
|
634 | 1 Elliott Sales de Andrade | |
|
635 | 1 Daniel Hahler | |
|
636 | 1 Dan Green-Leipciger | |
|
637 | 1 Dan Green | |
|
638 | 1 Damian Yurzola | |
|
639 | 1 Coon, Ethan T | |
|
640 | 1 Carol Willing | |
|
641 | 1 Brian Lee | |
|
642 | 1 Brendan Gerrity | |
|
643 | 1 Blake Griffin | |
|
644 | 1 Bastian Ebeling | |
|
645 | 1 Bartosz Telenczuk | |
|
646 | 1 Ankitsingh6299 | |
|
647 | 1 Andrew Port | |
|
648 | 1 Andrew J. Hesford | |
|
649 | 1 Albert Zhang | |
|
650 | 1 Adam Johnson | |
|
651 | ||
|
652 | This does not of course represent non-code contributions. | |
|
653 |
General Comments 0
You need to be logged in to leave comments.
Login now