Antoine Paletta

Results 11 issues of Antoine Paletta

Not to be merged, just a test of this free-floating function

**Is your feature request related to a problem? Please describe.** After trying to add python bindings for the physics::data::Scalar class (which currently lacks them) in OSTk physics, I have deemed...

enhancement

**Describe the solution you'd like** So that we can autodocumentation in sphinx that leverages those docstrings, just like we do for OSTk astro

enhancement

**Is your feature request related to a problem? Please describe.** Our compile times are kind of long, likely in part because the #include way too many things that we don't...

enhancement

**Is your feature request related to a problem? Please describe.** Add mypy and pylint to ostk-python unit tests and any extra utilities we have in python

enhancement

THIS IS A WIP DRAFT that I am leaving on the side for a bit, DO NOT REVIEW It turns out that we often use the `CartesianVelocity` coordinate subset as...

**Is your feature request related to a problem? Please describe.** Currently python test fixtures are imported from other files to be used in multiple tests, and this isn't the best...

enhancement

**Is your feature request related to a problem? Please describe.** Everytime we update an ostk repo and do a release we have to manually propagate that up the chain **Describe...

enhancement

**Describe the solution you'd like** - making the release workflow conditional on the main workflow passing, before it allows you to run it - If there's a way to reduce...

enhancement

**Is your feature request related to a problem? Please describe.** There is a mix of getters and accessors in OSTk cpp code, which is unnecessary and adds duplicate code. **Describe...

enhancement