v3.4.2 (2020-09-22)
Merged pull requests:
- rust: add explicit to_string for SbpString #859
- fixup font issue [INFRA-293] #858
- Bump cmake (back) to most recent. #857
- Fix java examples so they at least compile #855
- Add Python 3.5/3.8 to libsbp builder, update ARM #854
- fix tox tests for Python 3.5 #853
- Add bits for ins motion state #845
v3.4.1 (2020-09-14)
Merged pull requests:
v3.4.0 (2020-09-12)
Merged pull requests:
- Auto submodule update: cmake - Change implementation of working directory #850
- use generic class if message is unknown, replace on unicode errors [INFRA-282] #849
- Fix bugs in Java array decoding #848
- Improve SBP protocol PDF documentation [INFRA-280] #844
- [SSR-117] SSR Lat/Lon sign #842
- generate bitfield macros [INFRA-265] #841
v3.3.1 (2020-08-28)
Merged pull requests:
- json2json: maintain fields other than "data" [INFRA-266] #843
v3.3.0 (2020-08-28)
Merged pull requests:
- Merge starling output changes to master #840
- [SSR-17] Update SSR Tile IDs #839
- Guillaume/so 6/quick update group meta #836
- Update the docs and reorder bits for readability #835
- Update SSR atmo correction messages to allow multiple tiles. #834
- Make alignment status flags more sensible #833
- [SO-6] Add SOLN_META message for Fuzed Wagon #832
- Update LICENSE to MIT #831
- [HS-64] Update docs and description for FastStart specs #829
- Auto submodule update: cmake - Add additional profiling tools #827
- Dzollo/pyserial timeout remove #821
- Update README.md #820
- [SSR-95] Clarify the ephemeris IOD definitions #814
v3.2.0 (2020-07-23)
Merged pull requests:
- SBP 2 NMEA implementation #828
- [HS-56] Add time offset message #826
- python: remove generation of the sbp.jit _payload_size method #825
- [SO-17] Guillaume/so 7/add leader group message #824
- Bump lodash from 4.17.15 to 4.17.19 #822
- bump cmake to master #819
v3.1.2 (2020-07-13)
Merged pull requests:
- python: remove accidental numpy import [INFRA-243] #818
- Auto submodule update: cmake - Standardize system include targets (#62) #817
v3.1.1 (2020-06-08)
Merged pull requests:
v3.1.0 (2020-05-29)
Merged pull requests:
- Explicitly flush stdout [INFRA-196] #809
- [SEN-311] Add INS update status message #808
- Support building with ARMCC #807
v3.0.1 (2020-05-22)
v3.0.0 (2020-05-22)
Closed issues:
- Rust parser does not continue parsing after CRC error #793
- JSONLogIterator uses generators improperly #716
Merged pull requests:
- Auto submodule update: cmake - Merge pull request #57 from swift-nav/joint-work/valgrind-integration #806
- Handle invalid UTF-8 sequences [INFRA-196] #805
- Public receive method in SBPFramer Java class #804
- rust: derive clone #803
- Auto submodule update: cmake - Add FindSwiftlets.cmake (#53) #800
- Improve how the rust parser handles errors #798
- [SEN-235] Fix IMURAW docstring #797
- npm audit fix [INFRA-184] #796
- Auto submodule update: cmake - Merge pull request #51 from swift-nav/lkloh_cmake #795
- Fix-up Python binding generation #794
v2.8.0 (2020-04-01)
Merged pull requests:
- Fix JavaScript security warning #791
- rust: implement sbp2json, json2sbp, json2json [INFRA-125] #790
- INFRA-137: wrap integer gets in parens #789
- rust: nom parsing fix-up for eof error [INFRA-125] #788
v2.7.7 (2020-03-14)
Merged pull requests:
v2.7.6 (2020-03-12)
Merged pull requests:
- Update haskell installation instructions #785
- [INFRA-114] Nojit fixes and unit testing #784
- Add IMU type code for ST ASM330LLH [STEP-63] #783
v2.7.5 (2020-03-07)
Merged pull requests:
- Add library support to read and write SBP files #780
- Fixed crashing bug in Python release
v2.7.4 (2020-02-25)
Merged pull requests:
- Dzollo/expand sbp json payload #779
- Dzollo/sen 138/wheel odometry #778
- [SEN-138] Add message for accumulated wheeltick count #777
- Record total bytes read/written in python sbp driver #775
- tcp_example error fix (signed /unsigned mismatch) #774
- Disallow copying of State #773
- Dockerfile for building libsbp binding. Uses debian buster. #772
- Add message for tropo and iono with variances. #771
- Changed the CMake to install all headers #770
- Bump cmake to master. #769
- Fixed a few minor typos in the comments for the C++ wrapper classes #768
- Added classes for handling specific frame types and any frame #767
- Dzollo/star 748/position messages #766
- Added virtual destructor to sbp::State #765
- updated swift libraries with namespace #764
- Changes needed to libsbp for road runner [INFRA-35] #763
- Revert "Add stddev to SSR atmospheric messages. (#759)" #761
- Moved the rust example inside of the sbp crate #760
- Add variances to SSR atmospheric messages. #759
- Example: rust message serialization plus trait to_frame method #758
- [TTI-16] Add rust message serialization #755
v2.7.3 (2019-11-14)
Closed issues:
- sbp2rinex does not generate valid rinex when using toJson() method from SBPMessage.java #720
Merged pull requests:
- Release 2.7.3 #757
- Allow max reconnects to be specified as a parameter [ESD-1603] [TTI-2] #756
- Miscellaneous clean up of Rust bindings #754
- Get rust example building #753
- Cannot compare int and NoneType in python3 #752
- Added check for a couple of needed commands to build rust. #750
- Added typescript module declaration file #749
- Changed C++ wrapper to not require non-const access to the buffer when sending #748
- Added optional serialize feature to rust crate #747
- Update check #746
- Add unit tests for Rust #745
- Fix compiler warnings found in libsettings build #743
- Import libcheck as submodule #742
- Remove extra \ from non-printable escaping #741
- Use common test targets module #740
- Add C++ support #739
- Fix Rust generation to generate in the same order #738
- [STAR-789] Add proposed Protection Level message #737
- Star 833 #736
- Generate JSON schema definitions for web clients #735
- Update libsbp ARM builders #733
- Modify to work with Rust's bindgen #706
v2.7.1 (2019-09-20)
Merged pull requests:
v2.7.0 (2019-09-19)
Merged pull requests:
- libsbp version 2.7.0 #730
- Replace ujson with rapidjson [STA-1009] #729
- Make a msg_buff pointer for backwards compatibility #728
- Remove OWNERS.md file. #726
- Frame callback implementation & tests #725
- JSONLogIterator - Fix the iteration if the JSON is already unwrapped #724
- Dynamic import generator output modules #722
- Changing java CRC16 class modifiers to enable external access (#720) #721
- ORI-594 Fix up SSR atmospherics documentation #719
- Remove lodash from JavaScript deps #717
- Initial rust implementation #714
- Remove redundant field. #713
- Support running w/o Numba/Numpy installed #712
- Add code coverage [ESD-1407] #710
- Update requests to resolve security issue #708
v2.6.5 (2019-07-03)
Merged pull requests:
v2.6.4 (2019-06-27)
Closed issues:
- cmake error while installing libsbp - include could not find load file #705
Merged pull requests:
- Update README.md #707
- SSR STEC and gridded correction message refinements #704
- Change ssr_update_interval to u8. #703
- Purge llvmlite and numba dependencies from generated Python code [ESD-1396] #702
- Don't use hardcoded include/link paths #701
v2.6.3 (2019-06-11)
Merged pull requests:
- Version 2.6.3 #700
- Move sbp2json to libsbp from piksi_tools [ESD-1374] #699
- Deprecate MSG_INIT_BASE [ESD-1286] #698
v2.6.2 (2019-06-06)
Merged pull requests:
- v2.6.2 #697
v2.6.1 (2019-06-06)
Merged pull requests:
- Version 2.6.1 #696
- Add QZSS eph #695
- Import standard cmake modules, standardise dependency resolution [ESD-1246] [ESD-1247] #692
v2.6.0 (2019-06-05)
Merged pull requests:
- libsbp release 2.6.0 #694
- Remove unused build_test_data.py [ESD-1086] #693
- Integrate numba into setuptools [ESD-1156] #687
- Added three new messages for gridded atmospheric SSR corrections. #686
v2.5.5 (2019-05-16)
Closed issues:
- MSG_INIT_BASE / Hotstart with known Position #681
Merged pull requests:
- Release version 2.5.5 #690
- Use piksi_tools master in benchmark #689
- Add source to gal eph #688
- Added additional checks for tools in the Makefile #684
- [ESD-1238] Do not call nullary constructors in Haskell ToJSON #680
v2.5.3-4-g7e6afa39 (2019-04-10)
v2.5.4 (2019-04-10)
Merged pull requests:
v2.5.3 (2019-04-08)
Merged pull requests:
v2.5.2 (2019-04-04)
Merged pull requests:
- Release version 2.5.2 #675
- Add base into_buffer method for messages with no payload [ESD-1154] #674
- py3 compat: use errno attribute for socket.error #673
v2.5.1 (2019-03-29)
Merged pull requests:
- Release version 2.5.1 #672
v2.5.0 (2019-03-01)
v2.4.10-haskell_tools0 (2019-02-14)
v2.4.10 (2019-02-14)
v2.4.9 (2019-02-07)
v2.4.8 (2019-01-18)
v2.4.7 (2019-01-14)
v2.4.6 (2019-01-02)
v2.4.5 (2018-11-28)
v2.4.4 (2018-11-20)
v2.4.3 (2018-11-15)
v2.4.2 (2018-10-27)
v2.4.1 (2018-10-03)
v2.4.0 (2018-08-08)
v2.3.17 (2018-06-02)
v2.3.16 (2018-04-17)
v2.3.15 (2018-04-11)
v2.3.14 (2018-03-22)
v2.3.13 (2018-03-20)
v2.3.12 (2018-03-20)
v2.3.11 (2018-03-09)
v2.3.10 (2018-03-09)
v2.3.9 (2018-03-06)
v2.3.8 (2018-02-26)
v2.3.7 (2018-02-22)
v2.3.6 (2018-01-26)
v2.3.5 (2018-01-26)
v2.3.4 (2017-12-12)
v2.3.3 (2017-12-12)
v2.3.2 (2017-11-29)
v2.3.1 (2017-11-25)
v2.3.0 (2017-11-08)
v2.2.17 (2017-11-08)
v2.2.16 (2017-11-04)
v2.2.15 (2017-10-25)
v2.2.14 (2017-09-19)
v2.2.13 (2017-09-08)
v2.2.12 (2017-08-09)
v2.2.11 (2017-07-27)
v2.2.10 (2017-07-27)
v2.2.8 (2017-07-12)
v2.2.7 (2017-07-03)
v2.2.6 (2017-06-21)
v2.2.5 (2017-06-13)
v2.2.4 (2017-06-10)
v2.2.3 (2017-05-26)
v2.2.2 (2017-05-25)
v2.2.1 (2017-05-12)
v2.2.0 (2017-03-24)
v2.1.8 (2017-03-11)
v2.1.7 (2017-02-08)
v2.1.6 (2017-01-25)
v2.1.5 (2017-01-04)
v2.1.4 (2016-12-13)
v2.1.3 (2016-12-07)
v2.1.1 (2016-12-01)
v2.1.0 (2016-11-30)
v2.0.0 (2016-11-10)
v2.0 (2016-11-09)
v1.2.8 (2016-11-02)
v1.2.7 (2016-11-02)
v1.2.6 (2016-11-01)
v1.2.5 (2016-10-31)
v1.2.4 (2016-10-20)
v1.2.3 (2016-10-20)
v1.2.2 (2016-09-23)
help (2016-09-16)
v1.2.1 (2016-09-12)
v1.2.0 (2016-09-09)
v1.1.4 (2016-09-08)
v1.1.3 (2016-08-08)
v1.1.2 (2016-08-08)
v1.1.1 (2016-08-02)
v1.1.0 (2016-08-01)
v1.0.2 (2016-07-29)
v1.0.1 (2016-07-27)
v1.0.0 (2016-05-26)
1.0.0 (2016-05-26)
v0.53.0 (2016-05-24)
v0.52.4 (2016-05-03)
v0.52.3 (2016-05-03)
v0.51.11 (2016-03-09)
v0.52.1 (2015-12-10)
v0.52.0 (2015-12-08)
v0.51.10 (2015-12-06)
v0.51.9 (2015-12-03)
v0.51.8 (2015-12-02)
v0.51.7 (2015-11-30)
v0.51.6 (2015-11-20)
v0.51.5 (2015-11-18)
v0.51.4 (2015-11-18)
v0.51.3 (2015-11-17)
v0.51.2 (2015-10-19)
v0.51.1 (2015-10-12)
v0.51.0 (2015-10-12)
v0.50.9 (2015-09-18)
v0.50.8 (2015-09-17)
v0.50.7 (2015-09-16)
v0.50.6 (2015-09-16)
v0.50.5 (2015-09-16)
v0.50.4 (2015-09-16)
v0.50.3 (2015-09-10)
v0.50.2 (2015-08-17)
v0.50.1 (2015-08-01)
v0.49.1 (2015-07-23)
v0.50.0 (2015-07-20)
v0.49.0 (2015-07-10)
v0.48.1 (2015-07-09)
v0.48.0 (2015-07-06)
v0.47.0 (2015-07-06)
v0.46.4 (2015-06-23)
v0.46.3 (2015-06-23)
v0.46.2 (2015-06-22)
v0.46.1 (2015-06-19)
v0.46.0 (2015-06-18)
v0.45 (2015-06-09)
v0.44 (2015-06-08)
v0.43 (2015-06-04)
v0.42 (2015-06-01)
v0.41 (2015-05-29)
v0.40 (2015-05-20)
v0.39 (2015-05-05)
v0.38 (2015-04-29)
v0.37 (2015-04-24)
v0.36 (2015-04-17)
v0.35 (2015-04-17)
v0.34 (2015-04-16)
v0.33 (2015-04-15)
v0.32 (2015-04-14)
v0.29 (2015-04-08)
v0.28 (2015-04-08)
v0.27 (2015-04-01)
* This Change Log was automatically generated by github_changelog_generator