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

requirements: update fastkde requirement from <1.0.31,>=1.0.24 to >=1.0.24,<2.0.2 #2936

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2024

Updates the requirements on fastkde to permit the latest version.

Release notes

Sourced from fastkde's releases.

Bugfix - fastkde+xarray now works for 1D data

Bugfix release - addresses issue with the fastkde/xarray interface and 1D data

Commits
  • 8a78aad Merge pull request #32 from LBL-EESA/wip_xarray_bugfix
  • 7a44118 Bump version: 2.0.0 → 2.0.1
  • 81d0e35 fix xarray 1D bug, add test, add example
  • 560df37 Merge pull request #31 from LBL-EESA/run_tests_weekly
  • f9e9a53 add weekly schedule to test.yml
  • f243bb2 Merge pull request #30 from LBL-EESA/2.0.0
  • eb8bed9 fix to push on release
  • 7047d4e Bump version: 1.0.30 → 2.0.0
  • 82dcb30 Bump version: 1.0.30 → 2.0.0
  • 18c8b88 Merge pull request #26 from LBL-EESA/version2_draft
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):

No differences!

...

See CI logs for the full diff.

@dependabot dependabot bot force-pushed the dependabot/pip/devel/fastkde-gte-1.0.24-and-lt-2.0.2 branch from d8fc99d to 7309e56 Compare April 5, 2024 22:12
Copy link

github-actions bot commented Apr 5, 2024

This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):

diff -r docs-base/ModulatoryProjection.html docs-head/ModulatoryProjection.html
272c272
< <a class="reference internal" href="Port.html"><span class="doc">Port</span></a> are listed in the Port’s <a class="reference internal" href="Mechanism.html#id15" title="psyneulink.core.components.mechanisms.mechanism.Mechanism_Base.mod_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">mod_afferents</span></code></a> attribute.</p>
---
> <a class="reference internal" href="Port.html"><span class="doc">Port</span></a> are listed in the Port’s <a class="reference internal" href="ParameterPort.html#psyneulink.core.components.ports.parameterport.ParameterPort.mod_afferents" title="psyneulink.core.components.ports.parameterport.ParameterPort.mod_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">mod_afferents</span></code></a> attribute.</p>
diff -r docs-base/Port.html docs-head/Port.html
593c593
< <code class="xref any docutils literal notranslate"><span class="pre">PathWayProjections</span></code> (listed in its <a class="reference internal" href="Mechanism.html#id14" title="psyneulink.core.components.mechanisms.mechanism.Mechanism_Base.path_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">path_afferents</span></code></a> attribute) as the variable for its
---
> <code class="xref any docutils literal notranslate"><span class="pre">PathWayProjections</span></code> (listed in its <a class="reference internal" href="#psyneulink.core.components.ports.port.Port_Base.path_afferents" title="psyneulink.core.components.ports.port.Port_Base.path_afferents"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">path_afferents</span></code></a> attribute) as the variable for its
diff -r docs-base/TransferFunctions.html docs-head/TransferFunctions.html
2263c2263
< <p><a class="reference internal" href="#psyneulink.core.components.functions.transferfunctions.Exponential.bounds" title="psyneulink.core.components.functions.transferfunctions.Exponential.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to
---
> <p><a class="reference internal" href="OptimizationFunctions.html#psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds" title="psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to

...

See CI logs for the full diff.

@dependabot dependabot bot force-pushed the dependabot/pip/devel/fastkde-gte-1.0.24-and-lt-2.0.2 branch from 7309e56 to fe85ce8 Compare April 12, 2024 22:58
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):

No differences!

...

See CI logs for the full diff.

@dependabot dependabot bot force-pushed the dependabot/pip/devel/fastkde-gte-1.0.24-and-lt-2.0.2 branch from fe85ce8 to a52fa73 Compare April 16, 2024 22:34
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):

No differences!

...

See CI logs for the full diff.

Updates the requirements on [fastkde](https://github.com/LBL-EESA/fastkde) to permit the latest version.
- [Release notes](https://github.com/LBL-EESA/fastkde/releases)
- [Commits](LBL-EESA/fastkde@v1.0.24...v2.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/devel/fastkde-gte-1.0.24-and-lt-2.0.2 branch from a52fa73 to fbf27bb Compare April 25, 2024 22:28
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11-x64):

No differences!

...

See CI logs for the full diff.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #3053.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/devel/fastkde-gte-1.0.24-and-lt-2.0.2 branch September 30, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants