Commit Graph

445 Commits

Author SHA1 Message Date
dependabot[bot]
dcd342cc93
Bump snok/install-poetry from 1.4.0 to 1.4.1
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-01 14:44:10 +00:00
Junzi Sun
b4be55116c git workflow 2024-08-25 13:38:06 +02:00
Junzi Sun
fdfa2b3fab fix typing 2024-08-25 12:45:24 +02:00
Junzi Sun
2f5dbdf08d update version and dependencies 2024-08-25 12:37:50 +02:00
Junzi Sun
b22734ad51 fix typing 2024-08-25 12:37:37 +02:00
Junzi Sun
e2de7bc9ac fix typing 2024-08-25 12:33:28 +02:00
gituser283
74ea61fb11
fix decoder and uncertainty issues (#146)
* Created branch mods20230421a

* nic_v2 NIC return is set to None when a KeyError exception is raised

* process_raw receives additional return values from nuc_p, nic_v2, nuc_v, nac_v, nac_p .  hum44, p44, temp44, turb44, wind44, tk50, gs50, roc60baro, roc60ins, tc, and icao added to acs dictionary.

---------

Co-authored-by: Mike M <>
2024-08-25 12:27:12 +02:00
Junzi Sun
08218f558d
Merge pull request #151 from junzis/quantities
Some annotations for physical quantities
2024-08-25 12:23:36 +02:00
Junzi Sun
8acbdf186c
Merge pull request #170 from chrislanzara/master
Fixed "Megnatic" typo
2024-08-25 12:23:03 +02:00
dependabot[bot]
d8dd978730
Bump snok/install-poetry from 1.3.4 to 1.4.0 (#171)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-25 12:22:23 +02:00
kirth123
01ceb8114a
deleted all the previous commits that were causing problems and added a new commit with better comments (#172) 2024-08-25 12:20:51 +02:00
Chris
4a7c719978
Fixed "Magnetic" typo 2024-07-03 22:49:24 +01:00
Xavier Olive
93794b64ca fix build for py312 2024-03-03 17:22:16 +01:00
Xavier Olive
9646c2fbea bump version 2024-02-02 09:51:44 +01:00
dependabot[bot]
97a50a5b13
Bump actions/cache from 3 to 4 (#166)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 20:04:17 +01:00
dependabot[bot]
81b54accb5
Bump codecov/codecov-action from 3 to 4 (#165)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 20:03:43 +01:00
dependabot[bot]
942c68dc78
Bump actions/setup-python from 4 to 5 (#163) 2024-01-01 16:29:45 +01:00
Xavier Olive
36fb0de92c upgrade poetry version 2023-12-19 09:59:35 +01:00
Flyer350
582a0d2188
DI = 1 correction for uplink messages (#157)
* Update uplink.py

Adding lockout for DI = 1

* Update uplink.py
2023-12-18 23:03:34 +01:00
Junzi Sun
45ae55d965
Merge pull request #161 from Flyer350/patch-11
Update allcall.py
2023-12-18 23:02:16 +01:00
Junzi Sun
4cf024f144
Merge pull request #162 from paulmadejong/altitude_none_return
Properly return None if altitude could not be decoded
2023-12-18 23:00:38 +01:00
Paul de Jong
eea09227b0 c_common.py: return -999999 (extremely low, physically impossible) altitude in case altitude is unknown or invalid, bds04.py: convert -999999 altitude to None to better signal an invalid/unknown decoded altitude to the user 2023-12-18 16:40:44 +01:00
Flyer350
852315ed2d
Update allcall.py
Modified a mistake in the interpretation of CA field 7.
See ICAO Annex 10, Vol IV., 3.1.2.5.2.2.1
2023-12-04 14:33:36 +01:00
dependabot[bot]
77273153cb
Bump actions/checkout from 3 to 4 (#158)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-01 18:36:54 +02:00
dependabot[bot]
b4c81db151
Bump snok/install-poetry from 1.3.3 to 1.3.4 (#156)
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/snok/install-poetry/releases)
- [Commits](https://github.com/snok/install-poetry/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: snok/install-poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 13:45:09 +09:00
Xavier Olive
b6608b2f78 loosen dependency requirements 2023-08-22 22:38:50 +02:00
Xavier Olive
070dc80bf4 include pyd files to wheel 2023-08-13 10:57:20 +02:00
Xavier Olive
8d9a8df9d9 minor fix 2023-07-18 13:47:06 +00:00
Xavier Olive
458a78c30b add the decoding of the gps status indicator 2023-07-18 13:42:16 +00:00
Junzi Sun
57aa7a7d9c update test 2023-07-18 13:41:54 +00:00
Xavier Olive
b1f8f6ed62
Some annotations for quantities 2023-06-14 22:50:33 +02:00
Junzi Sun
8e2051af68 update test 2023-05-22 17:05:43 +02:00
Paul de Jong
50864b56aa
Remove rounding in pyModeS (#147)
* Update bds50.py: round roll to 3 places instead of 1

Provide a bit more detail for smaller roll angles.

* remove rounding

* update poetry

* update poetry

* update test

* update bds06

* update workflow

---------

Co-authored-by: Junzi Sun <junzisun@gmail.com>
2023-05-22 17:00:58 +02:00
dependabot[bot]
8403cb61e4
Bump actions/checkout from 2 to 3 (#145)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 14:45:28 +01:00
dependabot[bot]
a5b8d670d3
Bump actions/setup-python from 2 to 4 (#144)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 14:45:05 +01:00
Xavier Olive
4e19ecdfa9 minor changes, new release 2023-02-14 18:39:52 +01:00
Nicholas (Nick) Kruzan
0d7a310007
Update py_common.py (#143) 2023-02-12 13:20:42 +01:00
Xavier Olive
66c29840b0 fix build issues 2023-01-19 15:18:16 +01:00
Xavier Olive
99dc2a4f40 limit wheels to windows, otherwise build from src 2022-12-31 00:42:50 +01:00
Xavier Olive
39936e4472 fix publish 2022-12-30 19:53:33 +01:00
Xavier Olive
144ee1710d fix publish 2022-12-30 19:46:15 +01:00
Xavier Olive
09ed997f91 fix publish 2022-12-30 19:40:25 +01:00
Xavier Olive
e437931254 fix publish 2022-12-30 19:36:16 +01:00
Xavier Olive
72fcc794e7 clean dependencies 2022-12-30 19:22:10 +01:00
Xavier Olive
ff12d819da fix publish source 2022-12-30 14:17:36 +01:00
Xavier Olive
dc9d7ea91a fix test runner.os 2022-12-30 14:10:22 +01:00
Xavier Olive
5bc11cd78c fix test runner.os 2022-12-30 14:08:44 +01:00
Xavier Olive
9e6f9c3ffe upload source 2022-12-30 14:05:38 +01:00
dependabot[bot]
e1017bc2e5
Bump codecov/codecov-action from 2 to 3 (#136)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 14:02:05 +01:00
Xavier Olive
ebe1f76cd9 dependabot.yml 2022-12-30 13:57:57 +01:00