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

Update myst-parser requirement from ~=0.15.2 to ~=0.17.0 #1124

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2022

Updates the requirements on myst-parser to permit the latest version.

Release notes

Sourced from myst-parser's releases.

v0.17.0

See: https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html

What's Changed

Full Changelog: executablebooks/MyST-Parser@v0.16.1...v0.17.0

Changelog

Sourced from myst-parser's changelog.

0.17.0 - 2021-02-11

This release contains a number of breaking improvements.

Full Changelog: v0.16.1...v0.17.0

‼️ Markdown link resolution improvements

WARNING: This is a breaking change for links that rely on auto-generated anchor links. You should now manually enable auto-generated anchor links if you see errors like WARNING reference target not found.

Markdown links are of the format [text](https://github.com/executablebooks/MyST-Parser/blob/master/link). MyST-Parser looks to smartly resolve such links, by identifying if they are:

  1. A link to an external resource, e.g. [text](http://example.com)
  2. A link to another source document, e.g. [text](https://github.com/executablebooks/MyST-Parser/blob/master/file.md)
    • If header-anchors are enabled, anchor links are also supported, e.g. [text](https://github.com/executablebooks/MyST-Parser/blob/master/file.md#anchor)
  3. A link to an internal sphinx cross-reference, e.g. [text](https://github.com/executablebooks/MyST-Parser/blob/master/my-reference)

an additional situation is now supported:

  1. A link to a source file, which is not a document, e.g. [text](https://github.com/executablebooks/MyST-Parser/blob/master/file.js). This behaves similarly to the sphinx download role.

In addition, configuration to more finely tune this behaviour has been added.

  • myst_all_links_external=True, will make all links be treated as (1)
  • myst_url_schemes=("http", "https"), sets what URL schemes are treated as (1)
  • myst_ref_domains=("std", "py"), sets what Sphinx reference domains are checked, when handling (3)

See Markdown Links and Referencing for more information.

‼️ Dollarmath is now disabled by default

WARNING: This is a breaking change for dollar math. You should now manually enable dollar math (see below).

The default configuration is now myst_enable_extensions=(), instead of myst_enable_extensions=("dollarmath",). If you are using math enclosed in $ or $$ in your documents, you should enable dollarmath explicitly.

See Dollar delimited math for more information.

⬆️ Drop Python 3.6 support

MyST-Parser now supports, and is tested against, Python 3.7 to 3.10.

✨ Add the strikethrough extension and myst_gfm_only configuration

The strikethrough extension allows text within ~~ delimiters to have a strike-through (horizontal line) placed over it. For example, ~~strikethrough with *emphasis*~~ renders as: strikethrough with emphasis.

Important: This extension is currently only supported for HTML output.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2022

Codecov Report

Merging #1124 (5967c92) into master (a15bf87) will decrease coverage by 0.43%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1124      +/-   ##
==========================================
- Coverage   82.02%   81.58%   -0.44%     
==========================================
  Files         207      207              
  Lines       12534    12534              
  Branches     1906     1906              
==========================================
- Hits        10281    10226      -55     
- Misses       1808     1870      +62     
+ Partials      445      438       -7     
Impacted Files Coverage Δ
netket/utils/mpi/mpi.py 51.16% <0.00%> (-32.56%) ⬇️
netket/tools/_common.py 66.66% <0.00%> (-13.34%) ⬇️
netket/operator/_pauli_strings.py 61.53% <0.00%> (-8.02%) ⬇️
netket/experimental/operator/_fermions_2nd.py 65.63% <0.00%> (-7.59%) ⬇️
netket/tools/check_mpi.py 92.85% <0.00%> (-7.15%) ⬇️
netket/tools/info.py 90.52% <0.00%> (-2.11%) ⬇️
...tket/experimental/hilbert/spin_orbital_fermions.py 84.00% <0.00%> (-1.34%) ⬇️
netket/tools/_cpu_info.py 63.26% <0.00%> (+24.48%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a15bf87...5967c92. Read the comment docs.

@PhilipVinc
Copy link
Member

@dependabot rebase

Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.15.2...v0.17.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/myst-parser-approx-eq-0.17.0 branch from 18ca53b to 5967c92 Compare April 13, 2022 08:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2022

Superseded by #1166.

@dependabot dependabot bot closed this Apr 18, 2022
@dependabot dependabot bot deleted the dependabot/pip/myst-parser-approx-eq-0.17.0 branch April 18, 2022 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants