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

Fix issues in array equality tests and documentation-building #45

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

nathan-hess
Copy link
Owner

@nathan-hess nathan-hess commented Jan 9, 2023

Bug Fixes

  • Fixed an issue that caused array equality tests to fail with the latest version of NumPy. Previous versions of NumPy allowed "inhomogenous" arrays, but the latest versions throw a ValueError, causing the tests to fail
  • Added version requirement for sphinx-book-theme in docs/requirements.txt
    • Without this specified version, pip would get into a "loop" and install progressively older versions of pydata-sphinx-theme and sphinx-book-theme, eventually leading to incompatible, outdated package versions (see log excerpt below)
GitHub Actions log excerpt

2023-01-09T02:55:34.5685407Z ##[group]Run python3 -m pip install --upgrade pip
2023-01-09T02:55:34.5685723Z �[36;1mpython3 -m pip install --upgrade pip�[0m
2023-01-09T02:55:34.5685977Z �[36;1mpython3 -m pip install wheel�[0m
2023-01-09T02:55:34.5686273Z �[36;1mpython3 -m pip install -r "${GITHUB_WORKSPACE}/docs/requirements.txt"�[0m
2023-01-09T02:55:34.5741485Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2023-01-09T02:55:34.5741722Z env:
2023-01-09T02:55:34.5741912Z   PACKAGE_NAME: pyxx
2023-01-09T02:55:34.5742127Z   PYTHON_RELEASE_VERSION: 3.8
2023-01-09T02:55:34.5742419Z   WORKFLOW_MATRIX_CONFIG: "{\"python-version\": [\"3.8\", \"3.9\", \"3.10\"]}"
2023-01-09T02:55:34.5742754Z   pythonLocation: /opt/hostedtoolcache/Python/3.8.15/x64
2023-01-09T02:55:34.5743080Z   PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.8.15/x64/lib/pkgconfig
2023-01-09T02:55:34.5743392Z   Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.15/x64
2023-01-09T02:55:34.5743694Z   Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.15/x64
2023-01-09T02:55:34.5743981Z   Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.8.15/x64
2023-01-09T02:55:34.5744278Z   LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.15/x64/lib
2023-01-09T02:55:34.5744512Z ##[endgroup]
2023-01-09T02:55:35.2974052Z Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.8.15/x64/lib/python3.8/site-packages (22.3.1)
2023-01-09T02:55:36.3911687Z Collecting wheel
2023-01-09T02:55:36.4988142Z   Downloading wheel-0.38.4-py3-none-any.whl (36 kB)
2023-01-09T02:55:36.5471370Z Installing collected packages: wheel
2023-01-09T02:55:36.5780021Z Successfully installed wheel-0.38.4
2023-01-09T02:55:37.6377121Z Collecting numpy
2023-01-09T02:55:37.7461085Z   Downloading numpy-1.24.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
2023-01-09T02:55:38.1418669Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/17.3 MB 75.4 MB/s eta 0:00:00
2023-01-09T02:55:38.2417905Z Collecting sympy
2023-01-09T02:55:38.2545665Z   Downloading sympy-1.11.1-py3-none-any.whl (6.5 MB)
2023-01-09T02:55:38.3196657Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.5/6.5 MB 103.5 MB/s eta 0:00:00
2023-01-09T02:55:38.5928605Z Collecting matplotlib
2023-01-09T02:55:38.6047719Z   Downloading matplotlib-3.6.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (9.4 MB)
2023-01-09T02:55:38.6829249Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/9.4 MB 124.7 MB/s eta 0:00:00
2023-01-09T02:55:38.8120017Z Collecting Sphinx
2023-01-09T02:55:38.8242337Z   Downloading sphinx-6.1.2-py3-none-any.whl (3.0 MB)
2023-01-09T02:55:38.8489515Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 138.1 MB/s eta 0:00:00
2023-01-09T02:55:38.8928520Z Collecting sphinx_design
2023-01-09T02:55:38.9058272Z   Downloading sphinx_design-0.3.0-py3-none-any.whl (2.2 MB)
2023-01-09T02:55:38.9540736Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 47.7 MB/s eta 0:00:00
2023-01-09T02:55:39.0069172Z Collecting sphinx-book-theme
2023-01-09T02:55:39.0178898Z   Downloading sphinx_book_theme-0.3.3-py3-none-any.whl (345 kB)
2023-01-09T02:55:39.0247734Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.7/345.7 kB 81.1 MB/s eta 0:00:00
2023-01-09T02:55:39.0533758Z Collecting sphinx-copybutton
2023-01-09T02:55:39.0629707Z   Downloading sphinx_copybutton-0.5.1-py3-none-any.whl (13 kB)
2023-01-09T02:55:39.0822372Z Collecting sphinx-remove-toctrees
2023-01-09T02:55:39.0917994Z   Downloading sphinx_remove_toctrees-0.0.3-py3-none-any.whl (4.7 kB)
2023-01-09T02:55:39.1272679Z Collecting sphinxcontrib-spelling
2023-01-09T02:55:39.1364721Z   Downloading sphinxcontrib_spelling-7.7.0-py3-none-any.whl (15 kB)
2023-01-09T02:55:39.1629363Z Collecting mpmath>=0.19
2023-01-09T02:55:39.1746645Z   Downloading mpmath-1.2.1-py3-none-any.whl (532 kB)
2023-01-09T02:55:39.1826502Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 532.6/532.6 kB 99.0 MB/s eta 0:00:00
2023-01-09T02:55:39.3013439Z Collecting contourpy>=1.0.1
2023-01-09T02:55:39.3115642Z   Downloading contourpy-1.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (295 kB)
2023-01-09T02:55:39.3182694Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.0/296.0 kB 75.0 MB/s eta 0:00:00
2023-01-09T02:55:39.3368170Z Collecting cycler>=0.10
2023-01-09T02:55:39.3455258Z   Downloading cycler-0.11.0-py3-none-any.whl (6.4 kB)
2023-01-09T02:55:39.3851519Z Collecting packaging>=20.0
2023-01-09T02:55:39.3949537Z   Downloading packaging-23.0-py3-none-any.whl (42 kB)
2023-01-09T02:55:39.3994439Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 kB 17.2 MB/s eta 0:00:00
2023-01-09T02:55:39.4526181Z Collecting pyparsing>=2.2.1
2023-01-09T02:55:39.4611756Z   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
2023-01-09T02:55:39.4661864Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 kB 36.2 MB/s eta 0:00:00
2023-01-09T02:55:39.5549706Z Collecting kiwisolver>=1.0.1
2023-01-09T02:55:39.5668220Z   Downloading kiwisolver-1.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB)
2023-01-09T02:55:39.5789618Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 122.0 MB/s eta 0:00:00
2023-01-09T02:55:39.9465757Z Collecting pillow>=6.2.0
2023-01-09T02:55:39.9581171Z   Downloading Pillow-9.4.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.4 MB)
2023-01-09T02:55:39.9847658Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/3.4 MB 140.4 MB/s eta 0:00:00
2023-01-09T02:55:40.0923364Z Collecting fonttools>=4.22.0
2023-01-09T02:55:40.1041026Z   Downloading fonttools-4.38.0-py3-none-any.whl (965 kB)
2023-01-09T02:55:40.1151920Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 965.4/965.4 kB 118.8 MB/s eta 0:00:00
2023-01-09T02:55:40.1496732Z Collecting python-dateutil>=2.7
2023-01-09T02:55:40.1577262Z   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
2023-01-09T02:55:40.1638228Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 69.1 MB/s eta 0:00:00
2023-01-09T02:55:40.2322345Z Collecting sphinxcontrib-serializinghtml>=1.1.5
2023-01-09T02:55:40.2403505Z   Downloading sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl (94 kB)
2023-01-09T02:55:40.2451669Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.0/94.0 kB 36.8 MB/s eta 0:00:00
2023-01-09T02:55:40.2655403Z Collecting snowballstemmer>=2.0
2023-01-09T02:55:40.2736859Z   Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
2023-01-09T02:55:40.2783481Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 37.6 MB/s eta 0:00:00
2023-01-09T02:55:40.3141523Z Collecting docutils<0.20,>=0.18
2023-01-09T02:55:40.3317036Z   Downloading docutils-0.19-py3-none-any.whl (570 kB)
2023-01-09T02:55:40.3400517Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 570.5/570.5 kB 100.3 MB/s eta 0:00:00
2023-01-09T02:55:40.3643818Z Collecting sphinxcontrib-qthelp
2023-01-09T02:55:40.3723503Z   Downloading sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl (90 kB)
2023-01-09T02:55:40.3773376Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 32.8 MB/s eta 0:00:00
2023-01-09T02:55:40.3958667Z Collecting sphinxcontrib-jsmath
2023-01-09T02:55:40.4097135Z   Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB)
2023-01-09T02:55:40.4656719Z Collecting requests>=2.25.0
2023-01-09T02:55:40.4738995Z   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
2023-01-09T02:55:40.4791670Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 18.4 MB/s eta 0:00:00
2023-01-09T02:55:40.4979048Z Collecting sphinxcontrib-htmlhelp>=2.0.0
2023-01-09T02:55:40.5060457Z   Downloading sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl (100 kB)
2023-01-09T02:55:40.5111949Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.5/100.5 kB 36.4 MB/s eta 0:00:00
2023-01-09T02:55:40.5445241Z Collecting Jinja2>=3.0
2023-01-09T02:55:40.5532029Z   Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
2023-01-09T02:55:40.5582658Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 52.0 MB/s eta 0:00:00
2023-01-09T02:55:40.5936565Z Collecting babel>=2.9
2023-01-09T02:55:40.6047985Z   Downloading Babel-2.11.0-py3-none-any.whl (9.5 MB)
2023-01-09T02:55:40.6901735Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 115.4 MB/s eta 0:00:00
2023-01-09T02:55:40.7517843Z Collecting alabaster<0.8,>=0.7
2023-01-09T02:55:40.7600981Z   Downloading alabaster-0.7.12-py2.py3-none-any.whl (14 kB)
2023-01-09T02:55:40.8375684Z Collecting importlib-metadata>=4.8
2023-01-09T02:55:40.8457088Z   Downloading importlib_metadata-6.0.0-py3-none-any.whl (21 kB)
2023-01-09T02:55:40.8673162Z Collecting sphinxcontrib-applehelp
2023-01-09T02:55:40.8741579Z   Downloading sphinxcontrib.applehelp-1.0.3-py3-none-any.whl (120 kB)
2023-01-09T02:55:40.8793601Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.3/120.3 kB 43.9 MB/s eta 0:00:00
2023-01-09T02:55:40.8976031Z Collecting sphinxcontrib-devhelp
2023-01-09T02:55:40.9056342Z   Downloading sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl (84 kB)
2023-01-09T02:55:40.9101606Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.7/84.7 kB 35.1 MB/s eta 0:00:00
2023-01-09T02:55:40.9505670Z Collecting Pygments>=2.13
2023-01-09T02:55:40.9593531Z   Downloading Pygments-2.14.0-py3-none-any.whl (1.1 MB)
2023-01-09T02:55:40.9715995Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 121.0 MB/s eta 0:00:00
2023-01-09T02:55:40.9995425Z Collecting imagesize>=1.3
2023-01-09T02:55:41.0075279Z   Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB)
2023-01-09T02:55:41.0444114Z Collecting Sphinx
2023-01-09T02:55:41.0610467Z   Downloading sphinx-5.3.0-py3-none-any.whl (3.2 MB)
2023-01-09T02:55:41.1017781Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 84.1 MB/s eta 0:00:00
2023-01-09T02:55:41.2575846Z Collecting pyyaml
2023-01-09T02:55:41.2684226Z   Downloading PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB)
2023-01-09T02:55:41.2779445Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 701.2/701.2 kB 105.6 MB/s eta 0:00:00
2023-01-09T02:55:41.3139883Z Collecting pydata-sphinx-theme~=0.8.0
2023-01-09T02:55:41.3287188Z   Downloading pydata_sphinx_theme-0.8.1-py3-none-any.whl (3.3 MB)
2023-01-09T02:55:41.3568385Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 130.2 MB/s eta 0:00:00
2023-01-09T02:55:41.3942835Z Collecting Sphinx
2023-01-09T02:55:41.4066940Z   Downloading Sphinx-4.5.0-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.4347300Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 121.1 MB/s eta 0:00:00
2023-01-09T02:55:41.5193890Z   Downloading Sphinx-4.4.0-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.5466734Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 130.5 MB/s eta 0:00:00
2023-01-09T02:55:41.5989713Z   Downloading Sphinx-4.3.2-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.6258603Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 127.1 MB/s eta 0:00:00
2023-01-09T02:55:41.6609874Z Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.8.15/x64/lib/python3.8/site-packages (from Sphinx->-r /home/runner/work/python-utilities/python-utilities/docs/requirements.txt (line 20)) (56.0.0)
2023-01-09T02:55:41.6800618Z   Downloading Sphinx-4.3.1-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.7072604Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 126.2 MB/s eta 0:00:00
2023-01-09T02:55:41.7583255Z   Downloading Sphinx-4.3.0-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.7834050Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 135.8 MB/s eta 0:00:00
2023-01-09T02:55:41.8370555Z   Downloading Sphinx-4.2.0-py3-none-any.whl (3.1 MB)
2023-01-09T02:55:41.8809626Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 74.2 MB/s eta 0:00:00
2023-01-09T02:55:41.9331585Z   Downloading Sphinx-4.1.2-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:41.9671418Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 93.4 MB/s eta 0:00:00
2023-01-09T02:55:42.0194182Z   Downloading Sphinx-4.1.1-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:42.0509271Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 100.5 MB/s eta 0:00:00
2023-01-09T02:55:42.1043632Z   Downloading Sphinx-4.1.0-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:42.1296189Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 128.7 MB/s eta 0:00:00
2023-01-09T02:55:42.1855603Z   Downloading Sphinx-4.0.3-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:42.2106524Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 129.2 MB/s eta 0:00:00
2023-01-09T02:55:42.2605524Z   Downloading Sphinx-4.0.2-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:42.2886712Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 114.4 MB/s eta 0:00:00
2023-01-09T02:55:42.3394092Z   Downloading Sphinx-4.0.1-py3-none-any.whl (2.9 MB)
2023-01-09T02:55:42.3662124Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 120.1 MB/s eta 0:00:00
2023-01-09T02:55:42.4751320Z Collecting MarkupSafe<2.0
2023-01-09T02:55:42.4848131Z   Downloading MarkupSafe-1.1.1-cp38-cp38-manylinux2010_x86_64.whl (32 kB)
2023-01-09T02:55:42.4984776Z Collecting Sphinx
2023-01-09T02:55:42.5146517Z   Downloading Sphinx-4.0.0-py3-none-any.whl (2.8 MB)
2023-01-09T02:55:42.5611774Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 64.7 MB/s eta 0:00:00
2023-01-09T02:55:42.5943091Z INFO: pip is looking at multiple versions of sphinx-book-theme to determine which version is compatible with other requirements. This could take a while.
2023-01-09T02:55:42.5999577Z Collecting sphinx-book-theme
2023-01-09T02:55:42.6231580Z   Downloading sphinx_book_theme-0.3.2-py3-none-any.whl (335 kB)
2023-01-09T02:55:42.6428543Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.4/335.4 kB 26.9 MB/s eta 0:00:00
2023-01-09T02:55:42.6622010Z Collecting MarkupSafe>=2.0
2023-01-09T02:55:42.6709434Z   Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
2023-01-09T02:55:42.7309276Z Collecting sphinx-book-theme
2023-01-09T02:55:42.7442977Z   Downloading sphinx_book_theme-0.3.1-py3-none-any.whl (335 kB)
2023-01-09T02:55:42.7515349Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 335.3/335.3 kB 78.5 MB/s eta 0:00:00
2023-01-09T02:55:42.8513228Z   Downloading sphinx_book_theme-0.3.0-py3-none-any.whl (334 kB)
2023-01-09T02:55:42.8581559Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 334.3/334.3 kB 79.8 MB/s eta 0:00:00
2023-01-09T02:55:42.9428788Z   Downloading sphinx_book_theme-0.2.0-py3-none-any.whl (89 kB)
2023-01-09T02:55:42.9485011Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.3/89.3 kB 27.0 MB/s eta 0:00:00
2023-01-09T02:55:42.9879843Z Collecting pydata-sphinx-theme~=0.7.2
2023-01-09T02:55:43.0001621Z   Downloading pydata_sphinx_theme-0.7.2-py3-none-any.whl (1.4 MB)
2023-01-09T02:55:43.0141955Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 125.4 MB/s eta 0:00:00
2023-01-09T02:55:43.0498593Z Collecting beautifulsoup4<5,>=4.6.1
2023-01-09T02:55:43.0607356Z   Downloading beautifulsoup4-4.11.1-py3-none-any.whl (128 kB)
2023-01-09T02:55:43.0661743Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.2/128.2 kB 46.6 MB/s eta 0:00:00
2023-01-09T02:55:43.0757400Z Collecting sphinx-book-theme
2023-01-09T02:55:43.0857548Z   Downloading sphinx_book_theme-0.1.10-py3-none-any.whl (94 kB)
2023-01-09T02:55:43.0909224Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.5/94.5 kB 33.0 MB/s eta 0:00:00
2023-01-09T02:55:43.1327966Z   Downloading sphinx_book_theme-0.1.9-py3-none-any.whl (94 kB)
2023-01-09T02:55:43.1379323Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.5/94.5 kB 34.7 MB/s eta 0:00:00
2023-01-09T02:55:43.2006437Z Collecting click~=7.1
2023-01-09T02:55:43.2237303Z   Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
2023-01-09T02:55:43.2288999Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.8/82.8 kB 29.3 MB/s eta 0:00:00
2023-01-09T02:55:43.2362162Z Collecting sphinx-book-theme
2023-01-09T02:55:43.2466204Z   Downloading sphinx_book_theme-0.1.8-py3-none-any.whl (94 kB)
2023-01-09T02:55:43.2518654Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.5/94.5 kB 34.0 MB/s eta 0:00:00
2023-01-09T02:55:43.2940617Z   Downloading sphinx_book_theme-0.1.7-py3-none-any.whl (91 kB)
2023-01-09T02:55:43.2998482Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.6/91.6 kB 24.7 MB/s eta 0:00:00
2023-01-09T02:55:43.3437841Z   Downloading sphinx_book_theme-0.1.6-py3-none-any.whl (92 kB)
2023-01-09T02:55:43.3484906Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.1/92.1 kB 36.9 MB/s eta 0:00:00
2023-01-09T02:55:43.3842428Z Collecting pydata-sphinx-theme~=0.6.0
2023-01-09T02:55:43.3999784Z   Downloading pydata_sphinx_theme-0.6.3-py3-none-any.whl (1.4 MB)
2023-01-09T02:55:43.4146919Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 118.5 MB/s eta 0:00:00
2023-01-09T02:55:43.4270056Z Collecting sphinx-book-theme
2023-01-09T02:55:43.4370667Z   Downloading sphinx_book_theme-0.1.5-py3-none-any.whl (92 kB)
2023-01-09T02:55:43.4420637Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.0/92.0 kB 34.7 MB/s eta 0:00:00
2023-01-09T02:55:43.4851395Z   Downloading sphinx_book_theme-0.1.4-py3-none-any.whl (89 kB)
2023-01-09T02:55:43.4898809Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.1/89.1 kB 33.4 MB/s eta 0:00:00
2023-01-09T02:55:43.5321699Z   Downloading sphinx_book_theme-0.1.3-py3-none-any.whl (88 kB)
2023-01-09T02:55:43.5370861Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/88.9 kB 31.6 MB/s eta 0:00:00
2023-01-09T02:55:43.5960458Z   Downloading sphinx_book_theme-0.1.2-py3-none-any.whl (88 kB)
2023-01-09T02:55:43.6011186Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.2/88.2 kB 33.3 MB/s eta 0:00:00
2023-01-09T02:55:43.6406496Z   Downloading sphinx_book_theme-0.1.1-py3-none-any.whl (88 kB)
2023-01-09T02:55:43.6455085Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.1/88.1 kB 33.6 MB/s eta 0:00:00
2023-01-09T02:55:43.6875764Z   Downloading sphinx_book_theme-0.1.0-py3-none-any.whl (87 kB)
2023-01-09T02:55:43.6924866Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.9/87.9 kB 34.6 MB/s eta 0:00:00
2023-01-09T02:55:43.7324622Z   Downloading sphinx_book_theme-0.0.42-py3-none-any.whl (89 kB)
2023-01-09T02:55:43.7374906Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.5/89.5 kB 34.5 MB/s eta 0:00:00
2023-01-09T02:55:43.7795956Z   Downloading sphinx_book_theme-0.0.41-py3-none-any.whl (89 kB)
2023-01-09T02:55:43.7845104Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 32.8 MB/s eta 0:00:00
2023-01-09T02:55:43.8279408Z   Downloading sphinx_book_theme-0.0.40-py3-none-any.whl (89 kB)
2023-01-09T02:55:43.8330240Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 34.0 MB/s eta 0:00:00
2023-01-09T02:55:43.8716117Z   Downloading sphinx_book_theme-0.0.39-py3-none-any.whl (86 kB)
2023-01-09T02:55:43.8767481Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.1/86.1 kB 28.9 MB/s eta 0:00:00
2023-01-09T02:55:43.9093792Z Collecting pydata-sphinx-theme~=0.4.1
2023-01-09T02:55:43.9233800Z   Downloading pydata_sphinx_theme-0.4.3-py3-none-any.whl (2.1 MB)
2023-01-09T02:55:43.9429354Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 127.7 MB/s eta 0:00:00
2023-01-09T02:55:43.9617023Z Collecting click
2023-01-09T02:55:43.9704911Z   Downloading click-8.1.3-py3-none-any.whl (96 kB)
2023-01-09T02:55:43.9753984Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 36.1 MB/s eta 0:00:00
2023-01-09T02:55:44.0669637Z Collecting PyEnchant>=3.1.1
2023-01-09T02:55:44.0768863Z   Downloading pyenchant-3.2.2-py3-none-any.whl (55 kB)
2023-01-09T02:55:44.0816187Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.7/55.7 kB 22.0 MB/s eta 0:00:00
2023-01-09T02:55:44.1915889Z Collecting pytz>=2015.7
2023-01-09T02:55:44.2026835Z   Downloading pytz-2022.7-py2.py3-none-any.whl (499 kB)
2023-01-09T02:55:44.2105152Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 499.4/499.4 kB 99.8 MB/s eta 0:00:00
2023-01-09T02:55:44.3603790Z Collecting zipp>=0.5
2023-01-09T02:55:44.3688899Z   Downloading zipp-3.11.0-py3-none-any.whl (6.6 kB)
2023-01-09T02:55:44.4635854Z Collecting six>=1.5
2023-01-09T02:55:44.4717845Z   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
2023-01-09T02:55:44.5186815Z Collecting certifi>=2017.4.17
2023-01-09T02:55:44.5272761Z   Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
2023-01-09T02:55:44.5327162Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 53.7 MB/s eta 0:00:00
2023-01-09T02:55:44.5597216Z Collecting idna<4,>=2.5
2023-01-09T02:55:44.5760130Z   Downloading idna-3.4-py3-none-any.whl (61 kB)
2023-01-09T02:55:44.5810062Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 21.9 MB/s eta 0:00:00
2023-01-09T02:55:44.6815168Z Collecting charset-normalizer<3,>=2
2023-01-09T02:55:44.6900317Z   Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
2023-01-09T02:55:44.7494372Z Collecting urllib3<1.27,>=1.21.1
2023-01-09T02:55:44.7577467Z   Downloading urllib3-1.26.13-py2.py3-none-any.whl (140 kB)
2023-01-09T02:55:44.7630516Z      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 kB 49.1 MB/s eta 0:00:00
2023-01-09T02:55:44.8644085Z Collecting soupsieve>1.2
2023-01-09T02:55:44.8728002Z   Downloading soupsieve-2.3.2.post1-py3-none-any.whl (37 kB)
2023-01-09T02:55:45.3545068Z Installing collected packages: snowballstemmer, pytz, mpmath, alabaster, zipp, urllib3, sympy, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, soupsieve, six, pyyaml, pyparsing, Pygments, PyEnchant, pillow, packaging, numpy, MarkupSafe, kiwisolver, imagesize, idna, fonttools, docutils, cycler, click, charset-normalizer, certifi, babel, requests, python-dateutil, Jinja2, importlib-metadata, contourpy, beautifulsoup4, Sphinx, matplotlib, sphinxcontrib-spelling, sphinx-remove-toctrees, sphinx_design, sphinx-copybutton, pydata-sphinx-theme, sphinx-book-theme
2023-01-09T02:56:00.9746070Z Successfully installed Jinja2-3.1.2 MarkupSafe-2.1.1 PyEnchant-3.2.2 Pygments-2.14.0 Sphinx-5.3.0 alabaster-0.7.12 babel-2.11.0 beautifulsoup4-4.11.1 certifi-2022.12.7 charset-normalizer-2.1.1 click-8.1.3 contourpy-1.0.6 cycler-0.11.0 docutils-0.19 fonttools-4.38.0 idna-3.4 imagesize-1.4.1 importlib-metadata-6.0.0 kiwisolver-1.4.4 matplotlib-3.6.2 mpmath-1.2.1 numpy-1.24.1 packaging-23.0 pillow-9.4.0 pydata-sphinx-theme-0.4.3 pyparsing-3.0.9 python-dateutil-2.8.2 pytz-2022.7 pyyaml-6.0 requests-2.28.1 six-1.16.0 snowballstemmer-2.2.0 soupsieve-2.3.2.post1 sphinx-book-theme-0.0.39 sphinx-copybutton-0.5.1 sphinx-remove-toctrees-0.0.3 sphinx_design-0.3.0 sphinxcontrib-applehelp-1.0.3 sphinxcontrib-devhelp-1.0.2 sphinxcontrib-htmlhelp-2.0.0 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.3 sphinxcontrib-serializinghtml-1.1.5 sphinxcontrib-spelling-7.7.0 sympy-1.11.1 urllib3-1.26.13 zipp-3.11.0

Notes and References

Fixed an issue that caused array equality tests to fail with the latest version of NumPy. Previous versions of NumPy allowed "inhomogenous" arrays, but the latest versions throw a `ValueError`, causing the tests to fail
@nathan-hess nathan-hess added bug Something isn't working testing Additions or updates to automated unit and regression tests labels Jan 9, 2023
@nathan-hess nathan-hess self-assigned this Jan 9, 2023
@nathan-hess nathan-hess changed the title Fix issue in array equality tests Fix issues in array equality tests and documentation-building Jan 9, 2023
@nathan-hess nathan-hess added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Jan 9, 2023
@nathan-hess nathan-hess merged commit 4b325d3 into main Jan 9, 2023
@nathan-hess nathan-hess deleted the fix-test-error branch January 9, 2023 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation testing Additions or updates to automated unit and regression tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant