From a3a3c51cbf03d03aec4dfa0634db0d07a74444cf Mon Sep 17 00:00:00 2001 From: Rui Hirokawa Date: Mon, 15 Jul 2024 12:35:34 +0900 Subject: [PATCH] - prepare for v1.1.0 --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++---------------------- setup.cfg | 2 +- 2 files changed, 32 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dccd3b2..210e94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,33 +3,45 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - -# [1.0.0] 2024-01-01 +# [1.1.0] 2024-07-15 ### Added -New integrated class structure (PPPOS) for PPP/PPP-RTK/RTK processing -Support for RTCM3 (Galileo HAS IDD) +- Add GLONASS FDMA, NavIC, BDS D1/D2, CNAV-2/3 message decoder +- Add GLONASS frequency channel number to apc2com() (@AndreHauschild) +- Add a test workflow (@AndreHauschild) +- Add APC reference corrections for IGS and RTCM3 SSR corrections (@AndreHauschild) +- Decoder for Javad receiver (on cssrlib-data) -Decoder for Septentrio receiver +### Changed -Parser for RTCM3, L5 SBAS +- Use different APC reference signals for SIS and IDD of Galileo HAS (@AndreHauschild) +- Change MADOCA APC reference (@AndreHauschild) -Experimental support for PPP via SouthPAN (PVS) +### Fixed -New solid Earth tides model using PySolid (2010 IERS Conventions) +- Fixed CNAV decoder -### Changed +# [1.0.0] 2024-01-01 -Improved documentation +### Added +New integrated class structure (PPPOS) for PPP/PPP-RTK/RTK processing -Sign of SSR satellite signal code/phase bias align with RTCM 3 convention +- Support for RTCM3 (Galileo HAS IDD) +- Decoder for Septentrio receiver (on cssrlib-data) +- Parser for RTCM3, L5 SBAS +- Experimental support for PPP via SouthPAN (PVS) +- New solid Earth tides model using PySolid (2010 IERS Conventions) + +### Changed -PPPIGS was integrated into PPPOS and removed +- Improved documentation +- Sign of SSR satellite signal code/phase bias align with RTCM 3 convention +- PPPIGS was integrated into PPPOS and removed ### Fixed -Link for cssrlib-data +- Link for cssrlib-data ### Deprecated ### Removed @@ -39,17 +51,13 @@ Function based PPP/PPP-RTK/RTK processing # [0.8.0] 2023-09-09 ### Added -New signal structure - -Support for open PPP services: Galileo HAS (SIS), BDS PPP, QZSS MADOCA-PPP - -Support for IGS (SP3+BIAS) - -Parser for SP3, ANTEX, BIAS files - -Support for PPP-AR -Jupyter notebook with examples +- New signal structure +- Support for open PPP services: Galileo HAS (SIS), BDS PPP, QZSS MADOCA-PPP +- Support for IGS (SP3+BIAS) +- Parser for SP3, ANTEX, BIAS files +- Support for PPP-AR +- Jupyter notebook with examples ### Changed diff --git a/setup.cfg b/setup.cfg index 6e00509..d9bf3d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cssrlib -version = 1.0.1 +version = 1.1.0 author = Rui Hirokawa author_email = rui.hirokawa@gmail.com description = Python Toolkit for PPP/PPP-RTK positioning