File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55
6+ # [ 1.2.0] 2025-10-14
7+
8+ ### Added
9+
10+ - Add SBAS based PPP for PPP via SouthPAN (cssr_pvs)
11+ - Add L1 SBAS and L1/L5(DFMC) SBAS (sbas)
12+ - Add authentication for Galileo OSNMA and QZSS QZNMA (osnma, qznma)
13+ - Add EWSS for QZSS and Galileo (ewss)
14+ - draft RTCM SC134 messages (rtcm)
15+ - Add BDS signals for QZSS MADOCA-PPP
16+ - Decoder for u-blox receiver (on cssrlib-data)
17+ - Improved LAMBDA AR from LAMBDA 4.0 toolbox (mlambda)
18+ - Support for RINEX 4.02 (rinex)
19+ - Add NavIC L1 (rawnav)
20+ - Add doppler for RINEX (@inuex35 )
21+
22+ ### Fixed
23+
24+ - Fixed GLONASS ephemeris decoder (rawnav)
25+
626# [ 1.1.0] 2024-07-15
727
828### Added
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " cssrlib"
10- version = " 1.1 .0"
10+ version = " 1.2 .0"
1111description = " Python Toolkit for PPP/PPP-RTK positioning"
1212authors = [
1313 {
name =
" Rui Hirokawa" ,
email =
" [email protected] " },
1414]
1515readme = " README.md"
1616requires-python = " >=3.10"
1717dependencies = [
18+ " scipy" ,
1819 " bitstruct" ,
1920 " galois" ,
2021 " crccheck" ,
Original file line number Diff line number Diff line change 1+ scipy
12bitstruct
23galois
34crccheck
You can’t perform that action at this time.
0 commit comments