Skip to content

Commit

Permalink
version 5.8.3-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Jul 26, 2024
1 parent 13eeaf2 commit 676c3cc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## List of changes in AccessMod

- 5.8.3-alpha.2 [2024-07-23 – 2024-07-26]
- Fix failing tests and add more tests for referral network graph output. Add format settings for replay mode: e.g., gpgk, tif, instead of shapefile and HFa img.
- Solved label translation for dynamic layers, no data, etc.
- Fix project importation.
- Fix issue with order in capacity and handle missing hfname in catchment analysis.
- Refactor and migrate to sf/terra: update and simplify GIS preview; fix vector upload.
- Refactor and migrate to sf/terra: vector upload and solve issue with computing extents matching (both raster and vector).
- Refactor and migrate to sf/terra: raster upload, tests for resolution, and extent.
- Refactor and migrate to sf/terra: split amFunctions into multiple files; initial sf conversion: bounding boxes, leaflet, import/new project, grass helpers.
- Missing units runtime units shared lib.
- Updated base image: new packages and removed obsolete ones.

- 5.8.3-alpha.1 [ 2024-07-05 – 2024-07-05 ]
-Travel time analysis : if the provided facilities table is empty, the full layer will be used. e.g. for replay mode as it's not allowed in interactive mode
- 5.8.3-alpha.0 [ 2024-06-11 – 2024-06-13 ]
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessmod-desktop",
"version": "5.8.3-alpha.1",
"version": "5.8.3-alpha.2",
"description": "AccessMod Desktop : manage accessmod docker images, data and versions.",
"main": "./out/main/index.js",
"author": "accessmod.org",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "accessmod",
"description": "AccessMod build script",
"version": "5.8.3-alpha.1",
"version": "5.8.3-alpha.2",
"type": "module",
"scripts": {
"version": "node version.js",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.8.3-alpha.1
5.8.3-alpha.2

0 comments on commit 676c3cc

Please sign in to comment.