AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2.05k stars 293 forks source link

Update setuptools requirement from ~=62.0.0 to ~=63.0.0 #563

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on setuptools to permit the latest version.

Changelog

Sourced from setuptools's changelog.

v63.0.0

Breaking Changes ^^^^^^^^^^^^^^^^

  • #3421: Drop setuptools' support for installing an entrypoint extra requirements at load time:
    • the functionality has been broken since v60.8.0.
    • the mechanism to do so is deprecated (fetch_build_eggs).
    • that use case (e.g. a custom command class entrypoint) is covered by making sure the necessary build requirements are declared.

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #3305: Updated the example pyproject.toml -- by :user:jacalata
  • #3394: This updates the documentation for the file_finders hook so that the logging recommendation aligns with the suggestion to not use distutils directly.
  • #3397: Fix reference for keywords to point to the Core Metadata Specification instead of PEP 314 (the live standard is kept always up-to-date and consolidates several PEPs together in a single document).
  • #3402: Reordered the User Guide's Table of Contents -- by :user:codeandfire

v62.6.0

Changes ^^^^^^^

  • #3253: Enabled using file: for requirements in setup.cfg -- by :user:akx (this feature is currently considered to be in beta stage).
  • #3255: Enabled using file: for dependencies and optional-dependencies in pyproject.toml -- by :user:akx (this feature is currently considered to be in beta stage).
  • #3391: Updated attr: to also extract simple constants with type annotations -- by :user:karlotness

v62.5.0

Changes ^^^^^^^

  • #3347: Changed warnings and documentation notes about experimental aspect of pyproject.toml configuration: now [project] is a fully supported configuration interface, but the [tool.setuptools] table and sub-tables are still considered to be in beta stage.
  • #3383: In _distutils_hack, suppress/undo the use of local distutils when select tests are imported in CPython.

Documentation changes ^^^^^^^^^^^^^^^^^^^^^

  • #3368: Added documentation page about extension modules -- by :user:mkoeppe

... (truncated)

Commits
  • edaf14a Bump version: 62.6.0 → 63.0.0
  • d680efc Merge pull request #3421 from benoit-pierre/pr/fix_60.8.0+_performance
  • dc64dfd add changelog entry
  • 26ff94e setuptools/tests: minor cleanup
  • 2b8a94c setuptools/vendored: drop nspektr
  • 36981f1 setuptools: drop support for installing an entrypoint dependencies
  • aa4fa92 setuptools: add test for distutils' entrypoints using extras
  • 641cb89 Merge pull request #3426 from matjansen/fix-userguide-typo
  • 55fd336 fix userguide typo
  • 1a45c10 Clarify include/exclude in docs about package discovery (#3420)
  • 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #563 (83ed604) into master (f668e68) will decrease coverage by 0.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #563      +/-   ##
==========================================
- Coverage   76.42%   76.27%   -0.15%     
==========================================
  Files          66       66              
  Lines        4755     4755              
==========================================
- Hits         3634     3627       -7     
- Misses       1121     1128       +7     
Flag Coverage Δ
python 76.27% <ø> (-0.15%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
flood_forecast/time_model.py 79.54% <0.00%> (-3.41%) :arrow_down:
flood_forecast/transformer_xl/multi_head_base.py 88.57% <0.00%> (-2.86%) :arrow_down:

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 f668e68...83ed604. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #564.