Skip to content

Update jupyter-core to 4.11.2#315

Closed
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-jupyter-core-4.5.0-to-4.11.2
Closed

Update jupyter-core to 4.11.2#315
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-jupyter-core-4.5.0-to-4.11.2

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates jupyter-core from 4.5.0 to 4.11.2.

Changelog

4.11.1

~~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.11.1>`__

* Fix inclusion of jupyter file and check in CI. (:ghpull:`276`)

4.11

----

4.11.0

~~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.11.0>`__

* Use hatch build backend. (:ghpull:`265`)
* ``is_hidden``: Use normalized paths. (:ghpull:`271`)

4.10

----

4.10.0

~~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.10.0>`__

* Include all files from ``jupyter_core``. (:ghpull:`253`)
* Add project URLs to ``setup.cfg``. (:ghpull:`254`)
* Set up pre-commit. (:ghpull:`255`)
* Add flake8 and mypy settings. (:ghpull:`256`)
* Clean up CI. (:ghpull:`258`)

4.9.2

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.9.1>`__

* Set proper ``sys.argv[0]`` for subcommand. (:ghpull:`248`)
* Add explicit encoding in open calls. (:ghpull:`249`)
* ``jupyter_config_dir`` - reorder ``home_dir`` initialization.  (:ghpull:`251`)

4.9.1

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.9.0>`__

- Add a workaround for virtualenv for getting the user site directory. (:ghpull:`247`)

4.9

milestone on GitHub for the full list of pull requests and issues closed.

- Add Python site user base subdirectories to config and data user-level paths
if ``site.ENABLE_USER_SITE`` is True. One way to disable these directory
additions is to set the ``PYTHONNOUSERSITE`` environment variable. These
locations can be customized by setting the ``PYTHONUSERBASE`` environment
variable. (:ghpull:`242`)

4.9.0

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.9.0>`__

See the `jupyter_core

4.8.2

~~~~~
`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.8.2>`__

4.8.1

below for the Windows tests. Unfortunately, the 4.8.1 release commit and tag
were not pushed to GitHub. We are releasing 4.8.2 so we have a commit and tag
in version control.

- Fix windows test regression (:ghpull:`240`)

4.8

milestone on GitHub for the full list of pull requests and issues closed.

jupyter-core now has experimental support for PyPy (Python 3.7). Some features are known not to work due to limitations in PyPy, such as hidden file detection on Windows.

- Print an error message instead of an exception when a command is not found (:ghpull:`218`)
- Return canonical path when using ``%APPDATA%`` on Windows (:ghpull:`222`)
- Print full usage on missing or invalid commands (:ghpull:`225`)
- Remove dependency on ``pywin32`` package on PyPy (:ghpull:`230`)
- Update packages listed in ``jupyter --version`` (:ghpull:`232`)
- Inherit base aliases/flags from traitlets Application, including ``--show-config`` from traitlets 5 (:ghpull:`233`)
- Trigger warning when trying to check hidden file status on PyPy (:ghpull:`238`)

4.8.0

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.8.0>`__

See the `jupyter_core

4.7.1

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.7.1>`__

- Allow creating user to delete secure file (:ghpull:`213`)

4.7

milestone on GitHub for the full list of pull requests and issues closed.

- Add a new ``JUPYTER_PREFER_ENV_PATH`` variable, which can be set to switch
the order of the environment-level path and the user-level path in the
Jupyter path hierarchy (e.g., ``jupyter --paths``). It is considered set if
it is a value that is not one of 'no', 'n', 'off', 'false', '0', or '0.0'
(case insensitive). If you are running Jupyter in multiple virtual
environments as the same user, you will likely want to set this environment
variable.
- Drop Python 2.x and 3.5 support, as they have reached end of life.
- Add Python 3.9 builds to testing, and expand testing to cover Windows, macOS, and Linux platforms.
- ``jupyter --paths --debug`` now explains the environment variables that affect the current path list.
- Update the file hidden check on Windows to use new Python features rather than ctypes directly.
- Add conda environment information in ``jupyter troubleshoot``.
- Update ``_version.version_info`` and ``_version.__version__`` to follow Python conventions.

4.7.0

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.7.0>`__

See the `jupyter_core

4.6.3

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.6.3>`__

- Changed windows secure_write path to skip all filesystem permission checks when running in insecure mode.
Too many exception paths existed for mounted file systems to reliably try to set them before opting out with the insecure write pattern.

4.6.2

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.6.2>`__

- Add ability to allow insecure writes with JUPYTER_ALLOW_INSECURE_WRITES environement variable (:ghpull:`182`).
- Docs typo and build fixes
- Added python 3.7 and 3.8 builds to testing

4.6.1

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.6.1>`__

- Tolerate execute bit in owner permissions when validating secure writes (:ghpull:`173`).
- Fix project name typo in copyright (:ghpull:`171`).

4.6

---

4.6.0

~~~~~

`on
GitHub <https://github.com/jupyter/jupyter_core/releases/tag/4.6.0>`__

- Unicode characters existing in the user's home directory name are properly
handled (:ghpull:`131`).
- ``mock`` is now only required for testing on Python 2 (:ghpull:`157`).
- Deprecation warnings relative to ``_runtime_dir_changed`` are no longer
produced (:ghpull:`158`).
- The ``scripts`` directory relative to the current python environment is
now appended to the search directory for subcommands (:ghpull:`162`).
- Some utility functions (``exists()``, ``is_hidden()``, ``secure_write()``)
have been moved from ``jupyter_client`` and ``jupyter_server`` to
``jupyter_core`` (:ghpull:`163`).
- Fix error on Windows when setting private permissions (:ghpull:`166`).
Links

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Nov 9, 2022

Closing this in favor of #330

@pyup-bot pyup-bot closed this Nov 9, 2022
@BarthJr BarthJr deleted the pyup-update-jupyter-core-4.5.0-to-4.11.2 branch November 9, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant