Skip to content

Commit 9a0b5b4

Browse files
committed
- prepared for v1.2.0
1 parent f879ef0 commit 9a0b5b4

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
33

44
The 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "cssrlib"
10-
version = "1.1.0"
10+
version = "1.2.0"
1111
description = "Python Toolkit for PPP/PPP-RTK positioning"
1212
authors = [
1313
{name="Rui Hirokawa", email="[email protected]"},
1414
]
1515
readme = "README.md"
1616
requires-python = ">=3.10"
1717
dependencies = [
18+
"scipy",
1819
"bitstruct",
1920
"galois",
2021
"crccheck",

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
scipy
12
bitstruct
23
galois
34
crccheck

0 commit comments

Comments
 (0)