##// END OF EJS Templates
Merge pull request #13470 from Carreau/doc-build...
Matthias Bussonnier -
r27417:728ec6fe merge
parent child Browse files
Show More
@@ -1,76 +1,76 b''
1 name: Run tests
1 name: Run tests
2
2
3 on:
3 on:
4 push:
4 push:
5 pull_request:
5 pull_request:
6 # Run weekly on Monday at 1:23 UTC
6 # Run weekly on Monday at 1:23 UTC
7 schedule:
7 schedule:
8 - cron: '23 1 * * 1'
8 - cron: '23 1 * * 1'
9 workflow_dispatch:
9 workflow_dispatch:
10
10
11
11
12 jobs:
12 jobs:
13 test:
13 test:
14 runs-on: ${{ matrix.os }}
14 runs-on: ${{ matrix.os }}
15 strategy:
15 strategy:
16 matrix:
16 matrix:
17 os: [ubuntu-latest, windows-latest]
17 os: [ubuntu-latest, windows-latest]
18 python-version: ["3.8", "3.9", "3.10"]
18 python-version: ["3.8", "3.9", "3.10"]
19 deps: [test_extra]
19 deps: [test_extra]
20 # Test all on ubuntu, test ends on macos
20 # Test all on ubuntu, test ends on macos
21 include:
21 include:
22 - os: macos-latest
22 - os: macos-latest
23 python-version: "3.8"
23 python-version: "3.8"
24 deps: test_extra
24 deps: test_extra
25 - os: macos-latest
25 - os: macos-latest
26 python-version: "3.10"
26 python-version: "3.10"
27 deps: test_extra
27 deps: test_extra
28 # Tests minimal dependencies set
28 # Tests minimal dependencies set
29 - os: ubuntu-latest
29 - os: ubuntu-latest
30 python-version: "3.10"
30 python-version: "3.10"
31 deps: test
31 deps: test
32 # Tests latest development Python version
32 # Tests latest development Python version
33 - os: ubuntu-latest
33 - os: ubuntu-latest
34 python-version: "3.11-dev"
34 python-version: "3.11-dev"
35 deps: test
35 deps: test
36 # Installing optional dependencies stuff takes ages on PyPy
36 # Installing optional dependencies stuff takes ages on PyPy
37 - os: ubuntu-latest
37 - os: ubuntu-latest
38 python-version: "pypy-3.8"
38 python-version: "pypy-3.8"
39 deps: test
39 deps: test
40 - os: windows-latest
40 - os: windows-latest
41 python-version: "pypy-3.8"
41 python-version: "pypy-3.8"
42 deps: test
42 deps: test
43 - os: macos-latest
43 - os: macos-latest
44 python-version: "pypy-3.8"
44 python-version: "pypy-3.8"
45 deps: test
45 deps: test
46
46
47 steps:
47 steps:
48 - uses: actions/checkout@v2
48 - uses: actions/checkout@v2
49 - name: Set up Python ${{ matrix.python-version }}
49 - name: Set up Python ${{ matrix.python-version }}
50 uses: actions/setup-python@v2
50 uses: actions/setup-python@v2
51 with:
51 with:
52 python-version: ${{ matrix.python-version }}
52 python-version: ${{ matrix.python-version }}
53 cache: pip
53 cache: pip
54 - name: Install latex
54 - name: Install latex
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
55 if: runner.os == 'Linux' && matrix.deps == 'test_extra'
56 run: sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
56 run: echo "disable latex for now, issues in mirros" #sudo apt-get -yq -o Acquire::Retries=3 --no-install-suggests --no-install-recommends install texlive dvipng
57 - name: Install and update Python dependencies
57 - name: Install and update Python dependencies
58 run: |
58 run: |
59 python -m pip install --upgrade pip setuptools wheel build
59 python -m pip install --upgrade pip setuptools wheel build
60 python -m pip install --upgrade -e .[${{ matrix.deps }}]
60 python -m pip install --upgrade -e .[${{ matrix.deps }}]
61 python -m pip install --upgrade check-manifest pytest-cov
61 python -m pip install --upgrade check-manifest pytest-cov
62 - name: Try building with Python build
62 - name: Try building with Python build
63 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
63 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
64 run: |
64 run: |
65 python -m build
65 python -m build
66 shasum -a 256 dist/*
66 shasum -a 256 dist/*
67 - name: Check manifest
67 - name: Check manifest
68 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
68 if: runner.os != 'Windows' # setup.py does not support sdist on Windows
69 run: check-manifest
69 run: check-manifest
70 - name: pytest
70 - name: pytest
71 env:
71 env:
72 COLUMNS: 120
72 COLUMNS: 120
73 run: |
73 run: |
74 pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }}
74 pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }}
75 - name: Upload coverage to Codecov
75 - name: Upload coverage to Codecov
76 uses: codecov/codecov-action@v2
76 uses: codecov/codecov-action@v2
@@ -1,110 +1,111 b''
1 Get a token fom https://github.com/settings/tokens with public repo and gist.
1 Issues closed in the 8.x development cycle
2 ==========================================
2
3
3 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4
5
5 These lists are automatically generated, and may be incomplete or contain duplicates.
6 These lists are automatically generated, and may be incomplete or contain duplicates.
6
7
7 We closed 26 issues and merged 307 pull requests.
8 We closed 26 issues and merged 307 pull requests.
8 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A8.0>`__
9 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A8.0>`__
9
10
10 The following 99 authors contributed 372 commits.
11 The following 99 authors contributed 372 commits.
11
12
12 * 007vedant
13 * 007vedant
13 * Adam Hackbarth
14 * Adam Hackbarth
14 * Aditya Sathe
15 * Aditya Sathe
15 * Ahmed Fasih
16 * Ahmed Fasih
16 * Albert Zhang
17 * Albert Zhang
17 * Alex Hall
18 * Alex Hall
18 * Andrew Port
19 * Andrew Port
19 * Ankitsingh6299
20 * Ankitsingh6299
20 * Arthur Moreira
21 * Arthur Moreira
21 * Ashwin Vishnu
22 * Ashwin Vishnu
22 * Augusto
23 * Augusto
23 * BaoGiang HoangVu
24 * BaoGiang HoangVu
24 * bar-hen
25 * bar-hen
25 * Bart Skowron
26 * Bart Skowron
26 * Bartosz Telenczuk
27 * Bartosz Telenczuk
27 * Bastian Ebeling
28 * Bastian Ebeling
28 * Benjamin Ragan-Kelley
29 * Benjamin Ragan-Kelley
29 * Blazej Michalik
30 * Blazej Michalik
30 * blois
31 * blois
31 * Boyuan Liu
32 * Boyuan Liu
32 * Brendan Gerrity
33 * Brendan Gerrity
33 * Carol Willing
34 * Carol Willing
34 * Coco Bennett
35 * Coco Bennett
35 * Coco Mishra
36 * Coco Mishra
36 * Corentin Cadiou
37 * Corentin Cadiou
37 * Daniel Goldfarb
38 * Daniel Goldfarb
38 * Daniel Mietchen
39 * Daniel Mietchen
39 * Daniel Shimon
40 * Daniel Shimon
40 * digitalvirtuoso
41 * digitalvirtuoso
41 * Dimitri Papadopoulos
42 * Dimitri Papadopoulos
42 * dswij
43 * dswij
43 * Eric Wieser
44 * Eric Wieser
44 * Erik
45 * Erik
45 * Ethan Madden
46 * Ethan Madden
46 * Faris A Chugthai
47 * Faris A Chugthai
47 * farisachugthai
48 * farisachugthai
48 * Gal B
49 * Gal B
49 * gorogoroumaru
50 * gorogoroumaru
50 * Hussaina Begum Nandyala
51 * Hussaina Begum Nandyala
51 * Inception95
52 * Inception95
52 * Iwan Briquemont
53 * Iwan Briquemont
53 * Jake VanderPlas
54 * Jake VanderPlas
54 * Jakub Klus
55 * Jakub Klus
55 * James Morris
56 * James Morris
56 * Jay Qi
57 * Jay Qi
57 * Jeroen Bédorf
58 * Jeroen Bédorf
58 * Joyce Er
59 * Joyce Er
59 * juacrumar
60 * juacrumar
60 * Juan Luis Cano Rodríguez
61 * Juan Luis Cano Rodríguez
61 * Julien Rabinow
62 * Julien Rabinow
62 * Justin Palmer
63 * Justin Palmer
63 * Krzysztof Cybulski
64 * Krzysztof Cybulski
64 * L0uisJ0shua
65 * L0uisJ0shua
65 * lbennett
66 * lbennett
66 * LeafyLi
67 * LeafyLi
67 * Lightyagami1
68 * Lightyagami1
68 * Lumir Balhar
69 * Lumir Balhar
69 * Mark Schmitz
70 * Mark Schmitz
70 * Martin Skarzynski
71 * Martin Skarzynski
71 * martinRenou
72 * martinRenou
72 * Matt Wozniski
73 * Matt Wozniski
73 * Matthias Bussonnier
74 * Matthias Bussonnier
74 * Meysam Azad
75 * Meysam Azad
75 * Michael T
76 * Michael T
76 * Michael Tiemann
77 * Michael Tiemann
77 * Naelson Douglas
78 * Naelson Douglas
78 * Nathan Goldbaum
79 * Nathan Goldbaum
79 * Nick Muoh
80 * Nick Muoh
80 * nicolaslazo
81 * nicolaslazo
81 * Nikita Kniazev
82 * Nikita Kniazev
82 * NotWearingPants
83 * NotWearingPants
83 * Paul Ivanov
84 * Paul Ivanov
84 * Paulo S. Costa
85 * Paulo S. Costa
85 * Pete Blois
86 * Pete Blois
86 * Peter Corke
87 * Peter Corke
87 * PhanatosZou
88 * PhanatosZou
88 * Piers Titus van der Torren
89 * Piers Titus van der Torren
89 * Rakessh Roshan
90 * Rakessh Roshan
90 * Ram Rachum
91 * Ram Rachum
91 * rchiodo
92 * rchiodo
92 * Reilly Tucker Siemens
93 * Reilly Tucker Siemens
93 * Romulo Filho
94 * Romulo Filho
94 * rushabh-v
95 * rushabh-v
95 * Sammy Al Hashemi
96 * Sammy Al Hashemi
96 * Samreen Zarroug
97 * Samreen Zarroug
97 * Samuel Gaist
98 * Samuel Gaist
98 * Sanjana-03
99 * Sanjana-03
99 * Scott Sanderson
100 * Scott Sanderson
100 * skalaydzhiyski
101 * skalaydzhiyski
101 * sleeping
102 * sleeping
102 * Snir Broshi
103 * Snir Broshi
103 * Spas Kalaydzhisyki
104 * Spas Kalaydzhisyki
104 * Sylvain Corlay
105 * Sylvain Corlay
105 * Terry Davis
106 * Terry Davis
106 * Timur Kushukov
107 * Timur Kushukov
107 * Tobias Bengfort
108 * Tobias Bengfort
108 * Tomasz Kłoczko
109 * Tomasz Kłoczko
109 * Yonatan Goldschmidt
110 * Yonatan Goldschmidt
110 * 谭九鼎
111 * 谭九鼎
General Comments 0
You need to be logged in to leave comments. Login now