Recent Releases of Open Sustainable Technology Projects
FloodAdapt - v0.3.2
Changelog
All notable changes to this project will be documented in this file.
[0.3.2] - 2025-04-30
π Bug Fixes
- (dbs-builder) Make BenefitsModel and RiskModel in FiatModel optional (#743)
π Documentation
- (misc) Add release instructions (#633)
π Refactor
- (api) Cleanup api functions and signatures (#741)
[0.3.1] - 2025-04-25
π Features
- (object-model) Update synthetic rainfall to allow cumulative (#739)
π Bug Fixes
- (object-model) Remove unused list_objects method from DbsEvent class
[0.3.0] - 2025-04-23
π Features
-
(adapters) Save floodmap geotiffs in sfincs projection (#624)
-
(dbs-builder) Elevate add if statement for roads (#634)
-
(object-model) Refactor site.toml into several files (#630)
-
(misc) Add automated publish to pypi workflow (#615)
-
(dbs-builder) Added database-builder + templates to the srcdist
-
(object-model) Add support for user provided netcdf forcing files (#626)
-
(misc) Updates for benchmarking (#663)
-
(dbs-builder) Concat buildings and roads to one gdf (#645)
-
(adapters) Use flood depth maps (#661)
-
(misc) Add pixi for env management (#567)
-
(object-model) Add wind & rainfall netcdf forcings to the forcing factory (#676)
-
(object-model) Add NONE as a forcingsource for use in the gui (#677)
-
(dbs-builder) Allow for configuring new aggregation areas in the database builder (#678)
-
(object-model) Add duration property and conversion methods to ValueUnitPair (#692)
-
(object-model) Cleanup eventset serialization (#706)
-
(adapters) Allow for water depth and area method to be used in FIAT (#705)
-
(adapter) Add check for when converting scs or other rainfall to not error (#713)
-
(distribution) Update database builder executable creation script (#723)
π Bug Fixes
-
(adapters) Take out part that was creating single event output (#657)
-
(dbs-builder) Update path construction to default units in dbs-builder
-
(adapters) Fixed typo in inundation depth column name (#659)
-
(misc) Standardize and update logging throughout the code (#662)
-
(object-model) Correcting units in gauge plotting (#667)
-
(dbs-builder) Fixing database builder to work with site config refactor (#668)
-
(adapter) SfincsAdapter produces floodmap in correct units (#669)
-
(object-model) Add validate_allowed_forcings to Settings class (#674)
-
(object-model) Coarse timeseries for imported csv files (#672)
-
(object-model) Standardize units attribute among all classes (#682)
-
(object-model) Update allowed sources for events (#683)
-
(object-model) Update unit references in plotting (#684)
-
(adapters) Update hydromt-sfincs function calls in sfincsadapter (#685)
-
(adapters) Updated waterlevel references in Sfincs adapter (#688)
-
(dbs-builder) Corrected how the existence of rivers in the SFINCS model is checked (#689)
-
(api) Add overwrite option to save_measure function (#691)
-
(dbs-builder) Small bug fixes in database builder (#690)
-
(object-model) Event set frequency can be > 1 (#693)
-
(adapters) Added option to get damage types from fiat model (#695)
-
(dbs-builder) Bug where footprints_path is a string when it is expected to be a Path (#700)
-
(object-model) Change default for spw_file recreation to false (#703)
-
(misc) Prettify all string converted units (#708)
-
(misc) Remove unit system from Settings class (#717)
-
(object-model) Implement zero waterlevel reference solution (#715)
-
(misc) Improve directory cleanup with retry logic for locked files (#720)
-
(object-model) Fixed saving of csv/track/file-based forcings (#710)
-
(misc) Remove obsolete subprojects Fiat and Sfincs
-
(misc) Update build requirements to include pyinstaller and pefile with version constraints
-
(dbs-builder) Updates for latest water level refactor (#722)
-
(adapter) Offshore sfincs model fails when running risk scenarios (#725)
-
(adapter) Updated _cleanup_simulation_folder() to check the config and delete the entire simulation if needed (#727)
-
(dbs-builder) Update filename in entry point
-
(db-builder) Add setuptools to dependencies in build db-builder script
-
(dep) Add version constraints for hydromt-sfincs
-
Enable frozen builds in publish workflow
π Documentation
- (misc) Added a new video to the introduction (#686)
π Refactor
-
(adapters) FIAT adapter refactor (#654)
-
(adapters) Change name of direct_impacts module to impacts (#658)
-
(adapters) Use pydantic model for defining impact columns formatting (enables use of latest FIAT version (#694)
-
(object-model) Moved datum correction from datummodel to floodmodel (#724)
-
(dbs-controller) Update copy function in dbs template. (#726)
-
(object-model) Remove obsolete object model classes (#728)
-
(dbs-builder) Restructure database builder script with separated methods and unit testing. (#721)
-
(api) Move api functions into flood adapt class and cleanup file structure (#732)
π§ͺ Testing
-
(misc) Max 5 retires for restoring snapshots
-
(object-model) Unskip tests and make them pass (#660)
-
(object-model) Create input folder in test db at start of testing session (#709)
βοΈ Miscellaneous Tasks
-
(misc) Integrate pytest-cov for coverage reporting (#628)
-
(adapters) Update fiat_toolbox version to fix output bugs (#696)
-
(misc) Add sonarcloud scanning (#698)
-
(adapters) Update meteo handler to new version of cht_meteo (#699)
Fix
-
(object-model) Remove default events and forcings (#646)
-
(object-model) Standardize event forcings (#655)
Climate Change - Natural Hazard and Storm
- Python
Published by LuukBlom 1 day ago

xarray - v2025.04.0
This release brings bug fixes, better support for extension arrays including returning a
pandas.IntervalArray
from groupby_bins
, and performance improvements.
Thanks to the 24 contributors to this release:
Alban Farchi, Andrecho, Benoit Bovy, Deepak Cherian, Dimitri Papadopoulos Orfanos, Florian Jetter, Giacomo Caria, Ilan Gold, Illviljan, Joren Hammudoglu, Julia Signell, Kai Muehlbauer, Kai MΓΌhlbauer, Mathias Hauser, Mattia Almansi, Michael Sumner, Miguel Jimenez, Nick Hodgskin (π¦ Vecko), Pascal Bourgault, Philip Chmielowiec, Scott Henderson, Spencer Clark, Stephan Hoyer and Tom Nicholas
What's Changed
- Add new whats-new section by @dcherian in https://github.com/pydata/xarray/pull/10190
- DOC: Remove mention of netcdf pypi package by @VeckoTheGecko in https://github.com/pydata/xarray/pull/10197
- Apply ruff preview rule RUF046 by @DimitriPapadopoulos in https://github.com/pydata/xarray/pull/10199
- Fix sparse dask repr test by @dcherian in https://github.com/pydata/xarray/pull/10200
- add
scipy-stubs
as extra[types]
dependency by @jorenham in https://github.com/pydata/xarray/pull/10202 - Fix references to core classes in docs by @malmans2 in https://github.com/pydata/xarray/pull/10207
- Fixes dimension order in
xarray.Dataset.to_stacked_array
by @aFarchi in https://github.com/pydata/xarray/pull/10205 - CI: Automatic PR labelling is back by @VeckoTheGecko in https://github.com/pydata/xarray/pull/10201
- Add datatree repr asv by @Illviljan in https://github.com/pydata/xarray/pull/10214
DatasetView.map
fixkeep_attrs
by @mathause in https://github.com/pydata/xarray/pull/10219- Fix broken Sphinx Roles by @philipc2 in https://github.com/pydata/xarray/pull/10225
- Fix doctests by @jsignell in https://github.com/pydata/xarray/pull/10230
- Fix mypy failures on main by @jsignell in https://github.com/pydata/xarray/pull/10232
- Add RangeIndex by @benbovy in https://github.com/pydata/xarray/pull/10076
- opendap / dap4 support for pydap backend by @Mikejmnez in https://github.com/pydata/xarray/pull/10182
- Fix: Docs generation create temporary files that are not cleaned up. by @andrewendlinger in https://github.com/pydata/xarray/pull/10238
- Remove
test_dask_layers_and_dependencies
by @fjetter in https://github.com/pydata/xarray/pull/10242 - Fix mypy, min-versions CI, xfail Zarr tests by @dcherian in https://github.com/pydata/xarray/pull/10255
- Switch documentation to pydata-sphinx-theme by @TomNicholas in https://github.com/pydata/xarray/pull/8708
- Support extension array indexes by @ilan-gold in https://github.com/pydata/xarray/pull/9671
- Update how-to-add-new-backend.rst by @mdsumner in https://github.com/pydata/xarray/pull/10240
- Improve alignment checks by @benbovy in https://github.com/pydata/xarray/pull/10251
- Avoid stacking when grouping by chunked array by @dcherian in https://github.com/pydata/xarray/pull/10254
- BinGrouper: Support setting labels when provided with IntervalIndex by @dcherian in https://github.com/pydata/xarray/pull/10259
- Fix infinite recursion when calling
np.fix
by @gcaria in https://github.com/pydata/xarray/pull/10248 - Fix benchmarks runners by @dcherian in https://github.com/pydata/xarray/pull/10265
- Shorten text repr for
DataTree
by @jsignell in https://github.com/pydata/xarray/pull/10139 - Fix reduction by subset of grouper dimensions by @dcherian in https://github.com/pydata/xarray/pull/10258
- BinGrouper: reduce indirection by @dcherian in https://github.com/pydata/xarray/pull/10270
- Fix convert calendar on non-temporal data in datasets by @aulemahal in https://github.com/pydata/xarray/pull/10268
- add return_scalar=False as array_wrap kwarg by @gcaria in https://github.com/pydata/xarray/pull/10264
- GroupBy: Finish eagerly_compute_group deprecation by @dcherian in https://github.com/pydata/xarray/pull/10253
- (fix): remove
_getattr__
method forPandasExtensionArray
by @ilan-gold in https://github.com/pydata/xarray/pull/10250 - Release notes for 2025.04.0 by @dcherian in https://github.com/pydata/xarray/pull/10272
New Contributors
- @jorenham made their first contribution in https://github.com/pydata/xarray/pull/10202
- @aFarchi made their first contribution in https://github.com/pydata/xarray/pull/10205
- @mdsumner made their first contribution in https://github.com/pydata/xarray/pull/10240
Full Changelog: https://github.com/pydata/xarray/compare/v2025.03.1...v2025.04.0
Climate Change - Climate Data Standards
- Python
Published by dcherian 2 days ago

CoopCycle - Version 3.33.3
Full Changelog: https://github.com/coopcycle/coopcycle-web/compare/v3.33.2...v3.33.3
Consumption - Mobility and Transportation
- PHP
Published by alexsegura 2 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4236
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4236
Commits
- 4b4581ca: Fixed alignment issues (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4237
Commits
- 883762e8: Format fix (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4234
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_dotnet_latest
RELEASE_NAME=ui_dotnet_4235
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4234
Commits
- da09b73f: Fixed bugs (mimse)
- 408c44af: Fixed order of contacts (mimse)
- 300b9a58: chore: add license (github-actions[bot])
- 0567e614: Merge remote-tracking branch 'origin' into refactor/contact-details (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_dotnet_4234
Commits
- da09b73f: Fixed bugs (mimse)
- 408c44af: Fixed order of contacts (mimse)
- 300b9a58: chore: add license (github-actions[bot])
- 0567e614: Merge remote-tracking branch 'origin' into refactor/contact-details (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4235
Commits
- 93633ee7: Update client (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_dotnet_4235
Commits
- 93633ee7: Update client (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4234
Commits
- da09b73f: Fixed bugs (mimse)
- 408c44af: Fixed order of contacts (mimse)
- 300b9a58: chore: add license (github-actions[bot])
- 0567e614: Merge remote-tracking branch 'origin' into refactor/contact-details (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4235
Commits
- 93633ee7: Update client (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4232
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4232
Commits
- da09b73f: Fixed bugs (mimse)
- 884e3288: Update libs/dh/globalization/assets-localization/src/assets/i18n/en.json
Co-authored-by: Dzhavat Ushev [email protected] (web-flow)
- b31433e9: Remove id (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

Power Grid Model - v1.10.98
What's Changed
- Current sensor validation tests by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/968
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.97...v1.10.98
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4233
Commits
- 5d6ff924: fix(dh): adjustments to measurements (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_dotnet_4233
Commits
- 5d6ff924: fix(dh): adjustments to measurements (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_frontend_4232
Commits
- da09b73f: Fixed bugs (mimse)
- 884e3288: Update libs/dh/globalization/assets-localization/src/assets/i18n/en.json
Co-authored-by: Dzhavat Ushev [email protected] (web-flow)
- b31433e9: Remove id (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 2 days ago

GreenForce - ui_dotnet_4228
Commits
- 3b9632e7: Update client (ManBearTM)
- 69509fec: Remove unused field (ManBearTM)
- 73a23f74: Add some debug code for ApolloDataSource (ManBearTM)
- 3bd50f59: Add quick support for new message archive endpoint (ManBearTM)
- 01856cf8: Add new messages tab (ManBearTM)
- 74cee824: Add new operations (ManBearTM)
- 55608219: Remove old code (ManBearTM)
- 7593bf05: Export details from message archive (ManBearTM)
- 51370561: Add translations (ManBearTM)
- 0c07c853: Copy SortDirection to Modules/Common/Enums (ManBearTM)
- cfca825d: Add new custom DocumentType that contains all types (ManBearTM)
- 7c91d722: Create extension for MeteringPointDocumentType (ManBearTM)
- c527fe43: Add local ArchivedMessage type (ManBearTM)
- 81c359f8: Copy ArchivedMessageSortInput (ManBearTM)
- a2875f2b: Add new MessageArchive module (ManBearTM)
- da9cfddf: Add SortInputType (ManBearTM)
- e14a87d1: Remove registration for EDI V1 client (ManBearTM)
- 894240e5: Rename DocumentType to SearchDocumentType (ManBearTM)
- 88669d8a: Add translation for new documentType (ManBearTM)
- 1c73da23: Fix translations (ManBearTM)
- eba940c0: Fix ordering to match RSM identifier (ManBearTM)
- e8f2027a: Add missing type (ManBearTM)
- 97b1fe39: Move documentTypeIdentifier logic to domain lib (ManBearTM)
- bdd5dd5a: Fix documentType options for message archive (ManBearTM)
- f2a8268a: Fix graphql operation file for message archive (ManBearTM)
- eeb934df: Fix graphql file for metering point messages (ManBearTM)
- f8dc6dc7: Fix documentType + only show actor filters for admins (ManBearTM)
- e065b774: Merge branch 'main' into feat/metering-point-messages (web-flow)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 3 days ago

CoopCycle - Version 3.33.2
What's Changed
- Feat: improve cart loading time by @Atala in https://github.com/coopcycle/coopcycle-web/pull/4963
Full Changelog: https://github.com/coopcycle/coopcycle-web/compare/v3.33.0...v3.33.2
Consumption - Mobility and Transportation
- PHP
Published by alexsegura 3 days ago

Power Grid Model - v1.10.97
What's Changed
- Fix output residuals for current sensor by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/961
- document high-level design PGM by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/969
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.96...v1.10.97
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 days ago

cbers4asat - cbers4asat-v0.9.2
What's Changed
- Fix: Corrige join de url para windows, onde o
os.join
adicionava contra-barras na URL. by @gabriel-russo in https://github.com/gabriel-russo/cbers4asat/pull/34
Full Changelog: https://github.com/gabriel-russo/cbers4asat/compare/cbers4asat-v0.9.1...cbers4asat-v0.9.2
Sustainable Development - Environmental Satellites
- Python
Published by gabriel-russo 3 days ago

VEDA Dashboard - v6.5.1
What's changed
π Fixes
- fix: Legend does not overflow for categorical legend type (#1610)
- fix: Legend does not overflow for categorical legend type
Sustainable Development - Data Catalogs and Interfaces
- TypeScript
Published by github-actions[bot] 3 days ago

Oceananigans.jl - v0.96.22
Oceananigans v0.96.22
Merged pull requests:
- Add a performance benchmark pipeline (#4375) (@simone-silvestri)
- Improve z-star tracer conservation tests (#4403) (@NoraLoose)
- Fused multiply add (fma) in stencil operations (#4407) (@simone-silvestri)
- Remove stretched advection (#4411) (@simone-silvestri)
- Don't invoke comm buffers on non-distributed grids and move to DistributedComputations (#4414) (@glwagner)
- Fix summary for
PartialCellBottom
(#4425) (@tomchor) - Add CATKE and GPU dycore paper references (#4426) (@navidcy)
- Update CATKE docstring (#4427) (@navidcy)
- Remove trailing spaces part 2 (#4429) (@navidcy)
- Remove trailing white spaces part 3 (#4430) (@tomchor)
- Add operators functions for reciprocals of metrics (#4431) (@simone-silvestri)
- Add newton_div utility for fast (but approximate) mixed-precision computation of divisions (#4432) (@glwagner)
- Ensure user diffusivity NamedTuple have correct ordering (#4437) (@glwagner)
- Use tuple instead of vector in
tilted_bottom_boundary_layer.jl
(#4439) (@simone-silvestri) - Compute the difference between the latest main and the PR (#4440) (@simone-silvestri)
- (0.96.22) Make NetCDFWriter work with GPU grids with stretched dimensions (#4441) (@tomchor)
- Improve benchmarks yml (#4442) (@simone-silvestri)
- Making condition size mismatch error a bit more helpful (#4443) (@taimoorsohail)
- Add Souza et al. 2025 + reorder refs chronologically (#4444) (@navidcy)
- CompatHelper: add new compat entry for MuladdMacro at version 0.2, (keep existing compat) (#4445) (@github-actions[bot])
- Use vertical spacing reciprocal in implicit solver (#4447) (@simone-silvestri)
- Adding the possibility of having dynamical particles (#4448) (@simone-silvestri)
Closed issues:
- Tracer conservation is broken in
ZStar
with Julia 1.11.4 (#4340) - Improve and Verify Z-Star Tracer Conservation Tests (#4395)
- NetCDFWriter scalar indexing error on GPU (#4397)
- Tilted BBL example not working on GPU (#4438)
Hydrosphere - Ocean Models
- Julia
Published by github-actions[bot] 3 days ago

GreenForce - ui_dotnet_latest
RELEASE_NAME=ui_dotnet_4231
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 3 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4231
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 3 days ago

GreenForce - ui_dotnet_4231
Commits
- 92a6b172: See long as a string (mimse)
- 8c5a7e7b: Reset (mimse)
- 76d87554: Schema (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 3 days ago

GreenForce - ui_frontend_4231
Commits
- 92a6b172: See long as a string (mimse)
- 8c5a7e7b: Reset (mimse)
- 76d87554: Schema (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 3 days ago

Power Grid Model - v1.10.96
What's Changed
- Allow meshed control transformers by @nitbharambe in https://github.com/PowerGridModel/power-grid-model/pull/927
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.95...v1.10.96
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 3 days ago

GreenForce - ui_frontend_4230
Commits
- 5a746dd5: fix(dh): minor adjustments to measurements (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

Power Grid Model - v1.10.95
What's Changed
- Add missing permissions to publish into PyPI by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/971
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.94...v1.10.95
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 days ago

GreenForce - ui_frontend_4229
Commits
- 3850110b: feat(watt): add Netherlands to phone field (dzhavat)
- 559c24f6: chore(watt): bump version (github-actions[bot])
- 1c0b4387: feat(watt): add Netherlands to icons overview (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

SpeedyWeather.jl - v0.15.0
SpeedyWeather v0.15.0
Breaking changes
- Make KolmogorovFlow forcing default for BarotropicModel #687
Non-breaking changes
- RingGrid and LowerTriangularArray longitude rotation #710
- ImplicitShallowWater without precomputed arrays #717
- CUDA-ised spectral transform #602
- Fix isapprox for particles with longitude modulo #714
- Fix docustring rendering #712
- Updated documentation to include four illustrative figures in the large-scale precipitation and convection sections #702
- Added documentation to output surface variables #708
get_gridcell_polygons
in RingGrids #706- Revised extended CI tests for differentiability can be launched on comment in PRs #695, #696, #697, #698
- Reverse for AbstractGridArrays #691
- LandGeometry, LandThermodynamics as component of LandModel, DryLandModel #677
- Diagnostic albedo separate for ocean/land #677
- Increasing precision for accumulated precipitation output #685
- Allow steps to be specified for for run!(simulation, steps=n) #684
- Restrict extended CI tests to Julia v1.10 (due to Enzyme) #681
- SigmaCoordinates constructors #679
- Full timestepping differentiable by Enzyme with Julia 1.10 #656
- Type instabilities etc flagged by Reactant #674
- Added JLD2 Output to directly output PrognosticVariables and DiagnosticVariables #675
- Compat for GPUArrays v11, JLArrays 0.2, KernelAbstractions 0.9 #658
- MITgcm's 2-layer land bucket model #672
- Fix grid_cell_average! bugs for some grids and resolutions #673
- Interfaces for interpolation of AbstractGridArray #671
- Test folder sorted into subfolders #671
- Land model modularised + land netCDF output #671
Merged pull requests:
- Implementation of CUDA-ised transform (#602) (@jackleland)
- Differentiability tests for time stepping (#656) (@maximilian-gelbrecht)
- bump compat to GPUArrays v11, JLArrays v0.2, KernelAbstractions 0.9 (#658) (@milankl)
- Land model modularised (#671) (@milankl)
- Grid cell average bug fixes (#673) (@milankl)
- Changes for Reactant.jl (#674) (@milankl)
- JLD2 Output (#675) (@maximilian-gelbrecht)
- Modular land model + diagnostic albedo, independent for ocean/land (#677) (@milankl)
- SigmaCoordinates double-defined () constructor (#679) (@milankl)
- Extended tests only on 1.10 (#681) (@maximilian-gelbrecht)
- run! with steps argument (#684) (@milankl)
- Increase output precision for accumulated precip (#685) (@milankl)
- Make KolmogorovFlow default for BarotropicModel (#687) (@milankl)
- Reverse for AbstractGridArray (#691) (@milankl)
- Extended tests on comment and (maybe) all passing (#695) (@maximilian-gelbrecht)
- Extended tests launched on comment on PR branch (#696) (@maximilian-gelbrecht)
- Revising extended tests (#697) (@maximilian-gelbrecht)
- Bump xt0rted/pull-request-comment-branch from 1 to 3 (#698) (@dependabot[bot])
- Documentation of convection (#702) (@sunmoumou1)
- Move get_faces function from extension to RingGrids (#706) (@milankl)
- Documentation: surface variable output (#708) (@maximilian-gelbrecht)
- RingGrid and LowerTriangularArray (longitude) rotation (#710) (@milankl)
- Fix docstring rendering (#712) (@navidcy)
- Add mod(lon, 360) for isapprox particles (#714) (@milankl)
- Shallow water implicit without precomputed arrays (#717) (@milankl)
- bump to v0.15 (#718) (@milankl)
Closed issues:
- Simplified spectral transform towards GPU version (#575)
- Particle modulo bug (#655)
- Grainy convection/precipitation in long simulations (#683)
- NoVegetation broken (#688)
- Error when adding surface pressure vector as netCDF output variable to model (#707)
Atmosphere - Atmospheric Composition and Dynamics
- Julia
Published by github-actions[bot] 4 days ago

Power Grid Model - v1.10.94
What's Changed
- patch automatic publish PyPI by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/965
- Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 by @dependabot in https://github.com/PowerGridModel/power-grid-model/pull/970
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.93...v1.10.94
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 4 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4211
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

GreenForce - ui_frontend_4211
Commits
- 3a3d95d2: An optional icon can now be displayed next to the modal title. (Supelana)
- 278630a2: style: format (github-actions[bot])
- 7c0571ec: chore(watt): bump version (github-actions[bot])
- be9b5deb: Merge branch 'main' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- cb33fb97: chore(watt): bump version (github-actions[bot])
- 15ae2c2b: fix (Supelana)
- f16005f9: Merge branch 'feature/modal-icon' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- 4ab343e5: fix (Supelana)
- 554927b1: style: format (github-actions[bot])
- 8250b549: Merge branch 'main' into feature/modal-icon (web-flow)
- ec2dfddd: Merge branch 'main' into feature/modal-icon (web-flow)
- 2211fb86: fix (Supelana)
- 2c64e93b: chore(watt): bump version (github-actions[bot])
- 61d26ed7: Merge branch 'main' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

EVCC - 0.203.4
Changelog
- 2eb6d31c2a0211a755d1785f24e816e076081926 Green Grid Compass: fix type (#20904)
- 7cd94aa18716ac39b395dc7ef68b7100ae04f0e9 KEBA: Add KeContact P40 models (#20860)
- 153b1b61b0638f429d103d423e383bee19cfe309 Loadpoint: allow fine-grained battery boost (#19385)
- 142a3a5210a7dc3f7de533d2614c2be3f134c7ec Modbus: use 10s timeout
- 832012ef150ead8a5b535bbd28c075d29c5cfd33 Planner: add precondition phase before departure (#20431)
- 4d6bf165a7363939e6b4121bdea8052d64fb2100 Shelly: re-enable PM Mini Gen3 (#20855)
- dab056190e0658828c58365e389936f5b7feb645 Tibber: increase websocket read timeout (#20895)
- 43637af30d9b9faee605a0066d052c6f1a9a92ef Vestel: add RFID support (#20858)
Consumption - Mobility and Transportation
- Go
Published by andig 4 days ago

GreenForce - ui_frontend_4228
Commits
- 3b9632e7: Update client (ManBearTM)
- 69509fec: Remove unused field (ManBearTM)
- 73a23f74: Add some debug code for ApolloDataSource (ManBearTM)
- 3bd50f59: Add quick support for new message archive endpoint (ManBearTM)
- 01856cf8: Add new messages tab (ManBearTM)
- 74cee824: Add new operations (ManBearTM)
- 55608219: Remove old code (ManBearTM)
- 7593bf05: Export details from message archive (ManBearTM)
- 51370561: Add translations (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

GreenForce - ui_frontend_4227
Commits
- 6c72d06b: Extract schedule field to separate component (ManBearTM)
- c74f16c2: Give filter chips a name (ManBearTM)
- 6b8279a3: Add linting to shared badge component (ManBearTM)
- adf8e251: Extract form logic and fields to separate components (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 4 days ago

pypsa-usa - v0.6.0
What's Changed
- Update DAGs on Documentation Site by @trevorb1 in https://github.com/PyPSA/pypsa-usa/pull/517
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/pypsa-usa/pull/501
- new linting by @ktehranchi in https://github.com/PyPSA/pypsa-usa/pull/533
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/pypsa-usa/pull/549
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/pypsa-usa/pull/569
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/pypsa-usa/pull/570
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/PyPSA/pypsa-usa/pull/579
v0.6.0
Release Candidate by @trevorb1 in https://github.com/PyPSA/pypsa-usa/pull/594
Full Changelog: https://github.com/PyPSA/pypsa-usa/compare/v0.5.0...v0.6.0
Energy Systems - Global and Regional Energy System Models
- Python
Published by trevorb1 6 days ago

Low Carbon Fuel Standard - 1.0.0-20250425215320
This is an automated release π
Renewable Energy - Bioenergy
- Python
Published by github-actions[bot] 6 days ago

wetterdienst - v0.108.0
What's Changed
- Improve restapi look and add impressum by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1451
- Use dataclass everywhere by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1453
- Fix numerous radar tests by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1454
- Refactor query method by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1456
- Adjust retry of function
download_file
by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1457 - Restapi: Add uvloop and httptools for speed via
uvicorn[standard]
by @gutzbenj in https://github.com/earthobservations/wetterdienst/pull/1458
Full Changelog: https://github.com/earthobservations/wetterdienst/compare/v0.107.0...v0.108.0
Atmosphere - Meteorological Observation and Forecast
- Python
Published by gutzbenj 6 days ago

Power Grid Model - v1.10.93
What's Changed
- Fix MacOS build for Xcode 16.3 by @figueroa1395 in https://github.com/PowerGridModel/power-grid-model/pull/956
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.92...v1.10.93
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4227
Commits
- 6c72d06b: Extract schedule field to separate component (ManBearTM)
- c74f16c2: Give filter chips a name (ManBearTM)
- 6b8279a3: Add linting to shared badge component (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4225
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4225
Commits
- 755f2136: Allways show badges (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4226
Commits
- b6a03b02: Only use label for watt-field when it is not in chipMode (ManBearTM)
- d6ecf568: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4211
Commits
- 3a3d95d2: An optional icon can now be displayed next to the modal title. (Supelana)
- 278630a2: style: format (github-actions[bot])
- 7c0571ec: chore(watt): bump version (github-actions[bot])
- be9b5deb: Merge branch 'main' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- cb33fb97: chore(watt): bump version (github-actions[bot])
- 15ae2c2b: fix (Supelana)
- f16005f9: Merge branch 'feature/modal-icon' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- 4ab343e5: fix (Supelana)
- 554927b1: style: format (github-actions[bot])
- 8250b549: Merge branch 'main' into feature/modal-icon (web-flow)
- ec2dfddd: Merge branch 'main' into feature/modal-icon (web-flow)
- 2211fb86: fix (Supelana)
- 2c64e93b: chore(watt): bump version (github-actions[bot])
- 61d26ed7: Merge branch 'main' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

PySDM - PySDM v2.118
What's Changed
- bring back PyPI-conforming lowercase name of the project by @slayoo in https://github.com/open-atmos/PySDM/pull/1584
Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.117...v2.118
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by slayoo 6 days ago

PySDM - PySDM v2.117
What's Changed
- Minimize setup.py and update pyproject.toml + numerous pre-commit changes by @Sfonxu in https://github.com/open-atmos/PySDM/pull/1577
Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.116...v2.117
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by slayoo 6 days ago

GreenForce - ui_frontend_4222
Commits
- f2d9f2b2: Only show protected address highlight if some customers have it (mimse)
- ebf79af4: Check address as well (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_dotnet_latest
RELEASE_NAME=ui_dotnet_4221
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4221
Commits
- d030104a: Added show only changed values filter (mimse)
- 425306b0: Schema (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_dotnet_4221
Commits
- d030104a: Added show only changed values filter (mimse)
- 425306b0: Schema (mimse)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4220
Commits
- 744baf14: fix(dh): show circle when data quality has changed (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_dotnet_4220
Commits
- 744baf14: fix(dh): show circle when data quality has changed (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4219
Commits
- 77beeca7: chore(e2e-dh): update dependencies (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 6 days ago

GreenForce - ui_frontend_4220
Commits
- 744baf14: fix(dh): show circle when data quality has changed (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_4220
Commits
- 744baf14: fix(dh): show circle when data quality has changed (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

Power Grid Model - v1.10.92
What's Changed
- add current sensor + power sensor variance diff to ILSE docs by @mgovers in https://github.com/PowerGridModel/power-grid-model/pull/962
Full Changelog: https://github.com/PowerGridModel/power-grid-model/compare/v1.10.91...v1.10.92
Energy Systems - Grid Analysis and Planning
- C++
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4219
Commits
- 77beeca7: chore(e2e-dh): update dependencies (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

FloodAdapt - v0.3.1
What's Changed
- feat(object-model): update synthetic rainfall to allow cumulative by @LuukBlom in https://github.com/Deltares-research/FloodAdapt/pull/739
Full Changelog: https://github.com/Deltares-research/FloodAdapt/compare/v0.3.0...v0.3.1
Climate Change - Natural Hazard and Storm
- Python
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4218
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4218
Commits
- ca091ef0: fix(dh): set default route for measurements (dzhavat)
- 9d41d5d9: fix(dh): translate column (dzhavat)
- 5f70df4b: fix(dh): translate navigation buttons (dzhavat)
- ef3c1584: Merge branch 'main' into fix-v040 (dzhavat)
- ff9a9bd7: fix(dh): minor adjustments (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4218
Commits
- ca091ef0: fix(dh): set default route for measurements (dzhavat)
- 9d41d5d9: fix(dh): translate column (dzhavat)
- 5f70df4b: fix(dh): translate navigation buttons (dzhavat)
- ef3c1584: Merge branch 'main' into fix-v040 (dzhavat)
- ff9a9bd7: fix(dh): minor adjustments (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4217
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_latest
RELEASE_NAME=ui_dotnet_4217
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4217
Commits
- 191374f5: Year view with mock data (mimse)
- 3585b2d3: Mocked data (mimse)
- 62b79632: Schema (mimse)
- be50df31: chore: add license (github-actions[bot])
- 3ba5d166: style: format (github-actions[bot])
- e70a8632: Merge remote-tracking branch 'origin' into feature/mocked-data-model (mimse)
- 0bc7cc91: Fixed merge issues (mimse)
- 2acc4ed3: Merge branch 'feature/mocked-data-model' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/mocked-data-model (mimse)
- 0199d36d: Merge branch 'main' into feature/mocked-data-model (web-flow)
- a2f24e83: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_4217
Commits
- 191374f5: Year view with mock data (mimse)
- 3585b2d3: Mocked data (mimse)
- 62b79632: Schema (mimse)
- be50df31: chore: add license (github-actions[bot])
- 3ba5d166: style: format (github-actions[bot])
- e70a8632: Merge remote-tracking branch 'origin' into feature/mocked-data-model (mimse)
- 0bc7cc91: Fixed merge issues (mimse)
- 2acc4ed3: Merge branch 'feature/mocked-data-model' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/mocked-data-model (mimse)
- 0199d36d: Merge branch 'main' into feature/mocked-data-model (web-flow)
- a2f24e83: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4217
Commits
- 191374f5: Year view with mock data (mimse)
- 3585b2d3: Mocked data (mimse)
- 62b79632: Schema (mimse)
- be50df31: chore: add license (github-actions[bot])
- 3ba5d166: style: format (github-actions[bot])
- e70a8632: Merge remote-tracking branch 'origin' into feature/mocked-data-model (mimse)
- 0bc7cc91: Fixed merge issues (mimse)
- 2acc4ed3: Merge branch 'feature/mocked-data-model' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/mocked-data-model (mimse)
- 0199d36d: Merge branch 'main' into feature/mocked-data-model (web-flow)
- a2f24e83: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_4217
Commits
- 191374f5: Year view with mock data (mimse)
- 3585b2d3: Mocked data (mimse)
- 62b79632: Schema (mimse)
- be50df31: chore: add license (github-actions[bot])
- 3ba5d166: style: format (github-actions[bot])
- e70a8632: Merge remote-tracking branch 'origin' into feature/mocked-data-model (mimse)
- 0bc7cc91: Fixed merge issues (mimse)
- 2acc4ed3: Merge branch 'feature/mocked-data-model' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/mocked-data-model (mimse)
- 0199d36d: Merge branch 'main' into feature/mocked-data-model (web-flow)
- a2f24e83: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4213
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4213
Commits
- 0a06a071: Try to run generate before tests
Even though it should be covered by "dependsOn" (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_4217
Commits
- 191374f5: Year view with mock data (mimse)
- 3585b2d3: Mocked data (mimse)
- 62b79632: Schema (mimse)
- be50df31: chore: add license (github-actions[bot])
- 3ba5d166: style: format (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4218
Commits
- ca091ef0: fix(dh): set default route for measurements (dzhavat)
- 9d41d5d9: fix(dh): translate column (dzhavat)
- 5f70df4b: fix(dh): translate navigation buttons (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4211
Commits
- 3a3d95d2: An optional icon can now be displayed next to the modal title. (Supelana)
- 278630a2: style: format (github-actions[bot])
- 7c0571ec: chore(watt): bump version (github-actions[bot])
- be9b5deb: Merge branch 'main' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- cb33fb97: chore(watt): bump version (github-actions[bot])
- 15ae2c2b: fix (Supelana)
- f16005f9: Merge branch 'feature/modal-icon' of https://github.com/Energinet-DataHub/greenforce-frontend into feature/modal-icon (Supelana)
- 4ab343e5: fix (Supelana)
- 554927b1: style: format (github-actions[bot])
- 8250b549: Merge branch 'main' into feature/modal-icon (web-flow)
- ec2dfddd: Merge branch 'main' into feature/modal-icon (web-flow)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_latest
RELEASE_NAME=ui_frontend_4216
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4216
Commits
- 1889f0d7: Use raw value for getting calculationType
This is because when selecting internal calculations, the
calculationType will be set to Aggregation and then disabled. This means
it is not included when getting .value and has to be read using
getRawValues (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

EPyT-Flow - v0.12.0
- Several bug fixes and (minor) improvements
- Speed up simulation: Cache network topology whenever possible
- ScenarioSimulator:
- Add EPANET-MSX time step to "set_general_parameters"
- Add get_node_base_demand() function
- Visualization:
- Add pump energy consumption and efficiency as node features
- Bulk species concentration can be plotted
- Add custom EPANET and EPANET-MSX wrapper with improved error/warning handling
- Add warning/error codes to ScadaData
- Add helper function: level_to_volume
- Update REST API
- Remove several deprecated modules
Natural Resources - Water Supply and Quality
- Python
Published by andreArtelt 7 days ago

GreenForce - ui_frontend_4215
Commits
- 288aaa3d: feat(dh): add sort by to table (dzhavat)
- 2f73ea17: fix(watt): set margin on column arrow (dzhavat)
- ae2bb6df: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

EVCC - 0.203.3
Changelog
- 2a403daa9067ab63986cd9daa9ddb41bc7e668a3 Akkudoktor: deprecate as unreliable
- 17a3a0d834ffe245eb84628b59a64b7be79d77ad Battery Settings UI: improve readability (#20793)
- ef0a12d9a446aef4b3adf7757d6ca2407f72583c Config UI: Modbus Comset 8N2, i18n (#20830)
- 956480f9cb2fa424aa862cc8084fc60f38724c00 Config UI: allow setting priority=0 (#20795)
- 0260c63cf4df15af9c24dad330066719ba8a6d43 Easee: revert wait for essential state during boot (#20646) (#20822)
- c35a62cd9425486aa59a4e9058a4f806f8c3551b Shelly: prefer meter over switch for measurements (#20835)
- c96df5ac25a4bdf236e78a04f066aa5a542e79f6 Shelly: use TotalIn for sml totalenergy (#20826)
- bacf49fd12473fe56bbf86c70cfbb3e9eb978f5c Shelly: use methods instead of models (#20802)
- 3c131e4783052a29904380c1cf915b48293a3a91 Sunspec: add 1p meter (#20797)
- 8fb8efb16b77bb29cd19c361c830bd0b63a4d4d7 Tibber: pass more descriptive user agent when connecting (#20841)
- 3c3ab44594dc53e971bb7749f562e52e122ea3d9 devcontainer: fix conflicting go versions on setup (#20825)
Consumption - Mobility and Transportation
- Go
Published by andig 7 days ago

GreenForce - ui_frontend_4212
Commits
- 80df7bbf: feat(dh): adjustments to measurements details (dzhavat)
- 2ab46616: fix(dh): use columns to figure out displayed columns (dzhavat)
- 12a23c9b: fix(dh): remove unused import (dzhavat)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

Brick - Nightly Build 2025-04-25
Commits
- 62f7942: Fix REC patches: rdf:Class β rdfs:Class (#691) (ektrah) #691
- 2482b8f: Move rec:Wing under rec:Architecture (#688) (ektrah) #688
- be171ea: Mark brick:powerFlow and brick:powerFlow explicitly as deprecated (#690) (ektrah) #690
Consumption - Buildings and Heating
- Python
Published by github-actions[bot] 7 days ago

PySDM - PySDM v2.116
What's Changed
- bump setup-julia github action version; switch julia CI runs from ubuntu to macos (workarounding Julia vs. OpenSSL linking issue with new Ubuntu); point PyCall to the same python as used by
pip install ...
by @Sfonxu in https://github.com/open-atmos/PySDM/pull/1583 - add new example for ventilation factors (Pruppacher and Rasmussen 1979) by @AgnieszkaZaba in https://github.com/open-atmos/PySDM/pull/1573
Full Changelog: https://github.com/open-atmos/PySDM/compare/v2.115...v2.116
Atmosphere - Atmospheric Chemistry and Aerosol
- Python
Published by slayoo 7 days ago

GreenForce - ui_frontend_4214
Commits
- 2395270d: Delay blur to ensure correct order of execution (ManBearTM)
- 7634ee33: chore(watt): bump version (github-actions[bot])
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

MAPL - MAPL 2.55.1
This is a patch release of MAPL 2.55 which renames a module for conservative vertical regridding code so as to not conflict so an external module. It also adds a few error traps in ExtData when processing vertical coordinate for use in regridding
Testing shows zero-diff to MAPL 2.55.0
This version of MAPL was tested with:
- Intel Fortran Classic (
ifort
) 2021.6.0 and 2021.13 - Intel Fortran (
ifx
) 2025.0 - GCC 13.2.0 and 14.2.0
- NAG 7.2
The libraries this version of MAPL is currently tested with are below.
- Baselibs 7.32.0
- netcdf-c 4.9.2
- netcdf-fortran 4.6.1
- ESMF 8.8.0 (Note: MAPL only requires 8.6.1 at the moment)
- GFE 1.16.0
- gFTL 1.15.2
- gFTL-shared 1.10.0
- pFUnit 4.11.1 (optional)
- fArgParse 1.9.0 (if
-DBUILD_WITH_FARGPARSE=YES
, default=YES
) - pFlogger 1.16.1 (if
-DBUILD_WITH_PFLOGGER=YES
, default=YES
)
- UDUNITS2 2.28.8
Also, if you build with Baselibs and/or -DUSE_F2PY=ON
, you should use (at least):
- ESMA_cmake v3.58.1
We recommend most external users set -DUSE_F2PY=OFF
We also require CMake 3.24 or higher.
CHANGELOG.md
From Fixed
- Renamed module for convervative vertical regridding code so as to not conflict so an external module
Added
- Added a few error traps in ExtData when processing veritcal coordinate for use in regridding
What's Changed
- fixes #3636 by @bena-nasa in https://github.com/GEOS-ESM/MAPL/pull/3642
Full Changelog: https://github.com/GEOS-ESM/MAPL/compare/v2.55.0...v2.55.1
Climate Change - Earth and Climate Modeling
- Fortran
Published by mathomp4 7 days ago

EODAG - v3.3.2
What's Changed
Bug Fixes
- providers: creodias and cop_dataspace products title mapping by @sbrunato in https://github.com/CS-SI/eodag/pull/1635
Refactoring
- core: authentication for get_quicklook by @cauriol in https://github.com/CS-SI/eodag/pull/1608
Continuous Integration
- update changelog generation by @sbrunato in https://github.com/CS-SI/eodag/pull/1627
- fixed changelog generation by @sbrunato in https://github.com/CS-SI/eodag/pull/1630
- token usage for coverage report publishing by @sbrunato in https://github.com/CS-SI/eodag/pull/1633
Full Changelog: https://github.com/CS-SI/eodag/compare/v3.3.1...v3.3.2
Sustainable Development - Data Catalogs and Interfaces
- Python
Published by sbrunato 7 days ago

Antares Simulator -
Energy Systems - Energy System Modeling Frameworks
- C
Published by Juliette-Gerbaux 7 days ago

satpy - Version 0.56.0 (2025/04/24)
Issues Closed
- Issue 3108 - Custom composite for reader 'generic_image'
- Issue 3105 - gradient_search and native resampling not working with GOES-18
- Issue 3104 - Replace all blue colors with transparent color
- Issue 3103 - GeoTIFF. Reader 'generic_image'. No supported files found
- Issue 3098 - SEVIRI. Where is built-in composite group_radiance_alpha defined?
- Issue 3095 - Unable to run operations of MTG xarray.Dataset
- Issue 3092 - maskingcompositor assumes the mask to be 2d array (PR 3093 by @TAlonglong)
- Issue 3067 -
fci_l1c_nc
reader drops channel attributeradiance_unit_conversion_coefficient
when more than one file is loaded (PR 3111 by @ClementLaplace) - Issue 3015 - extrapolation of satellite relative azimuiths? (PR 3017 by @simonrp84)
In this release 9 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 3115 - Fix padding for FCI xx coverage
- PR 3113 - Fix angles tests computing xarray DataArrays instead of dask arrays
- PR 3111 - Fix unit radiance attrs (3067)
- PR 3110 - Improve handling of category products in VIIRS EDR reader
- PR 3093 - Fix 3D masks with size 1 dimension in MaskingCompositor (3092)
- PR 3088 - Deprecate "cira_day_convection" in favor of "convection"
- PR 3017 - Fix SLSTR angle interpolation. (3015)
- PR 3016 - Update scale factor and offset [viirs_l1b]
Features added
- PR 3115 - Fix padding for FCI xx coverage
- PR 3112 - Fci l1c handle other coverage
- PR 3097 - Add SWIR composite to Sentinel-2/MSI.
- PR 3091 - Fix
RatioCompositor
standard_name
handling - PR 3090 - Add enhancement trace logging and print function
- PR 3089 - Add ABI Day Cloud Type ("cloud_type") RGB
- PR 3087 - Add ABI Blowing Snow RGB
- PR 3080 - Add reader for EarthCARE MSI L1 data
- PR 3040 - Unpin dask
- PR 2891 - Update VIIRS L1b reader to use additional netcdf attributes
Backward incompatible changes
- PR 3088 - Deprecate "cira_day_convection" in favor of "convection"
In this release 19 pull requests were closed.
Sustainable Development - Environmental Satellites
- Python
Published by mraspaud 7 days ago

GreenForce - ui_frontend_4213
Commits
- 0a06a071: Try to run generate before tests
Even though it should be covered by "dependsOn" (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

CoopCycle - v3.33.1-beta1
Consumption - Mobility and Transportation
- PHP
Published by Atala 7 days ago

GreenForce - ui_dotnet_latest
RELEASE_NAME=ui_dotnet_4165
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_dotnet_4165
Commits
- 314731a9: Initial, does not build (RasmusGraabaek)
- 197a3821: a few updates (RasmusGraabaek)
- bfda2420: Make it compile (ManBearTM)
- 9f28443e: Add new calculation types (ManBearTM)
- 9ae960d0: Remove obsolete client (ManBearTM)
- b5cc2ce7: Remove global CalculationType using (ManBearTM)
- 9d95c280: Also remove client from registration (ManBearTM)
- 2cf7a5c1: Refactor create calculation to include capacity settlements (ManBearTM)
- 26e42a40: Add executionType and calculationType fields to concrete nodes (ManBearTM)
- 3ff03eac: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- b99c3b3c: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- 9b0cbce0: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- bc403185: Use OrchestrationInstanceTypedDto (without generic) as "base interface" (ManBearTM)
- 0fc3cff8: Move calculationType and executionType fields to interface (ManBearTM)
- 104f9a0c: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- 8d205371: Rename StartCalculationTypeInput to CreateCalculationTypeInput (ManBearTM)
- 8d6311d9: Add more extensions (ManBearTM)
- 81cf92d7: Fix missing sort fields (ManBearTM)
- cd809298: Add YearMonth field to capacity settlement type (ManBearTM)
- 746d809f: Use new extension methods (ManBearTM)
- 3a5ed9e1: Make GetLatestCalculation support all StartCalculationType's (ManBearTM)
- 2eaa6edb: Add missing translations (ManBearTM)
- ba7e9609: Update operations (ManBearTM)
- 2469c4a8: Fix mocks (ManBearTM)
- b38384b8: Fix dev examples (ManBearTM)
- 34e9dbad: Fix wholesale (ManBearTM)
- 98a6172b: Add YearMonthExtensions (ManBearTM)
- dc28b251: Fix namespace (ManBearTM)
- 539ddf4f: Add new PeriodInput type that can accept Interval or YearMonth (ManBearTM)
- 117a4310: Add StartCalculationTypeExtensions (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

GreenForce - ui_frontend_4165
Commits
- 314731a9: Initial, does not build (RasmusGraabaek)
- 197a3821: a few updates (RasmusGraabaek)
- bfda2420: Make it compile (ManBearTM)
- 9f28443e: Add new calculation types (ManBearTM)
- 9ae960d0: Remove obsolete client (ManBearTM)
- b5cc2ce7: Remove global CalculationType using (ManBearTM)
- 9d95c280: Also remove client from registration (ManBearTM)
- 2cf7a5c1: Refactor create calculation to include capacity settlements (ManBearTM)
- 26e42a40: Add executionType and calculationType fields to concrete nodes (ManBearTM)
- 3ff03eac: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- b99c3b3c: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- 9b0cbce0: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- bc403185: Use OrchestrationInstanceTypedDto (without generic) as "base interface" (ManBearTM)
- 0fc3cff8: Move calculationType and executionType fields to interface (ManBearTM)
- 104f9a0c: Merge branch 'main' into rfg/refactor_to_new_calculation_search_in_pm (ManBearTM)
- 8d205371: Rename StartCalculationTypeInput to CreateCalculationTypeInput (ManBearTM)
- 8d6311d9: Add more extensions (ManBearTM)
- 81cf92d7: Fix missing sort fields (ManBearTM)
- cd809298: Add YearMonth field to capacity settlement type (ManBearTM)
- 746d809f: Use new extension methods (ManBearTM)
- 3a5ed9e1: Make GetLatestCalculation support all StartCalculationType's (ManBearTM)
- 2eaa6edb: Add missing translations (ManBearTM)
- ba7e9609: Update operations (ManBearTM)
- 2469c4a8: Fix mocks (ManBearTM)
- b38384b8: Fix dev examples (ManBearTM)
- 34e9dbad: Fix wholesale (ManBearTM)
- 98a6172b: Add YearMonthExtensions (ManBearTM)
- dc28b251: Fix namespace (ManBearTM)
- 539ddf4f: Add new PeriodInput type that can accept Interval or YearMonth (ManBearTM)
- 117a4310: Add StartCalculationTypeExtensions (ManBearTM)
Energy Systems - Grid Management and Microgrid
- TypeScript
Published by github-actions[bot] 7 days ago

Electricity Maps - v1.249.0
Changes in this release
- rebrand(web) update icons (#8061)
- rebrand(web) update favicon (#8060)
Credits
Thanks to @tonypls for their contributions!
Emissions - Carbon Intensity and Accounting
- Python
Published by electricitymapsbot 7 days ago

Ecoscope - v1.8.36
What's Changed
Other Changes
- fix for single value colormap by @atmorling in https://github.com/wildlife-dynamics/ecoscope/pull/469
Full Changelog: https://github.com/wildlife-dynamics/ecoscope/compare/v1.8.35...v1.8.36
Biosphere - Conservation and Restoration
- Python
Published by github-actions[bot] 7 days ago

EuroCropsML - 0.4.1
What's Changed
- Updated condition to reflect v11 and older by @jsreuss in https://github.com/dida-do/eurocropsml/pull/87
Full Changelog: https://github.com/dida-do/eurocropsml/compare/0.4.0...0.4.1
Consumption - Agriculture and Nutrition
- Python
Published by jmaces 7 days ago

OpenSTEF - v3.4.73
What's Changed
- Feature: Add median regressor by @ylvab in https://github.com/OpenSTEF/openstef/pull/609
Full Changelog: https://github.com/OpenSTEF/openstef/compare/v3.4.72...v3.4.73
Energy Systems - Load and Demand Forecasting
- HTML
Published by Github-OpenSTEF 7 days ago
