Skip to content

Releases: davbyr/ParaTC

v0.3.0

20 Dec 19:37
Compare
Choose a tag to compare

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.

Version 0.2.0

13 Dec 20:52
Compare
Choose a tag to compare

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.

Version 0.1.4

12 Dec 17:50
Compare
Choose a tag to compare

In this release, the following modules have been added:

  • bg_models
  • rmw_models
  • inflow_models
  • stress_models
  • tctools

Additionally, some private modules have been added.

TCModel() and Holland1980() have been added and explained in the README.