Releases: ut-issl/s2e-core
Releases · ut-issl/s2e-core
v5.1.0
What's Changed
- Skip time only when step time exceeds countinuously for over a second by @fujiy in #133
- merge main into develop by @seki-hiro in #137
- Add 64bit build option for linux by @200km in #140
- Update crazy-max/ghaction-github-labeler action to v4 by @renovate in #138
- Merge main into develop for bug fix by @200km in #144
- Add EGM96 table file by @200km in #145
- Add angular velocity and torque calculation in the ControlledAttitude by @200km in #142
- Add README for clang-format by @sksat in #147
- Refactor ground station by @200km in #146
- C2A core version update automation by @sksat in #150
- Update dependency ut-issl/c2a-core to v3.5.0 by @renovate in #151
- Refactor center body handling by @200km in #152
- Rename from minimum_user_for_s2e to minimum_user by @meltingrabbit in #148
- Update dependency ut-issl/c2a-core to v3.6.0 by @renovate in #154
- Fix set -rdynamic on link time only by @sksat in #155
- Speed up build with /MP option on Visual Studio by @sksat in #156
- TelescopeへのGetterの追加 by @200km in #157
- Merge IniAccessUnix.cpp into IniAccess.cpp by @sksat in #159
- Fix ini comment position(it breaks cspice) by @sksat in #163
- Run sample simulation on CI by @sksat in #129
- Add plot scripts by @200km in #153
- Modify for FF simulation by @200km in #161
- Update dependency basemap to v1.3.3 by @renovate in #166
- Update dependency matplotlib to v3.5.2 by @renovate in #167
- Move to Pipfile for python tools package definition from requirements.txt by @sksat in #170
- Update require Python version to 3.8 in scripts by @sksat in #172
- Use argparse in plot scripts by @sksat in #171
- Add function driven when the component power off by @200km in #176
- Merge main into develop for bug fix by @200km in #181
- Improve validate-scripts CI by @sksat in #173
- Plot latest log by @sksat in #174
- Update dependency pandas to v1.4.3 by @renovate in #168
- Update dependency numpy to v1.22.0 [SECURITY] by @renovate in #165
- Plot with no gui by @sksat in #182
- Merge main into develop for bug fix in OrbitalElements by @200km in #186
- Merge main into develop for bug fix by @200km in #191
- Fix warnings in gs by @200km in #192
- Add status budge by @200km in #194
- Update actions/github-script action to v6.2.0 by @renovate in #198
- Update dependency matplotlib to v3.5.3 by @renovate in #197
- Update actions/setup-python action to v4.2.0 by @renovate in #193
- Update dependency basemap to v1.3.4 by @renovate in #196
- Update dependency numpy to v1.23.2 by @renovate in #183
- Add GoogleTest by @200km in #195
- Add google test status budge by @200km in #199
- Update dependency pandas to v1.4.4 by @renovate in #200
- Set DOWNLOAD_EXTRACT_TIMESTAMP option to ExternalProject_Add() by @sksat in #202
- Move nrlmsise tmp dir to build dir from install dir by @sksat in #203
- Fix direct install cspice in configure step by @sksat in #204
- Update dependency ut-issl/c2a-core to v3.7.0 by @renovate in #201
- Update dependency numpy to v1.23.3 by @renovate in #205
- Add debug messages for HILS by @seki-hiro in #189
- Fix fast tick prescaler by @200km in #206
- Add EPS prescaler by @kaz-f9 in #210
- Add plot script for body frame information by @200km in #215
- Add plot GS visivility on PR by @sksat in #184
- Update dependency pandas to v1.5.1 by @renovate in #208
- Update actions/github-script action to v6.3.3 by @renovate in #209
- Update actions/setup-python action to v4.3.0 by @renovate in #211
- Update dependency numpy to v1.23.4 by @renovate in #212
- Update dependency basemap to v1.3.6 by @renovate in #213
- Update dependency matplotlib to v3.6.2 by @renovate in #207
- Merge main for hotfix #217 by @200km in #219
- Add labels by @200km in #221
- Add plot spacecraft orbit in ECI frame by @200km in #220
- Fix workflow error by @200km in #234
- Merge main for hotfix #230 by @200km in #233
- Update dependency numpy to v1.23.5 by @renovate in #232
- Add labels for versioning by @200km in #242
- Fix workflow ymls for reviewdog by @200km in #236
- Add animation for orbit visualization by @200km in #239
- Fix readme according to the latest information by @200km in #241
- Update dependency pandas to v1.5.2 by @renovate in #245
- Copy
ForceGenerator
froms2e-ff
by @200km in #244 - Update version in CMake to v5.1.0 by @200km in #246
- Merge develop into main for v5.1.0 release by @200km in #235
New Contributors
Full Changelog: v5.0.7...v5.1.0
v5.0.7
What's Changed
- hotfix: Fix bug in GNSS satellite latitude calculation by @ShingoNishimoto in #230
New Contributors
- @ShingoNishimoto made their first contribution in #230
Full Changelog: v5.0.6...v5.0.7
v5.0.6
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
Release Note
- A bug for the HILS mode was removed.
What's Changed
- Fix HILS build error by @seki-hiro in #136
Full Changelog: v5.0.0...v5.0.1
v5.0.0
Release Note
- The clang formatter was applied.
- CMake files were refactored.
- Eclipse calculation was modified.
- HILS testing system with UART and I2C communication was added.
- Management of constant values was added.
- Orbit calculations with Kepler's method and Encke's method were added.
- Download procedure of
ExtLibraries
was improved. - Default compiler for Visual Studio was updated to VS2022.
- All warnings in Visual Studio and g++ compiler were removed.
- Several bugs were removed.
What's Changed
- Fix link of readme by @meltingrabbit in #2
- Add repository template by @meltingrabbit in #1
- Small modification of README by @200km in #11
- Fix labeler workflow by @meltingrabbit in #34
- Add description of GitHub pages by @200km in #37
- Reduce dependency to C2A by @meltingrabbit in #38
- Build CI with GitHub Actions(windows runner) by @sksat in #39
- Fix IGRF path in the ini file by @200km in #40
- Add cache ExtLibraries in build CI by @sksat in #41
- Validate ExtLibraries checksum by @sksat in #42
- Add Linux build CI by @sksat in #43
- Skip SpaceWeather-v1.2.txt checksum validation by @sksat in #45
- Refactor CMake by @sksat in #46
- Add build CI with C2A by @sksat in #47
- Custom FlightSW/C2A directories by @sksat in #48
- Fix include directory traversal by @sksat in #49
- Fix IDE include path by @sksat in #51
- Move to C++17!!! by @sksat in #50
- Use Inertial frame to calculate SRP environment by @suzuki-toshihir0 in #54
- Fix windows ver from
windows-latest
towindows-2019
in CI by @meltingrabbit in #55 - Configure Renovate by @renovate in #57
- Update actions/checkout action to v3 by @renovate in #60
- Fix math header by @sksat in #52
- Fix build CI by @sksat in #61
- Add an interface for HILS testing of I2C components by @seki-hiro in #31
- Format with Google C++ Style Guide by @sksat in #35
- Add check clang-format workflow by @sksat in #62
- Remove I2C HILS example by @200km in #63
- Fix port closing in CommunicationBase by @seki-hiro in #67
- Restore changes in CommunicationBase by @seki-hiro in #68
- Add StoreTelemetry function for hils test by @seki-hiro in #69
- Update actions/cache action to v3 by @renovate in #65
- source line length by @sksat in #71
- Fix ExtLibraries cache-hit rule by @sksat in #75
- Reduce cspice build by @sksat in #73
- Modify physical constants management by @200km in #76
- Fix log output bug by @200km in #78
- dump all clang-format config to .clang-format by @sksat in #72
- Add Kepler and Encke orbit propagation method by @200km in #79
- Rename orbit files by @200km in #83
- Integrate frame conversion(ECI-ECEF-GEODETIC) by @200km in #84
- Fix warnings in Vector-Matrix library by @200km in #92
- Fix warnings with small modification by @200km in #93
- 実行時エラーを修正するための緊急のPR by @200km in #95
- Fix controlled attitude by @200km in #86
- Add base class for installed components to fix acceleration log bug by @200km in #88
- Delete warning: destructors by @200km in #96
- Delete small warnings by @200km in #97
- Modify management of initialize files by @200km in #91
- Add -Wextra to common compile option by @sksat in #99
- Update vs2022 by @200km in #98
- delete const function return by @200km in #101
- Show tools version step on build CI by @sksat in #104
- Remove using namespace libra from headers by @200km in #109
- Fix thermal initialization to avoid CSV file reading by @200km in #107
- Fix unused param warnings by @200km in #105
- Refactor Attitude Dynamics by @200km in #108
- Use gcc-11 in build CI by @sksat in #111
- Delete warnings related to codes for HILS by @seki-hiro in #115
- Fix const auto by @200km in #116
- Add clang build CI by @sksat in #114
- Fix unknown pragma warnings by @200km in #118
- Add Wpendatic warning option by @200km in #119
- Fix warnings in vs2022 by @200km in #117
- Add GetI2cAddress function by @seki-hiro in #123
- Fix EXP component for tutorial by @200km in #124
- Fix NRLMSISE-00 CMake to use git by @200km in #126
- Fix docker setups by @200km in #125
- Add Release style by @sksat in #128
- Fix workflow shellcheck by @sksat in #131
- Update major version to 5 by @sksat in #132
New Contributors
- @meltingrabbit made their first contribution in #2
- @sksat made their first contribution in #39
- @suzuki-toshihir0 made their first contribution in #54
- @renovate made their first contribution in #57
- @seki-hiro made their first contribution in #31
Full Changelog: v3.0...v5.0.0