Skip to content

Commit

Permalink
- prepare for v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokawa committed Jul 15, 2024
1 parent 5abdbc2 commit a3a3c51
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
54 changes: 31 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a3a3c51

Please sign in to comment.