Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 10 additions & 28 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,38 +160,27 @@ jobs:
os: ubuntu-latest
binary-artifact: ginan-linux-x64
gui-artifact: ginan-gui-linux-x64
ui-sed-cmd: sed -i '24s/.*/from scripts.GinanUI.app.resources import ginan_logo_rc/' app/views/main_window_ui.py
pyinstaller-args: --windowed
extra-steps: ""

- name: macOS ARM64
os: macos-15
binary-artifact: ginan-macos-arm64
gui-artifact: ginan-gui-macos-arm64
ui-sed-cmd: sed -i '' '24s/.*/from scripts.GinanUI.app.resources import ginan_logo_rc/' app/views/main_window_ui.py
pyinstaller-args: --onedir --clean --target-arch arm64 --noconfirm
extra-steps: macos

- name: macOS x64
os: macos-15-intel
binary-artifact: ginan-macos-x64
gui-artifact: ginan-gui-macos-x64
ui-sed-cmd: sed -i '' '24s/.*/from scripts.GinanUI.app.resources import ginan_logo_rc/' app/views/main_window_ui.py
pyinstaller-args: --onedir --clean --noconfirm
extra-steps: macos

- name: Windows x64
os: windows-latest
binary-artifact: ginan-windows-x64
gui-artifact: ginan-gui-windows-x64
ui-sed-cmd: |
(Get-Content app/views/main_window_ui.py) | ForEach-Object {
if ($_.ReadCount -eq 24) {
"from scripts.GinanUI.app.resources import ginan_logo_rc"
} else {
$_
}
} | Set-Content app/views/main_window_ui.py
pyinstaller-args: --windowed
pyinstaller-separator: ";"
extra-steps: ""
Expand Down Expand Up @@ -221,20 +210,9 @@ jobs:
pip install -r scripts/GinanUI/requirements.txt
pip install pyinstaller

- name: Convert UI files to Python (Unix)
if: runner.os != 'Windows'
- name: Convert UI files to Python
working-directory: scripts/GinanUI
run: |
pyside6-uic app/views/main_window.ui -o app/views/main_window_ui.py
${{ matrix.ui-sed-cmd }}

- name: Convert UI files to Python (Windows)
if: runner.os == 'Windows'
working-directory: scripts/GinanUI
shell: pwsh
run: |
pyside6-uic app/views/main_window.ui -o app/views/main_window_ui.py
${{ matrix.ui-sed-cmd }}
run: python app/utils/ui_compilation.py

- name: Make binaries executable (Unix)
if: runner.os != 'Windows'
Expand Down Expand Up @@ -292,14 +270,17 @@ jobs:
run: |
python -m PyInstaller --name GinanUI \
${{ matrix.pyinstaller-args }} \
--add-data "scripts/GinanUI/app:app" \
--add-data "scripts/GinanUI/app:scripts/GinanUI/app" \
--add-data "scripts/GinanUI/docs:scripts/GinanUI/docs" \
--add-data "scripts/plot_pos.py:scripts" \
--add-data "scripts/plot_trace_res.py:scripts" \
--add-binary "bin/*:bin" \
--hidden-import PySide6 \
--hidden-import PySide6.QtWebEngineWidgets \
--hidden-import PySide6.QtWebEngineCore \
--hidden-import plotly \
--hidden-import scripts.plot_pos \
--hidden-import scripts.plot_trace_res \
--hidden-import scripts.GinanUI.app \
--hidden-import scripts.GinanUI.app.models \
--hidden-import scripts.GinanUI.app.models.execution \
Expand All @@ -314,22 +295,24 @@ jobs:
--hidden-import scripts.GinanUI.app.utils.gn_functions \
--hidden-import scripts.GinanUI.app.utils.yaml \
--hidden-import scripts.GinanUI.app.views.main_window_ui \
--collect-all scripts.GinanUI \
scripts/GinanUI/main.py

- name: Build GUI with PyInstaller (Windows)
if: runner.os == 'Windows'
run: |
pyinstaller --name GinanUI `
${{ matrix.pyinstaller-args }} `
--add-data "scripts/GinanUI/app;app" `
--add-data "scripts/GinanUI/app;scripts/GinanUI/app" `
--add-data "scripts/GinanUI/docs;scripts/GinanUI/docs" `
--add-data "scripts/plot_pos.py;scripts" `
--add-data "scripts/plot_trace_res.py;scripts" `
--add-binary "bin/*;bin" `
--hidden-import PySide6 `
--hidden-import PySide6.QtWebEngineWidgets `
--hidden-import PySide6.QtWebEngineCore `
--hidden-import plotly `
--hidden-import scripts.plot_pos `
--hidden-import scripts.plot_trace_res `
--hidden-import scripts.GinanUI.app `
--hidden-import scripts.GinanUI.app.models `
--hidden-import scripts.GinanUI.app.models.execution `
Expand All @@ -344,7 +327,6 @@ jobs:
--hidden-import scripts.GinanUI.app.utils.gn_functions `
--hidden-import scripts.GinanUI.app.utils.yaml `
--hidden-import scripts.GinanUI.app.views.main_window_ui `
--collect-all scripts.GinanUI `
scripts/GinanUI/main.py

# Post-build cleanup
Expand Down
14 changes: 14 additions & 0 deletions Docs/announcements.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

> **13 Feb 2026** - the Ginan team is pleased to release Ginan patch v4.1.1
>
> **Highlights**:
>
> * Fix issue reading RINEX files in Windows binaries (CRLF-ended format)
> * Allow station / receivers names to start with a number in config (e.g. 4RMA00AUS)
> * Introduce reading of GLONASS satellites for RNX2 files
> * Various updates to the GUI:
> * Apriori position as config option in interface
> * Ability to run faster rate clocks (1 Hz -> 100 Hz)
> * SINEX downloading and validation
> * Verify downloads against CDDIS checksums
> * Use archived products if available

> **30 Jan 2026** - the Ginan team is pleased to release Ginan update v4.1.0
>
> **Highlights**:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Ginan: GNSS Analysis Software Toolkit

[![Version](https://img.shields.io/badge/version-v4.1.0-blue.svg)](https://github.com/GeoscienceAustralia/ginan/releases)
[![Version](https://img.shields.io/badge/version-v4.1.1-blue.svg)](https://github.com/GeoscienceAustralia/ginan/releases)
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.md)
[![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20Windows-lightgrey.svg)](#supported-platforms)
[![Docker](https://img.shields.io/badge/docker-available-blue.svg)](https://hub.docker.com/r/gnssanalysis/ginan)
Expand Down Expand Up @@ -57,7 +57,7 @@ The fastest way to get started with Ginan is using Docker:

```bash
# Pull and run the latest Ginan container
docker run -it -v $(pwd):/data gnssanalysis/ginan:v4.1.0 bash
docker run -it -v $(pwd):/data gnssanalysis/ginan:v4.1.1 bash

# Verify installation
pea --help
Expand Down Expand Up @@ -120,7 +120,7 @@ Choose the installation method that best fits your needs:

```bash
# Run Ginan container with data volume mounting
docker run -it -v ${pwd}:/data gnssanalysis/ginan:v4.1.0 bash
docker run -it -v ${pwd}:/data gnssanalysis/ginan:v4.1.1 bash
```

This command:
Expand Down Expand Up @@ -294,7 +294,7 @@ cd ../../exampleConfigs

Expected output:
```
PEA starting... (main ginan-v4.1.0 from ...)
PEA starting... (main ginan-v4.1.1 from ...)
Options:
-h [ --help ] Help
-q [ --quiet ] Less output
Expand Down Expand Up @@ -462,4 +462,4 @@ All incorporated code has been preserved with appropriate modifications in the `

---

**Developed by [Geoscience Australia](https://www.ga.gov.au/)** | **Version 4.1.0** | **[GitHub Repository](https://github.com/GeoscienceAustralia/ginan)**
**Developed by [Geoscience Australia](https://www.ga.gov.au/)** | **Version 4.1.1** | **[GitHub Repository](https://github.com/GeoscienceAustralia/ginan)**
Loading
Loading