Some small functionality added and some small fixes:
1. shift_tracks_lon() function added to track_tools. 2. Boundary layer module added bl_models.py. Nothing in it yet. 3. Bug fix. Where translation speed = 0, translation vectors also = 0 (previously NaN) 4. Some other small fixes and changes to comments.
0.2.0
Changes since previous version: 1. Added track_tools.py module. This contains methods for modifying track dataframes, such as interpolation and subsetting. 2. Added `interp_timestep` argument to intialization of `TCModel()`. This will interpolate a track dataframe to a specified hour timestep. 3. Updated README and example notebooks. 4. Renamed `TCModel.make_wind_vectors()` to `apply_inflow_angle()`. 5. Made changes to `stress_models.cd_large_pond82`. 6. Fixed some small bugs.
0.1.4
In this release, the following modules have been added: