ethz-asl / data-driven-dynamics

Data Driven Dynamics Modeling for Aerial Vehicles
Other
91 stars 13 forks source link

Update visual pandas selector to pip package structure #229

Closed manumerous closed 11 months ago

manumerous commented 11 months ago

I recently reworked the visual dataframe selector, which is now called the vpselector (Visual Pandas Selector), to be compatible with the pip package structure. Therefore i added the newest changes here as well to simplify imports and dependencies management. Furthermore i put in in a libs folder to clearly distinguish between the core functionality of the parametric_model package and external packages.

The functionalities of using the interactive data selection are unchanged and were tested to still be working.

manumerous commented 11 months ago

@Jaeyoung-Lim Yes i plan to do that. There might still be a few intermediate steps needed to set this up properly. Especially ensuring all the coding standards are met and an auto deploy pipeline exists. Therefore i already wanted to adjust this here. But i will update this repo as soon as I find time to do this. :)

I think we should actually consider putting the "parametric_model" project into a proper pip project structure to make it easier for others to pull in the functionality as a package in their own work. it seems that a lot of people nowadays are moving away from a requirements.txt towards the pyproject.yaml for the dependency management.