Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
larshinueber pushed 2 commits to feature/docstring_addition tudat-team/tudatpy
larshinueber edited a wiki page on tudat-team/tudatpy
larshinueber created a comment on an issue on tudat-team/tudatpy
Hi @lrbusquets, it seems this has been resolved in the meantime? Feel free to add any specific functionality you're missing to #211, where undocumented functionality is now tracked :)
larshinueber pushed 13 commits to develop larshinueber/tudat-space
- Shortened propagator intro 56540ec
- fix links 138f301
- updates to creating bodies 8189fee
- add global imports for numerical simulation modules eaf6f93
- another set of link and consistency updates b3b78fb
- restructure creating settings aee36fe
- Modified note cd68455
- Merge pull request #166 from tudat-team/feature/propagator_update Feature/propagator update fcc9e5d
- Merge pull request #165 from larshinueber/feature/environment-setup-updates Feature/environment setup updates 5fc34be
- Small updates to dynamics setup 64cfda4
- Minor change in quickstart d2fcfce
- Minor updates to propagation 532c223
- Update version -> v0.9.0 706e829
larshinueber created a tag on tudat-team/tudat-space
v0.9.0 - An introduction and guide to tudat-space.
larshinueber pushed 175 commits to master larshinueber/tudat-space
- Added more FAQ entries 875d457
- Small FAQ addition e88bb66
- Merged c7b7349
- Update perturbed_satellite_orbit.ipynb | fixed broken link 1d9e3f9
- Update perturbed_satellite_orbit.ipynb Link updated without highlighting 2a2ad09
- Corrected spelling error 7b80025
- Merged 005b1e4
- Corrected master to main b887fb3
- Corrected list of contributors 1d8f3e6
- Adding astroquery to yaml file 49a8c14
- Update environment.yaml 7e38708
- Update environment.yaml b49e0ce
- restructure element type section, minor adjustments 6e87ab2
- fix links, typos and missing thumbnail 4e1102e
- cite SPICE appropriately, make SPICE spelling consistent, typos 318c0cb
- ignore vscode specifics 7b77a80
- first draft of tudatpy quick-start guide 95a7f54
- Minor modifications to quickstart 0841ca4
- fix TDB spelling, minor other fixes 3e8198b
- typo fixes 4541dba
- and 155 more ...
larshinueber created a comment on an issue on tudat-team/tudatpy
It seems that this has been resolved in the meantime 👍
larshinueber closed an issue on tudat-team/tudatpy
Returns / return types of the gravitation module functions not specified
The return types and descriptions of gravitation module functions are not specified: https://py.api.tudat.space/en/latest/gravitation.html Even though they are in the .yaml files: ![image](http...larshinueber opened a pull request on tudat-team/tudatpy
Docstring updates
- Add BodyListSettings docs, some more BodySettings attributes - Add data docstrings from io module - Reorder interpolator exposure so return types can be inferred by pybindlarshinueber pushed 1 commit to feature/environment-setup-docstrings larshinueber/tudatpy
- add data docstrings from io module b80d604
larshinueber created a branch on larshinueber/tudatpy
feature/environment-setup-docstrings - A Python platform to perform astrodynamics and space research.
larshinueber pushed 54 commits to develop larshinueber/tudatpy
- automate bump version and creation of tag in tudatpy and tudatpy-feedstock for new commits on dev branch of tudat eve... 7cd581a
- Update bump_dev_version_nightly.yml 35f6dc7
- Update bump_dev_version_nightly.yml 89ab832
- Merge pull request #178 from tudat-team/177-add-nightly-bump-version-workflow Nightly bump version workflow 7cb8bc3
- Update bump_dev_version_nightly.yml Changing nightly build time for test f9789b4
- Update bump_dev_version_nightly.yml 089ee14
- Expose AtmosphereModel environment (untested) b35f135
- Possible fix to expose GravityFieldModel (untested) 3c5689c
- Possible fix to expose BodyShapeModel (untested) b352a11
- Possible fix to expose AerodynamicsReferenceFrameAngles (untested) 2465b18
- Possible fix to expose GroundStation (untested) 9a51746
- Update bump_dev_version_nightly.yml ae57e8c
- Update expose_environment.cpp 0f073b7
- Merge pull request #180 from soufyanR1/feature/add-envorinment Feature/expose environment 6f0ef0c
- Install python dependencies in a virtual environment instead of system-wide installation 393a4e2
- github token is not needed to run the bumpversion command. Mistakenly added previously. b04ae01
- Merge pull request #182 from tudat-team/181-fix-bump-version-workflow Fix bump version workflow 51a4001
- set-output will be deprecated soon. Replace 'set-output' with Environment files GITHUB_OUTPUT. Bump version should o... c480486
- Merge pull request #196 from tudat-team/195-fix-deprecation-bump-version-workflow Replace deprecated set-output Comm... 6d2445c
- Update README.md 34a78c1
- and 34 more ...
larshinueber created a comment on an issue on tudat-team/tudatpy
This has been fixed in #217 and should be available in the latest tudatpy dev build from tomorrow :)
larshinueber closed an issue on tudat-team/tudatpy
read_vector_history_from_file function (io module) - pybind failed to convert function return value to Python type
Hi all! As the title says, I encountered this issue when trying to use the function `read_vector_history_from_file` (`io` module). Precisely, pycharm returns a TypeError saying the return value ...larshinueber created a comment on an issue on tudat-team/tudatpy
Thanks! It seems that this has been fixed in the meantime (checked with the dev version) and there is even an example using the function: https://docs.tudat.space/en/latest/_src_getting_started/_sr...
larshinueber closed an issue on tudat-team/tudatpy
C++ to Python conversion crash
The function `io.read_vector_history_from_file` crashes when used on Python and gives the following error: **TypeError: Unable to convert function return value to a Python type! The signature wa...larshinueber opened a draft pull request on tudat-team/tudat-space
Feature/environment setup updates
larshinueber pushed 1 commit to feature/environment-setup-updates larshinueber/tudat-space
- restructure creating settings aee36fe
larshinueber created a comment on an issue on tudat-team/tudatpy
The exposure of `read_vector_history_from_file` will be fixed in #217. @DominicDirkx I couldnt find any reference to `get_zero_normal_mode_rotational_state`. Has this function been renamed or removed?
larshinueber opened a pull request on tudat-team/tudatpy
Fix read function exposures
Add numpy and eigen pybind header files to fix `read_vector_history_from_file` and `read_matrix_history_from_file` exposure. Docs for the entire data module are missing from the API docs because...larshinueber created a branch on larshinueber/tudatpy
fix/data-module-exposure - A Python platform to perform astrodynamics and space research.
larshinueber created a branch on larshinueber/tudat-space
feature/environment-setup-updates - An introduction and guide to tudat-space.
larshinueber edited a wiki page on tudat-team/tudatpy
larshinueber pushed 2 commits to develop larshinueber/tudat-space
larshinueber pushed 9 commits to develop larshinueber/tudat-space
- Merge pull request #135 from soufyanR1/master Remove points of attention from the Environment Models page a9fabbb
- Revert "Remove points of attention from the Environment Models page" e64023a
- Merge pull request #136 from tudat-team/revert-135-master Revert "Remove points of attention from the Environment Mo... f199fe2
- . 3b50eb6
- Removing conflicting examples 4883167
- Merge branch 'master' into develop 2d92be2
- Fixed Python version in yaml files dfdb429
- Update environment.yaml 85b44eb
- Merge branch 'develop' into develop b780e13