Skip to content

Commit

Permalink
added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokawa committed Dec 30, 2023
1 parent 55cb423 commit a372eef
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Changelog
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

### Added
New class structure for PPP/PPP-RTK/RTK processing

Support for RTCM3 (Galileo HAS IDD)

Decoder for Septentrio receiver

Parser for RTCM3, L5 SBAS

Experimental support for PPP via SouthPAN (PVS)

### Changed

Improved documentation

Sign of SSR satellite signal code/phase bias align with RTCM 3 convention

### Fixed
### Deprecated
### Removed
Function based PPP/PPP-RTK/RTK processing
### Security

# [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

### Changed

Improved documentation

### Fixed
### Deprecated
### Removed
### Security

# [0.3.0] 2022-03-01

### Added
Initial version for PPP-RTK (QZSS CLAS) and RTK

### Changed
### Fixed
### Deprecated
### Removed
### Security

0 comments on commit a372eef

Please sign in to comment.