-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from earth-artificial-intelligence/v1.7.8-blog
Added blog for Geoweaver v1.7.8 release
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
|
||
title: "What’s New in Geoweaver v1.7.8" | ||
meta_title: "Geoweaver v1.7.8 - New Features and Updates" | ||
date: 2024-12-06T05:00:00Z | ||
author: "Srini Jammula" | ||
tags: ["Release Notes", "Workflow", "Python"] | ||
draft: false | ||
--- | ||
|
||
# Geoweaver v1.7.8 - New Features and Updates | ||
|
||
This blog highlights the latest updates in Geoweaver! Here's a breakdown of the most recent enhancements in the platform. | ||
|
||
--- | ||
|
||
## **What's Changed** | ||
|
||
### 1. Display Process Name in Workflow History Panel | ||
|
||
The **Workflow History Panel** now shows the **process name** along with the **process ID**, **history ID**, and **action**, making it easier to identify and track processes in your workflows. To check this update, go to any workflow and view the history actions. | ||
|
||
|
||
### 2. Workflow Info Display for Nodes and Edges | ||
|
||
Details of workflow nodes and edges are now displayed in tabular format, offering a more structured and readable view of workflows. To check this update go to any workflow and view the info tab. | ||
|
||
### 3. Environment Selection Guide | ||
|
||
A new guide, `environment-selection.md`, has been added to the documentation. This guide helps users to integrate Python environment within Geoweaver for seamless execution of geospatial workflows. | ||
|
||
|
||
--- | ||
## **How to Get These Updates** | ||
|
||
### For Geoweaver Java users | ||
|
||
Download the latest JAR file from [geoweaver.dev](https://geoweaver.dev/#downloads-section) and execute the following command: | ||
`java -jar geoweaver.jar` | ||
|
||
|
||
### For Geoweaver application users | ||
|
||
Download and install the latest version for Windows, Mac, or Linux from [geoweaver.dev](https://geoweaver.dev/#downloads-section). | ||
**Note**: Clear your cache if changes do not apply. | ||
|
||
### For Geoweaver developers | ||
|
||
Pull the latest version from the repository: | ||
`git pull origin main` | ||
|
||
### For PyGeoweaver users | ||
|
||
Use the following command to update and restart: | ||
`gw restart --force-download` | ||
|
||
|
||
--- | ||
|
||
Stay tuned for more updates, and feel free to contribute or provide feedback on our [GitHub](https://github.com/ESIPFed/Geoweaver) page. | ||
|
||
--- |