Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.28 KB

File metadata and controls

43 lines (29 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Fixed

Changed

Removed

1.2.0 - 2025-10-10

Added

  • Deprecation warning for write_bl_table() function.

Fixed

  • classify_breed_stage() takes into account "breeding fail" option.
  • construct_bl_table() round coordinates to 6 decimal places to avoid floating point issues.

1.1.0 - 2025-09-09

Added

  • classify_breed_stage() use the hatching and brood end dates to classify

Fixed

  • join_seabird_breeding_status_with_tracking_data() now can join between two calendar years for the same albatros nesting season.

1.0.0 - 2024-04-04

Added

  • CLI function clean_gps() read csv and txt files

Removed

  • clean_gps_from_txt() deprecated. Use clean_gps() with .txt file instead.