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

2023.1 #1008

Merged
merged 2 commits into from
Mar 28, 2023
Merged

2023.1 #1008

merged 2 commits into from
Mar 28, 2023

Conversation

javierggt
Copy link
Contributor

@javierggt javierggt commented Jan 20, 2023

ska3-flight 2023.1

This is a major update of the core packages. The Python version increases from 3.8.10 to 3.10.8, and all major packages have been updated (numpy, matplotlib, Qt, perl and everything that comes with them). We strongly recommend thorough testing, to rule out interface changes that might not be covered by Ska testing.

This release includes packages for the OSX, Linux and Windows platforms, but the windows packages will not be promoted to flight.

Other changes in this release:

  • Former namespace packages (all Ska.* and Chandra.* packages) were renamed.
  • Changes in kadi and acis_thermal_models to properly handle HRC 24V, 15V states.

Interface Impacts:

  • Major python version update, including updates to all major libraries. Each package might have interface changes. Ska regression tests were run and they pass after some fixes. The only major package with significant interface impact was Qt.
  • Although several packages were renamed, they remain accessible with the older name, and should cause no interface impact.

Testing:

Notes:

  • There were multiple failures in the windows environment. These are related to some issue with the conda-provided git package interacting with other packages (Git clone fails in windows environment 2023.1rc12 #1082). For this reason, the windows packages will not be promoted in this release.
  • Integration testing revealed an intermittent failure with the "annie" simulation package. The annie package is not used in day-to-day operations or by any other group. The aspect team is comfortable leaving this issue as a known defect. We plan to fix the issue in a future release.

skare3 dashboard and test result password at https://icxc.cfa.harvard.edu/aspect/skare3_dash_cred.txt

The latest release candidate RC12 is installed in /proj/sot/ska3/test on HEAD, and is available for testing from the usual channels:

conda create -n ska3-flight-2023.1rc12 --override-channels \
  -c https://icxc.cfa.harvard.edu/aspect/ska3-conda/test \
  ska3-flight==2023.1rc12

Additional testing and notes from other teams captured at https://github.com/sot/skare3/wiki/Ska3-prime-(2023.1-with-Python-3.10)-testing

Review

All operations critical or impacting PR's are independently and carefully reviewed. For other PR's the level of detail for review is calibrated to operations criticality. Some PR's that are confined to aspect-team-specific processing may have little to no independent review.

Deployment

ska3-flight {version} will be promoted to flight conda channel and installed on HEAD and GRETA Linux upon approval of FSDS Jira ticket.

Code changes

ska3-flight changes (2022.13 -> 2023.1rc12)

Renamed Packages

  • chandra.cmd_states -> chandra_cmd_states
  • chandra.maneuver -> chandra_maneuver
  • ska.arc5gl -> ska_arc5gl
  • ska.astro -> ska_astro
  • ska.dbi -> ska_dbi
  • ska.file -> ska_file
  • ska.ftp -> ska_ftp
  • ska.matplotlib -> ska_matplotlib
  • ska.numpy -> ska_numpy
  • ska.parsecm -> ska_parsecm
  • ska.quatutil -> ska_quatutil
  • ska.report_ranges -> ska_report_ranges
  • ska.shell -> ska_shell
  • ska.tdb -> ska_tdb

Updated Packages

  • aca_view: 0.11.0 -> 0.12.0 (0.11.0 -> 0.12.0)
    • PR 167 (Javier Gonzalez): Work around issue in pyqtgraph DockLabel
    • PR 166 (Javier Gonzalez): Changes for ska3 prime
  • acis_thermal_check: 4.5.0 -> 4.6.0 (4.5.0 -> 4.5.2 -> 4.6.0)
    • PR 59 (John ZuHone): Use black, isort, ruff, pre-commit
    • PR 61 (Tom Aldcroft): Use explicit time units in time delta
    • PR 62 (John ZuHone): fix ruff, black, gitignore
    • PR 63 (John ZuHone): More ruff fixes
    • PR 64 (Matthew Dahmer) Update how the HRC 24v state is set
  • agasc: 4.14.0 -> 4.14.1 (4.14.0 -> 4.14.1)
    • PR 147 (Javier Gonzalez): make sure the columns in test_update_obs are consistent
  • chandra_aca: 4.38.0 -> 4.38.3 (4.38.0 -> 4.38.2 -> 4.38.3)
    • PR 141 (Tom Aldcroft): Remove deprecated decorator and six dependency
    • PR 143 (Javier Gonzalez): fix in planets.py: cleanup jplephem.spk.SPK at exit
  • chandra_cmd_states: 3.17.0 -> 4.0.0 (3.17.0 -> 4.0.0)
    • PR 67 (Tom Aldcroft): De namespace
  • chandra_maneuver: 3.8.0 -> 4.0.0 (3.8.0 -> 4.0.0)
    • PR 25 (Tom Aldcroft): De-namespace
  • hopper: 4.5.2 -> 4.5.4 (4.5.2 -> 4.5.3 -> 4.5.4)
    • PR 24 (Javier Gonzalez): Fix PytestReturnNotNoneWarning
  • kadi: 7.2.0 -> 7.3.0 (7.2.0 -> 7.2.1 -> 7.2.2 -> 7.3.0)
    • PR 267 (Tom Aldcroft): Fix event maintenance docs
    • PR 273 (Tom Aldcroft): Remove a testing workaround
    • PR 275 (Javier Gonzalez): Time units
    • PR 277 (Tom Aldcroft): Fix issue always logging about NSM during maneuver
    • PR 281 (James Kristoff): HRC state updates for 24V, 15V (from SCS-134), HRC_I and HRC_S
  • mica: 4.31.0 -> 4.31.3 (4.31.0 -> 4.31.2 -> 4.31.3)
    • PR 281 (Tom Aldcroft): Fix FITS unit warning
    • PR 282 (Javier Gonzalez): fix TimeDeltaMissingUnitWarning
  • proseco: 5.8.0 -> 5.8.1 (5.8.0 -> 5.8.1)
    • PR 380 (Javier Gonzalez): Get rid of pytest.warns deprecation warning
  • ska_arc5gl: 3.3.0 -> 4.0.1 (3.3.0 -> 4.0.0 -> 4.0.1)
    • PR 14 (Tom Aldcroft): De namespace
    • PR 15 (Tom Aldcroft): Add missing init.py in PR 14
    • PR 16 (Javier Gonzalez): Fix bug in Ska.arc5gl init
  • ska_astro: 3.3.0 -> 4.0.0 (3.3.0 -> 4.0.0)
    • PR 13 (Tom Aldcroft): De namespace
  • ska_dbi: 4.1.0 -> 5.0.0 (4.1.0 -> 5.0.0)
    • PR 22 (Jean Connelly): Update location of sybpydb for prime Python 3.10
    • PR 23 (Tom Aldcroft): De namespace
  • ska_file: 3.4.5 -> 4.0.0 (3.4.5 -> 4.0.0)
    • PR 14 (Tom Aldcroft): De namespace
  • ska_ftp: 3.6.0 -> 4.0.0 (3.6.0 -> 4.0.0)
    • PR 27 (Tom Aldcroft): De namespace
  • ska_helpers: 0.7.1 -> 0.8.0 (0.7.1 -> 0.8.0)
    • PR 30 (Tom Aldcroft): Add paths module for global path definitions
    • PR 32 (Tom Aldcroft): Add support for reading chandra_models data
    • PR 31 (Tom Aldcroft): Add propagate=False opt to basic_logger()
  • ska_matplotlib: 3.15.0 -> 4.0.0 (3.15.0 -> 4.0.0)
    • PR 27 (Tom Aldcroft): De-namespace
  • ska_numpy: 3.9.1 -> 4.0.1 (3.9.1 -> 4.0.0 -> 4.0.1)
    • PR 15 (Tom Aldcroft): De namespace
    • PR 16 (Tom Aldcroft): Fix issue importing Ska.Numpy
  • ska_parsecm: 3.4.0 -> 4.0.0 (3.4.0 -> 4.0.0)
    • PR 13 (Tom Aldcroft): De-namespace
  • ska_quatutil: 3.4.0 -> 4.0.0 (3.4.0 -> 4.0.0)
    • PR 16 (Tom Aldcroft): De namespace
  • ska_report_ranges: 0.4.0 -> 0.5.0 (0.4.0 -> 0.5.0)
    • PR 6 (Tom Aldcroft): De namespace
  • ska_shell: 3.5.1 -> 4.0.0 (3.5.1 -> 4.0.0)
    • PR 27 (Tom Aldcroft): De namespace
  • ska_tdb: 3.6.1 -> 4.0.0 (3.6.1 -> 4.0.0)
    • PR 18 (Tom Aldcroft): De-namespace
  • testr: 4.11.1 -> 4.11.3 (4.11.1 -> 4.11.2 -> 4.11.3)
    • PR 47 (Javier Gonzalez): Remove PYTEST_IGNORE_WARNINGS from runner and use pytest.ini instead
    • PR 49 (Javier Gonzalez): remove PYTEST_IGNORE_WARNINGS from setup_helper

ska3-core changes (2022.13 -> 2023.1rc12)

NOTE: these are the changes on Linux. They will be different on OSX and Windows.

New Packages

  • argon2-cffi-bindings: 21.2.0
  • asttokens: 2.2.1
  • attr: 2.5.1
  • backports.functools_lru_cache: 1.6.4
  • brotli-bin: 1.0.9
  • cached-property: 1.5.2
  • cached_property: 1.5.2
  • comm: 0.1.2
  • conda-package-streaming: 0.7.0
  • contourpy: 1.0.7
  • dill: 0.3.6
  • exceptiongroup: 1.1.0
  • executing: 1.2.0
  • fftw: 3.3.10
  • flit-core: 3.8.0
  • fmt: 9.1.0
  • fonts-conda-ecosystem: 1
  • gstreamer-orc: 0.4.33
  • importlib_resources: 5.10.2
  • jack: 1.9.21
  • jaraco.classes: 3.2.3
  • jupyter_events: 0.6.3
  • jupyter_server_terminals: 0.4.4
  • keyutils: 1.6.1
  • lame: 3.100
  • libaec: 1.0.6
  • libbrotlicommon: 1.0.9
  • libbrotlidec: 1.0.9
  • libbrotlienc: 1.0.9
  • libcap: 2.66
  • libclang13: 15.0.7
  • libcups: 2.3.3
  • libdb: 6.2.32
  • libflac: 1.4.2
  • libgcrypt: 1.10.1
  • libgfortran5: 12.2.0
  • libgpg-error: 1.46
  • libhwloc: 2.8.0
  • libjpeg-turbo: 2.1.4
  • libllvm15: 15.0.7
  • libnsl: 2.0.0
  • libsndfile: 1.2.0
  • libsqlite: 3.40.0
  • libsystemd0: 252
  • libtool: 2.4.7
  • libudev1: 252
  • libzlib: 1.2.13
  • mkl: 2022.2.1
  • more-itertools: 9.0.0
  • mpg123: 1.31.2
  • nbconvert-core: 7.2.8
  • nbconvert-pandoc: 7.2.8
  • notebook-shim: 0.2.2
  • openjpeg: 2.5.0
  • pandoc: 2.19.2
  • patch: 2.7.6
  • pcre2: 10.40
  • pkgutil-resolve-name: 1.3.10
  • pooch: 1.6.0
  • pthread-stubs: 0.4
  • pulseaudio: 16.1
  • pure_eval: 0.2.2
  • pytest-timeout: 2.1.0
  • python-fastjsonschema: 2.16.2
  • python-json-logger: 2.0.4
  • pytoolconfig: 1.2.4
  • qt-main: 5.15.6
  • qt-webengine: 5.15.4
  • qtconsole-base: 5.4.0
  • rfc3339-validator: 0.1.4
  • rfc3986-validator: 0.1.1
  • ruamel.yaml: 0.17.21
  • ruamel.yaml.clib: 0.2.7
  • ruff: 0.0.220
  • sip: 6.7.5
  • snappy: 1.1.9
  • stack_data: 0.6.2
  • tinycss2: 1.2.1
  • tomlkit: 0.11.6
  • toolz: 0.12.0
  • typing: 3.10.0.0
  • websocket-client: 1.4.2
  • xcb-util: 0.4.0
  • xcb-util-image: 0.4.0
  • xcb-util-keysyms: 0.4.0
  • xcb-util-renderutil: 0.3.9
  • xcb-util-wm: 0.4.1
  • xorg-libxau: 1.0.9
  • xorg-libxdmcp: 1.1.3
  • xyzservices: 2022.9.0
  • zstandard: 0.19.0

Removed Packages

  • async_generator
  • blas
  • bottleneck
  • dataclasses
  • hypothesis
  • jbig
  • libgfortran4
  • libopenblas
  • mock
  • numpy-base
  • olefile
  • openblas
  • pcre
  • psycopg2
  • py
  • pyqt-impl
  • pyqtchart
  • pyqtwebengine
  • pytest-arraydiff
  • pytest-astropy
  • pytest-astropy-header
  • pytest-cov
  • pytest-doctestplus
  • pytest-filter-subpackage
  • pytest-mock
  • pytest-openfiles
  • pytest-remotedata
  • python-mimeparse
  • regex
  • ruamel_yaml
  • sortedcontainers
  • testpath
  • typed-ast

Updated Packages

  • alabaster: 0.7.12 -> 0.7.13
  • alsa-lib: 1.2.3 -> 1.2.8
  • anyio: 2.2.0 -> 3.6.2
  • argon2-cffi: 20.1.0 -> 21.3.0
  • asgiref: 3.4.1 -> 3.3.4
  • astroid: 2.9.0 -> 2.13.2
  • astropy: 5.0 -> 5.2.1
  • astropy-healpix: 0.6 -> 0.7
  • astroquery: 0.4.5 -> 0.4.6
  • attrs: 21.4.0 -> 22.2.0
  • autopep8: 1.6.0 -> 2.0.1
  • babel: 2.9.1 -> 2.11.0
  • beautifulsoup4: 4.10.0 -> 4.11.1
  • black: 22.3.0 -> 23.1.0
  • bleach: 4.1.0 -> 5.0.1
  • blinker: 1.4 -> 1.5
  • blosc: 1.21.0 -> 1.21.1
  • bokeh: 2.4.2 -> 3.0.3
  • ca-certificates: 2021.10.26 -> 2022.12.7
  • certifi: 2021.10.8 -> 2022.12.7
  • cffi: 1.14.6 -> 1.15.1
  • chardet: 4.0.0 -> 5.1.0
  • charset-normalizer: 2.0.4 -> 2.1.1
  • click: 8.0.3 -> 8.1.3
  • colorama: 0.4.4 -> 0.4.6
  • conda: 4.11.0 -> 22.11.1
  • conda-build: 3.21.7 -> 3.23.3
  • conda-package-handling: 1.7.3 -> 2.0.2
  • coverage: 6.2 -> 7.2.1
  • cryptography: 36.0.0 -> 39.0.0
  • cython: 0.29.25 -> 0.29.33
  • dbus: 1.13.18 -> 1.13.6
  • debugpy: 1.5.1 -> 1.6.5
  • decorator: 5.1.0 -> 5.1.1
  • docutils: 0.17.1 -> 0.19
  • entrypoints: 0.3 -> 0.4
  • et_xmlfile: 1.1.0 -> 1.0.1
  • expat: 2.4.3 -> 2.5.0
  • filelock: 3.4.2 -> 3.9.0
  • flake8: 3.9.2 -> 6.0.0
  • font-ttf-inconsolata: 2.001 -> 3.000
  • font-ttf-source-code-pro: 2.030 -> 2.038
  • fontconfig: 2.13.1 -> 2.14.1
  • fonttools: 4.28.5 -> 4.38.0
  • freetype: 2.11.0 -> 2.12.1
  • future: 0.18.2 -> 0.18.3
  • gettext: 0.21.0 -> 0.21.1
  • gitdb: 4.0.7 -> 4.0.10
  • gitpython: 3.1.18 -> 3.1.30
  • glib: 2.68.4 -> 2.74.1
  • glib-tools: 2.68.4 -> 2.74.1
  • gst-plugins-base: 1.18.5 -> 1.21.3
  • gstreamer: 1.18.5 -> 1.21.3
  • h5py: 3.6.0 -> 3.7.0
  • hdf5: 1.10.6 -> 1.12.2
  • icu: 68.2 -> 70.1
  • idna: 3.3 -> 3.4
  • imagesize: 1.3.0 -> 1.4.1
  • importlib-metadata: 4.10.1 -> 6.0.0
  • importlib_metadata: 4.10.1 -> 6.0.0
  • iniconfig: 1.1.1 -> 2.0.0
  • ipykernel: 6.4.1 -> 6.20.2
  • ipympl: 0.7.0 -> 0.9.2
  • ipython: 7.29.0 -> 8.8.0
  • ipywidgets: 7.6.5 -> 8.0.4
  • isort: 5.9.3 -> 5.12.0
  • jedi: 0.18.0 -> 0.18.2
  • jeepney: 0.7.1 -> 0.8.0
  • jinja2: 2.11.3 -> 3.1.2
  • jira: 3.0.1 -> 3.4.1
  • joblib: 1.1.0 -> 1.2.0
  • jpeg: 9d -> 9e
  • jplephem: 2.17 -> 2.18
  • json5: 0.9.6 -> 0.9.5
  • jsonschema: 3.2.0 -> 4.17.3
  • jupyter_client: 7.1.0 -> 7.4.9
  • jupyter_console: 6.4.0 -> 6.4.4
  • jupyter_core: 4.9.1 -> 5.1.3
  • jupyter_server: 1.4.1 -> 2.1.0
  • jupyterlab: 3.2.1 -> 3.5.2
  • jupyterlab_pygments: 0.1.2 -> 0.2.2
  • jupyterlab_server: 2.10.2 -> 2.19.0
  • jupyterlab_widgets: 1.0.0 -> 3.0.5
  • keyring: 23.4.0 -> 23.13.1
  • kiwisolver: 1.3.2 -> 1.4.4
  • krb5: 1.19.2 -> 1.20.1
  • lazy-object-proxy: 1.6.0 -> 1.9.0
  • lcms2: 2.12 -> 2.14
  • ld_impl_linux-64: 2.35.1 -> 2.39
  • lerc: 2.2.1 -> 4.0.0
  • libarchive: 3.5.2 -> 3.6.2
  • libclang: 11.1.0 -> 15.0.7
  • libcurl: 7.80.0 -> 7.88.1
  • libdeflate: 1.7 -> 1.17
  • libedit: 3.1.20210910 -> 3.1.20191231
  • libffi: 3.3 -> 3.4.2
  • libgcc-ng: 11.2.0 -> 12.2.0
  • libgfortran-ng: 7.5.0 -> 12.2.0
  • libglib: 2.68.4 -> 2.74.1
  • libiconv: 1.16 -> 1.17
  • liblief: 0.11.5 -> 0.12.3
  • libmamba: 0.19.1 -> 1.3.1
  • libmambapy: 0.19.1 -> 1.3.1
  • libnghttp2: 1.46.0 -> 1.51.0
  • libogg: 1.3.5 -> 1.3.4
  • libpng: 1.6.37 -> 1.6.39
  • libpq: 13.3 -> 15.1
  • libsolv: 0.7.19 -> 0.7.23
  • libssh2: 1.9.0 -> 1.10.0
  • libstdcxx-ng: 11.2.0 -> 12.2.0
  • libtiff: 4.3.0 -> 4.5.0
  • libuuid: 1.0.3 -> 2.32.1
  • libuv: 1.40.0 -> 1.44.2
  • libwebp: 1.2.1 -> 1.2.4
  • libwebp-base: 1.2.1 -> 1.2.4
  • libxcb: 1.14 -> 1.13
  • libxml2: 2.9.12 -> 2.10.3
  • libxslt: 1.1.33 -> 1.1.37
  • line_profiler: 3.3.1 -> 4.0.2
  • llvm-openmp: 12.0.1 -> 15.0.7
  • llvmlite: 0.37.0 -> 0.39.1
  • lxml: 4.5.1 -> 4.9.2
  • mamba: 0.19.1 -> 1.3.1
  • markupsafe: 2.0.1 -> 2.1.2
  • matplotlib: 3.5.1 -> 3.6.3
  • matplotlib-base: 3.5.1 -> 3.6.3
  • matplotlib-inline: 0.1.2 -> 0.1.6
  • mccabe: 0.6.1 -> 0.7.0
  • mistune: 0.8.4 -> 2.0.4
  • mpld3: 0.5.7 -> 0.5.9
  • mysql-common: 8.0.25 -> 8.0.32
  • mysql-libs: 8.0.25 -> 8.0.32
  • nbclassic: 0.2.6 -> 0.4.8
  • nbclient: 0.5.3 -> 0.7.2
  • nbconvert: 6.3.0 -> 7.2.8
  • nbformat: 5.1.3 -> 5.7.3
  • nest-asyncio: 1.5.1 -> 1.5.6
  • networkx: 2.6.3 -> 3.0
  • nodejs: 16.13.1 -> 18.12.1
  • notebook: 6.4.6 -> 6.5.2
  • nspr: 4.32 -> 4.35
  • nss: 3.69 -> 3.82
  • numba: 0.54.1 -> 0.56.4
  • numexpr: 2.8.1 -> 2.7.3
  • numpy: 1.20.3 -> 1.23.5
  • numpydoc: 1.1.0 -> 1.5.0
  • oauthlib: 3.1.0 -> 3.2.2
  • openpyxl: 3.0.9 -> 3.0.10
  • openssl: 1.1.1m -> 3.0.8
  • packaging: 21.3 -> 23.0
  • pandas: 1.3.5 -> 1.5.3
  • pandocfilters: 1.4.3 -> 1.5.0
  • patchelf: 0.14.3 -> 0.17.2
  • pathspec: 0.9.0 -> 0.10.3
  • pillow: 8.4.0 -> 9.4.0
  • pip: 21.2.4 -> 22.3.1
  • pkginfo: 1.8.2 -> 1.9.6
  • platformdirs: 2.4.0 -> 2.6.2
  • plotly: 5.5.0 -> 5.12.0
  • prometheus_client: 0.12.0 -> 0.15.0
  • prompt-toolkit: 3.0.20 -> 3.0.36
  • prompt_toolkit: 3.0.20 -> 3.0.36
  • psutil: 5.9.0 -> 5.9.4
  • py-lief: 0.11.5 -> 0.12.3
  • pycodestyle: 2.7.0 -> 2.10.0
  • pycosat: 0.6.3 -> 0.6.4
  • pyflakes: 2.3.1 -> 3.0.1
  • pygments: 2.10.0 -> 2.14.0
  • pyjwt: 1.7.1 -> 2.6.0
  • pylint: 2.12.2 -> 2.15.10
  • pynacl: 1.4.0 -> 1.5.0
  • pyopenssl: 21.0.0 -> 23.0.0
  • pyparsing: 3.0.6 -> 3.0.9
  • pyqt: 5.12.3 -> 5.15.7
  • pyqt5-sip: 4.19.18 -> 12.11.0
  • pyqtgraph: 0.11.0 -> 0.13.1
  • pyrsistent: 0.18.0 -> 0.19.3
  • pytables: 3.6.1 -> 3.7.0
  • pytest: 6.2.5 -> 7.2.1
  • python: 3.8.12 -> 3.10.8
  • python-libarchive-c: 3.2 -> 4.0
  • python_abi: 3.8 -> 3.10
  • pytz: 2021.3 -> 2022.7.1
  • pyvo: 1.2.1 -> 1.4
  • pyzmq: 22.3.0 -> 25.0.0
  • qt: 5.12.9 -> 5.15.6
  • qtconsole: 5.1.1 -> 5.4.0
  • qtpy: 1.10.0 -> 2.3.0
  • regions: 0.5 -> 0.6
  • reproc: 14.2.3 -> 14.2.4
  • reproc-cpp: 14.2.3 -> 14.2.4
  • requests: 2.27.1 -> 2.28.2
  • requests-oauthlib: 1.3.0 -> 1.3.1
  • requests-toolbelt: 0.9.1 -> 0.10.1
  • rope: 0.21.1 -> 1.6.0
  • scikit-learn: 1.0.2 -> 1.2.0
  • scipy: 1.7.3 -> 1.10.0
  • secretstorage: 3.3.1 -> 3.3.3
  • setuptools: 58.0.4 -> 65.6.3
  • setuptools-scm: 6.3.2 -> 7.1.0
  • setuptools_scm: 6.3.2 -> 7.1.0
  • sherpa: 4.14.0 -> 4.15.0
  • six: 1.15.0 -> 1.16.0
  • smmap: 4.0.0 -> 3.0.5
  • sniffio: 1.2.0 -> 1.3.0
  • soupsieve: 2.3.1 -> 2.3.2.post1
  • sphinx: 4.2.0 -> 6.1.3
  • sqlite: 3.37.0 -> 3.40.0
  • sqlparse: 0.4.1 -> 0.4.3
  • tbb: 2021.5.0 -> 2021.7.0
  • tenacity: 8.0.1 -> 8.1.0
  • terminado: 0.9.4 -> 0.17.1
  • threadpoolctl: 2.2.0 -> 3.1.0
  • tk: 8.6.11 -> 8.6.12
  • tomli: 1.2.2 -> 2.0.1
  • tornado: 6.1 -> 6.2
  • tqdm: 4.62.3 -> 4.64.1
  • traitlets: 5.1.1 -> 5.8.1
  • typing-extensions: 3.10.0.2 -> 4.4.0
  • typing_extensions: 3.10.0.2 -> 4.4.0
  • tzdata: 2021e -> 2022g
  • unicodedata2: 14.0.0 -> 15.0.0
  • urllib3: 1.26.7 -> 1.26.14
  • wcwidth: 0.2.5 -> 0.2.6
  • wheel: 0.37.1 -> 0.38.4
  • widgetsnbextension: 3.5.1 -> 4.0.5
  • wrapt: 1.13.3 -> 1.14.1
  • xz: 5.2.5 -> 5.2.6
  • yaml-cpp: 0.6.3 -> 0.7.0
  • zipp: 3.7.0 -> 3.11.0
  • zlib: 1.2.11 -> 1.2.13
  • zstd: 1.5.0 -> 1.5.2

Related Issues

Fixes #810
Fixes #847
Fixes #889
Fixes #890
Fixes #891
Fixes #892
Fixes #945
Fixes #946
Fixes #1007
Fixes #1011
Fixes #1013
Fixes #1014
Fixes #1015
Fixes #1016
Fixes #1017
Fixes #1020
Fixes #1022
Fixes #1023
Fixes #1024
Fixes #1025
Fixes #1026
Fixes #1028
Fixes #1029
Fixes #1031
Fixes #1032
Fixes #1033
Fixes #1034
Fixes #1035
Fixes #1038
Fixes #1040
Fixes #1041
Fixes #1044
Fixes #1045
Fixes #1046
Fixes #1047
Fixes #1048
Fixes #1050
Fixes #1053
Fixes #1063
Fixes #1064
Fixes #1065
Fixes #1066
Fixes #1067
Fixes #1068
Fixes #1069
Fixes #1070
Fixes #1072
Fixes #1073
Fixes #1074
Fixes #1075
Fixes #1076
Fixes #1077
Fixes #1078
Fixes #1079
Fixes #1080
Fixes #1081

@jeanconn jeanconn mentioned this pull request Mar 13, 2023
Copy link
Member

@taldcroft taldcroft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@sot sot deleted a comment from taldcroft Mar 15, 2023
@sot sot deleted a comment from taldcroft Mar 15, 2023
@javierggt javierggt merged commit 1240492 into master Mar 28, 2023
@jeanconn jeanconn deleted the 2023.1-branch branch August 2, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment