Skip to content

chore(deps): update dissmodel requirement from >=0.5.0 to >=0.6.2 in /services/worker#79

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/worker/dissmodel-gte-0.6.2
Open

chore(deps): update dissmodel requirement from >=0.5.0 to >=0.6.2 in /services/worker#79
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/services/worker/dissmodel-gte-0.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Updates the requirements on dissmodel to permit the latest version.

Release notes

Sourced from dissmodel's releases.

DisSModel v0.6.2

Fixed

  • SyncRasterModel.synchronize(): state variables loaded as temporal (time, y, x) arrays (e.g. when CubeClient.to_lucc_data() finds temporal catalog entries) now correctly use the first slice as the initial _past snapshot instead of copying the full 3D array, which caused shift2d to crash with ValueError: too many values to unpack.
  • _write_geotiff: casting a float array containing NaN to an integer dtype (e.g. int16) now fills NaN/inf with the band's nodata value before the cast, eliminating a RuntimeWarning: invalid value encountered in cast.
Changelog

Sourced from dissmodel's changelog.

[0.6.2] — 2026-06-15

Fixed

  • SyncRasterModel.synchronize(): state variables loaded as temporal (time, y, x) arrays (e.g. when CubeClient.to_lucc_data() finds temporal catalog entries) now correctly use the first slice as the initial _past snapshot instead of copying the full 3D array, which caused shift2d to crash with ValueError: too many values to unpack.
  • _write_geotiff: casting a float array containing NaN to an integer dtype (e.g. int16) now fills NaN/inf with the band's nodata value before the cast, eliminating a RuntimeWarning: invalid value encountered in cast.

[0.6.1] — 2026-06-12

Fixed

  • GeoTIFF write with mixed-dtype band_spec (e.g. int32 categorical + float32 continuous) silently truncated float bands to the first band's dtype. Bands are now promoted to the common NumPy result type (np.result_type) before writing.

Added

  • Test suites for dissmodel.io (utils, dispatch, storage, raster, vector, convert, xarray) and dissmodel.visualization (chart, map, env detection). Coverage: 55% → 79% (319 → 441 tests).

Notes

  • GeoTIFFs containing mixed-dtype bands saved with v0.6.0 may have truncated float bands. Re-exporting those files is recommended.

[0.6.0] — 2026-06-11

Breaking Changes

  • Environment.run(): end_time is now inclusive (TerraME-style) — the simulation executes every scheduled tick t with start_time <= t <= end_time. A model's own end_time is inclusive as well. Migration: if you previously used end_time=N_STEPS expecting N_STEPS executions starting at 0, use end_time=N_STEPS-1.

Added

  • RasterBackend: temporal (time, y, x) variable support — set(name, arr, time=coords) / get(name, time=t) (ceiling lookup via searchsorted, clamped at the boundaries), is_temporal, time_axis, and the temporal_band_names() / static_band_names() partition helpers; from_xarray / to_xarray import and export temporal variables with their time coordinates preserved. This is the integration substrate for DisSCube's

... (truncated)

Commits
  • 7e16467 Merge pull request #157 from DisSModel/develop
  • 283c8f9 Merge pull request #156 from DisSModel/fix-rasterbackend
  • 622a4df docs: update CHANGELOG for 0.6.2
  • d250938 Merge pull request #155 from DisSModel/develop
  • 40e06dc Merge pull request #154 from DisSModel/fix-rasterbackend
  • 211c052 fix: handle temporal state vars in synchronize(); silence NaN cast warning
  • 95199f9 Merge pull request #153 from DisSModel/main
  • 5b924d6 chore(release): versão 0.6.1 — fix de truncamento de dtype no GeoTIFF e suíte...
  • a2c7497 Merge pull request #151 from DisSModel/develop
  • 0f773ae Merge pull request #150 from DisSModel/doc/readme-platform-scope
  • 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 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)

Updates the requirements on [dissmodel](https://github.com/DisSModel/dissmodel) to permit the latest version.
- [Release notes](https://github.com/DisSModel/dissmodel/releases)
- [Changelog](https://github.com/DisSModel/dissmodel/blob/main/CHANGELOG.md)
- [Commits](DisSModel/dissmodel@v0.5.0...v0.6.2)

---
updated-dependencies:
- dependency-name: dissmodel
  dependency-version: 0.6.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants