Releases: ut-issl/s2e-core
Releases · ut-issl/s2e-core
v6.1.1
v6.1.0
What's Changed
- Merge main for hotfix #385 by @200km in #386
- Update actions/github-script action to v6.4.1 by @renovate in #382
- Update dependency pandas to v2 by @renovate in #377
- Update dependency numpy-stl to v3.0.1 by @renovate in #384
- Merge main to develop for #388 by @200km in #389
- Update dependency pandas to v2.0.1 by @renovate in #398
- Update dependency basemap to v1.3.7 by @renovate in #400
- Update actions/setup-python action to v4.6.0 by @renovate in #397
- Update dependency numpy to v1.24.3 by @renovate in #281
- Update dependency matplotlib to v3.7.1 by @renovate in #324
- Add zero check in endian function by @200km in #402
- Fix inertia tensor handling in Attitude class by @200km in #403
- Merge main to develop for #399 and #404 by @200km in #401
- Merge main to develop for #406 by @200km in #407
- 64bit build settings for VS by @200km in #409
- Add plot with Python for star position in telescope by @Kaine750 in #376
- Add Python plot for the beta angle by @conjikidow in #410
- add thermal simulation by @tshibuk in #395
- Fix warnings in gcc build by @200km in #412
- Fix bug in STT time delay by @200km in #413
- fix plot_gs_visibility by @ogoogo in #416
- Fix satellite orbit plot on miller projection map by @Hiro-0110 in #414
- Update actions/setup-python action to v4.6.1 by @renovate in #417
- Update dependency pandas to v2.0.2 by @renovate in #418
- Add python-utils by @200km in #419
- Update version info to v6.1.0 by @200km in #420
- main merge for v6.1.0 minor update by @200km in #421
New Contributors
- @Kaine750 made their first contribution in #376
- @conjikidow made their first contribution in #410
- @tshibuk made their first contribution in #395
- @ogoogo made their first contribution in #416
- @Hiro-0110 made their first contribution in #414
Full Changelog: v6.0.5...v6.1.0
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
Summary
- Major update v6.0.0
- We modified the file names, function names, and variable names to suit with our coding rule.
- Users have to update their user side S2E to fit the modified names to use this version.
- We also add many Python script to plot the result of a simulation.
What's Changed
- Delete unmanaged codes by @200km in #302
- Add ideal torque generator by @kai0722 in #306
- Move example components to
examples
directory by @200km in #307 - Fix CSV output naming by @200km in #305
- Fix ini file naming by @200km in #304
- Add ID information for RW by @200km in #309
- Add component ID by @200km in #310
- Fix all file name by @200km in #311
- Integrate CMakeList for library and interface by @200km in #318
- Fix file names in component/base_classes by @200km in #319
- Add Newton method to solve Kepler equation by @LilKoke in #320
- Add common function for log file path argument by @200km in #323
- Add spacecraft 3D model by @200km in #325
- Clean library directory by @200km in #321
- Delete old CI by @200km in #322
- Clean interface directory by @200km in #328
- Refactor disturbances by @200km in #327
- Clean up
components
directory by @200km in #329 - Refactor environment by @200km in #331
- Refactor dynamics by @200km in #332
- Refactor library by @200km in #334
- Fix CSV output log header by @200km in #342
- Refactor components by @200km in #337
- Refactor simulation by @200km in #338
- Fix enum naming rule by @200km in #339
- Add test for math library by @200km in #340
- Rename
GeoPotential
by @200km in #359 - Move to member function in Vector class by @200km in #356
- Move to member function in Matrix class by @200km in #357
- Modify disturbance base by @200km in #360
- Add plot for environment calculation by @200km in #341
- Add plot for gyro sensor by @200km in #343
- Fix gyro sensor default noise by @200km in #344
- Add plot for magnetometer by @200km in #346
- Add plot star sensor by @200km in #347
- Add plot sun sensor by @200km in #348
- Add plot for gnss receiver by @200km in #349
- Add plot for magnetorquer by @200km in #350
- Add plot for RW by @200km in #351
- Add plot for simple thruster by @200km in #352
- Add plot force generator by @200km in #353
- Add plot for torque generator by @200km in #354
- Add plot for Ground Station Calculator by @200km in #355
- Move
gen_graph
by @200km in #361 - Fix header file extension by @200km in #362
- Fix include guard Macro name by @200km in #363
- Update link margin analysis by @TomokiMochizuki in #364
- Small fix to rename function by @200km in #368
- Fix Visual Studio warnings by @200km in #367
- Small fix for simulation by @200km in #369
- Fix ini file description by @200km in #370
- Refactor
Simulation
directory to simplify for users by @200km in #371 - Make
simulation_sample
directory by @200km in #372 - Fix include path in telescope.hpp by @200km in #373
- add attitude initialize mode by @kai0722 in #375
- Small fixes before final merge for v6.0.0 by @200km in #378
- Modify log output feature for Monte Carlo simulation by @200km in #380
- Update dependency ut-issl/c2a-core to v3.8.0 by @renovate in #374
- Update v6.0.0 by @200km in #303
- Merge main for major update v6.0.0 by @200km in #383
New Contributors
- @kai0722 made their first contribution in #306
- @LilKoke made their first contribution in #320
- @TomokiMochizuki made their first contribution in #364
Full Changelog: v5.3.0...v6.0.0
v5.3.0
What's Changed
- Fix unit of CalcAntennaGain by @200km in #291
- Update dependency matplotlib to v3.6.3 by @renovate in #293
- Minor update ground station analysis by @200km in #292
- Update actions/setup-python action to v4.5.0 by @renovate in #294
- Add calculation of relative velocity in the RTN frame by @200km in #295
- Update dependency pandas to v1.5.3 by @renovate in #296
- Add disturbance plot by @200km in #298
- Add functions to change structure information by @200km in #297
- Update v5.3.0 by @200km in #300
- Merge develop into main for v5.3.0 release by @200km in #301
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- Add GetStructure method to Spacecraft class by @yngyu in #249
- Copy sensor base initialization from s2e-ff by @200km in #251
- Read
ini
file in plot to get ground station position by @200km in #253 - Fix comments in
RelativeInformation
by @200km in #259 - Fix comments in
Simulation
by @200km in #256 - Fix comment in
Disturbance
by @200km in #260 - Update actions/setup-python action to v4.3.1 by @renovate in #266
- Fix comment interface by @200km in #265
- Fix comments in Environment by @200km in #271
- Fix comments in dynamics by @200km in #272
- Fix unit comment by @yngyu in #280
- Fix comments in component by @200km in #279
- Fix comments in library by @200km in #273
- Update actions/setup-python action to v4.4.0 by @renovate in #283
- Add initialize mode for orbit by @200km in #285
- Add antenna radiation pattern read from CSV file by @200km in #284
- Revert "Set DOWNLOAD_EXTRACT_TIMESTAMP option to ExternalProject_Add()" by @sksat in #286
- Fix CMake minimum required version in ExtLibraries by FetchContent DOWNLOAD_NO_EXTRACT by @sksat in #287
- Update v5.2.0 by @200km in #288
- Merge develop into main for v5.2.0 release by @200km in #289
New Contributors
Full Changelog: v5.1.0...v5.2.0