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 nbsphinx requirement from 0.8.7 to 0.8.8 #130

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on nbsphinx to permit the latest version.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.8.8

https://pypi.org/project/nbsphinx/0.8.8/

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder
Changelog

Sourced from nbsphinx's changelog.

Version 0.8.8 -- 2021-12-31 -- PyPI__ -- diff__

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder

__ https://pypi.org/project/nbsphinx/0.8.8/ __ spatialaudio/nbsphinx@0.8.7...0.8.8

Version 0.8.7 -- 2021-08-10 -- PyPI__ -- diff__

  • Fix assertion error in LaTeX build with Sphinx 4.1.0+

__ https://pypi.org/project/nbsphinx/0.8.7/ __ spatialaudio/nbsphinx@0.8.6...0.8.7

Version 0.8.6 -- 2021-06-03 -- PyPI__ -- diff__

  • Support for Jinja2 version 3

__ https://pypi.org/project/nbsphinx/0.8.6/ __ spatialaudio/nbsphinx@0.8.5...0.8.6

Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__

  • Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
  • Add theme_comparison.py tool for creating multiple versions (with different HTML themes) of the docs at once

__ https://pypi.org/project/nbsphinx/0.8.5/ __ spatialaudio/nbsphinx@0.8.4...0.8.5

Version 0.8.4 -- 2021-04-29 -- PyPI__ -- diff__

  • Support for mathjax3_config (for Sphinx >= 4)
  • Force loading MathJax on HTML pages generated from notebooks (can be disabled with nbsphinx_assume_equations = False)

__ https://pypi.org/project/nbsphinx/0.8.4/ __ spatialaudio/nbsphinx@0.8.3...0.8.4

Version 0.8.3 -- 2021-04-09 -- PyPI__ -- diff__

  • Increase line_length_limit (for docutils 0.17+)

__ https://pypi.org/project/nbsphinx/0.8.3/ __ spatialaudio/nbsphinx@0.8.2...0.8.3

Version 0.8.2 -- 2021-02-28 -- PyPI__ -- diff__

  • Add support for data-footcite HTML attribute
  • Disable automatic highlighting in notebooks, setting highlight_language is no longer needed

__ https://pypi.org/project/nbsphinx/0.8.2/ __ spatialaudio/nbsphinx@0.8.1...0.8.2

Version 0.8.1 -- 2021-01-18 -- PyPI__ -- diff__

... (truncated)

Commits
  • beb8fd6 Release 0.8.8
  • efd08d8 DOC: mention prerequisites in CONTRIBUTING
  • 948ec64 DOC: enable the sphinx_codeautolink extension (+ intersphinx)
  • 01cc76e Insert autolink-concat directive into notebooks if sphinx_codeautolink is loaded
  • 9a9ee2d support text builder
  • 4030600 Replace leading/trailing empty code lines with <br/>
  • 44829f1 Escape </script> tags in JSON data
  • b34f3e4 CSS: update for hiding copy button in prompts
  • 8bd2557 Change internal representation of _BROKEN_THUMBNAIL
  • 4fc5c01 CI: add -y flag to apt-get calls
  • Additional commits viewable in compare view

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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2022

The following labels could not be found: maintenance.

@da1910 da1910 closed this Feb 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/nbsphinx-0.8.8 branch February 21, 2022 15:52
@da1910
Copy link
Collaborator

da1910 commented Feb 22, 2022

@dependabot reopen

@dependabot dependabot bot reopened this Feb 22, 2022
@dependabot dependabot bot restored the dependabot/pip/nbsphinx-0.8.8 branch February 22, 2022 10:42
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.8.8 branch from 3a9a9c5 to 0bf1fc0 Compare February 22, 2022 10:47
@da1910
Copy link
Collaborator

da1910 commented Feb 22, 2022

@dependabot recreate

Updates the requirements on [nbsphinx](https://github.com/spatialaudio/nbsphinx) to permit the latest version.
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.8.7...0.8.8)

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.8.8 branch from 0bf1fc0 to 2508b6f Compare February 22, 2022 14:48
@da1910
Copy link
Collaborator

da1910 commented Feb 22, 2022

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2022

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

@da1910 da1910 merged commit 2953978 into main Feb 22, 2022
@dependabot dependabot bot deleted the dependabot/pip/nbsphinx-0.8.8 branch February 22, 2022 15:37
Andy-Grigg pushed a commit that referenced this pull request Jan 11, 2024
* Expose single part

* Raise error on no parts
Andy-Grigg added a commit that referenced this pull request Jan 16, 2024
* Remove outdated typevars

* Include finishing processes in summary

* Update example BoM

* Create 4-2_BoM_Sustainability.py

* Add example to docs

* Sustainability example changes

* Fix server name

* Tweak working

* Change BoM naming convention

* Add API link and minor formatting tweaks

* Change legend position

* Uncomment integration tests job

* Make sure this class isn't collected by pytest

* Rename with_legislations to with_legislation_ids

* Add trailing space

* Rename external_id on part to external_identity

* Enforce keywords for indicator constructors

* Run black

* Copy check_server from recordlists

* Add variable to disable vm state management

* Fix error message

* Fix typo

* Use absolute masses for secondary processes and use floats

* Draft bom builder example

* Add example to docs

* Fix typing

* Remove some boms

* Improve sustainability integration tests

* Fix error message

* PR feedback

* Apply language suggestions from code review

Co-authored-by: Andy Grigg <[email protected]>

* Add delimiters and fix comments

* Fix GUID field name

* Use method for record references

* Fix test assertions (due to mass changes in BoM)

* Change plotly renderer in examples tests [skip-ci]

* Update BillOfMaterialsEco2301.xsd

* Add category enum

* Update sus. tests to reflect aggregation changes

* Remove outdated todo

* Fix error message

* Fix missing database test

* Add initial docs for BoM Types

- Add rst
- Move init docstrings to class. I hate this, the docstring then says that a class takes a parameter. It does not. The init does.
- Add docstrings for protocols.

* Update files for 2024 R1

* Ignore deserialization

* Exclude the right thing

* Move a docstring and update the other ignorewords...

* Try without tildes

* Pin vale?

* There is no 2.28

* Update index.rst

* Update README.rst

* Clarify aggregation methodology

* Add links to online docs

* Add record identification documentation

* Remove id notes

* Remove "do not instantiate" notes

* Fix message typing

* Update summary results docstrings

* Bump openapi package

* Remove sustainability blank coatings

* Remove sustainability from specifications

* Remove substances from MaterialWithSustainability

* Fix issues with Quantity

- Treat $ as a special case and never handle namespaces
- Handle attributes with no namespace if no default namespace is present

* Add name to transport results

* Update examples.py

* Update unit tests

* Use merge commit ref

* Update tests/test_item_results.py

Co-authored-by: Doug Addy <[email protected]>

* Create BillOfMaterialsEco1711.xsd

* Schemas sub-package

* Remove schemas from examples

* Review comments

* Expect warnings in tests

* Make inputs mandatory

* Naive support for multiple BoM versions

* Add notes about schemas and schemas to docs

* Rename sample bom

* Delete unused test helpers

* Update test_integration_tests.py

* Modify invalid bom to pass client side validation

* Fix fixture name

* Add custom tables for sustainability

* Fix failing integration tests

* Minor feedback

* Fix database key

* Fix vale vocab

* Remove use of regex

* Remove messages assertions

* Update docs

* Remove results classes

* Update tests

* Remove from docs

* Update PartWithSustainability docstring

* Compose record references

* Add part number

* Update tests

* Correct typing

* Update mock responses and associated tests

* Update dependency

* Make mixin into base class

* Use merge commit ref

* Warn on multiple root parts in sust. query result

* Update warning

* Add part and transport references to docs

* Update docs homepage

* Update GitHub org name

* Update MI version requirements

* Add note about product licensing

* Update Process properties names and docs

* Update BoM builder example

* Update example bom

* Remove duplicated BoM

* Rename test BoMs

* Remove duplicated BoM

* Rename paths variables

* Add variables for extra boms

* Use newer version of vale

* Convert to dataclasses

* Update bom types docs

Remove protocols and base class

* Fix bom types issues

* Comment out troublesome properties

NonMIPartReference and BoM annotations

* Add test

* Fix typing and formatting

* Apply suggestions from code review

Co-authored-by: Andy Grigg <[email protected]>

* Remove special handling for ids

* Comment out annotations

* Address more small issues

Remove typical content on materials

* Add comment about BoM "update"

* Add TODOs with issue ID

* Ignore numpydoc warning

* Add missing docstrings

* Address vale issues

* Update accept.txt

* Update accept.txt

* Add test for unexpected args

* Script tweaks

* Update .vale.ini

* Update common identifiers documentation

* Add missing punctuation

* Wording feedback

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove test bom

* Fix doc header

* Add badges to README

* Sustainability docs tweaks

* Fix/ignore reference warnings

* Typo in example

* Clarify env. footprint hierarchy

* Remove TODO

* Updates to bom builder example script

* Update package index

* Add note about item expansion

* Fix error message

* Document aggregation criteria

* Flake8

* Add space

* Language feedback

* Re-ordering

* Add missing mian dependencies

* Poetry lock with update

* Update emails

* Use openapi PR ref

* Drop Python 3.8

* Support Python 3.12

* Fix tox config

* Use merge commit ref

* Update docs dependencies

* Update comment

* Loosen specifications

* Bump pandas from 2.0.3 to 2.1.3

Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.3.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.3...v2.1.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove with_stk_records (#123)

* Fix: add repr and example formatting (#122)

* Fix formatting

* Update 4-2_BoM_Sustainability.py

* Add sustainability query repr

* Maint: Update docs deps (#127)

* Feat: Single part in BoM sustainability (#130)

* Expose single part

* Raise error on no parts

* Docs: PM feedback (#132)

* Reduce output

* Add note about relevance of items

* Update accept.txt

* Apply suggestions from code review

Co-authored-by: Andy Grigg <[email protected]>

* Make vale happy

---------

Co-authored-by: Andy Grigg <[email protected]>

* Bump jupytext from 1.15.2 to 1.16.0 (#133)

Bumps [jupytext](https://github.com/mwouts/jupytext) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.15.2...v1.16.0)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Docs: review feedback (#142)

* RS and Compliance updates

* Sustainability updates

* BoM types updates

* Examples updates

* Fix typo

* Fix typo [skip-ci]

Co-authored-by: Andy Grigg <[email protected]>

---------

Co-authored-by: Andy Grigg <[email protected]>

* Allow null material identity and reference

* Add first draft of general improvements to documentation

* Vale fixes

* Add note to compliance API page

* Move license note to end

* Fix BoM query descriptions

* Fix typo

* Documentation review feedback

* Point at public bomanalytics-openapi

* Fix cname

* Clean up workflows

* Use public bomanalytics-openapi

* Maint/codacy fixes (#388)

* Codacy fixes

* Add dummy variable

* Add metapackage instructions (#390)

* Docs: update product help links (#391)

* Fix broken reference

* Update Product Docs URL

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Ludovic Steinbach <[email protected]>
Co-authored-by: Doug Addy <[email protected]>
Co-authored-by: Doug Addy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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