-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
53 lines (32 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
===========================================
v1.1.1 - 2023/01/20
- Documentation improvements
- JOSS paper release
===========================================
v1.1 - 2023/01/16
- Updates and improvements according to JOSS reviewers
- crc library update (v3.0.0)
===========================================
v1.0 - 2022/09/15
- Added support to the extension packets
- General fixes and improvements
===========================================
v0.4 - 2022/04/26
- Added support to the SPP
- Using PyTest to execute the unit tests
- General fixes and improvements
===========================================
v0.3 - 2022/03/23
- Fixing the outputs of the decoder method
- First documentation release
- General fixes and improvements
===========================================
v0.2 - 2022/03/20
- Own Reed-Solomon coding implementation
- Same Reed-Solomon scheme as the orininal NGHam library
- Initial structure of a Sphinx documentation
- Improvements in the test script
===========================================
v0.1 - 2021/08/22
- First release
===========================================