Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 13, 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.1

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.
Changelog

Sourced from dissmodel's changelog.

[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 CubeClient.to_lucc_data()
  • ExperimentRecord.period: optional (start, end) temporal window recording which cube slices fed the simulation (provenance/reproducibility)

Fixed

  • ExperimentRecord.created_at: deprecated datetime.utcnow replaced by datetime.now(timezone.utc) — timestamps are now timezone-aware (ISO serialization gains a +00:00 offset)
  • RasterBackend.from_xarray: fixed Affine transform reconstruction when rebuilding a backend from an xarray.Dataset
  • Scheduler: clock no longer stalls when models finish before the environment's end_time (carried over from the unreleased 0.5.x line)

Changed

  • Version is now single-sourced from package metadata

... (truncated)

Commits
  • 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
  • 19f3375 doc(paper): trim main text to fit the JOSS 1750-word upper bound
  • e27c74a doc: replace coastal-dynamics with brmangue-dissmodel and refresh benchmark r...
  • 1b1d1df doc(paper): align claims with the core package capabilities
  • 2cb1928 doc(readme): scope README to the core package and add DisSModel Platform road...
  • a35c42d Merge pull request #149 from DisSModel/develop
  • 0f1d20f Merge pull request #148 from DisSModel/fix/doctest
  • 9660ed0 fix(executor): migrate Settings to SettingsConfigDict (Pydantic V2)
  • 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.1)

---
updated-dependencies:
- dependency-name: dissmodel
  dependency-version: 0.6.1
  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 Jun 13, 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