- use a polars dataframe for better efficiency - if that turns out to be a bottleneck. (!) Keep this in mind when using pandas-specific functions.
- use a polars dataframe or [fireducks](https://fireducks-dev.github.io/) for better performance - if that turns out to be a bottleneck. (!) Keep this in mind when using pandas-specific functions.
- add tests
- add pre-commit
- get a DOI for the code
...
...
@@ -35,6 +35,12 @@ Types of changes
## [Unreleased]
## v0.0.18, 2025-03-31
### Fixed
- catch byte order glitch in trajectory data when calling `.sel` to select the trajectory. See also <https://github.com/pandas-dev/pandas/issues/53234>