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.
- The function
add_probs_to_effort_capture_data
used by cli command and entrypointwrite_effort_and_captures_with_probability
now fill missing months in the data. - The function
plot_progress_probability()
now plots all rows given.
- New entrypoint
/write_population_status_from_mixed_methods
to mix the distributions from to hunting methods.
- The entrypoint
/write_population_status
now saves the n0 distribution.
- The class
ProgressBootstrapper
to get slopes boostrap distribution json
- Change implementation of function
write_effort_and_captures_with_probability
. Now usescalculate_resampled_probability_by_window()
that resample, sort and then acumulates to get the progress probability. Also, the resolution is fixed to give the last month of the year. Please, refers to issue #556
- The entrypoint
/write_population_status
now calculates the CPUE from Esfuerzo and Capturas columns
- Add the progress probability to entrypoint
/write_population_status
- Entrypoint
/write_aerial_monitoring
to calculate total population of feral goat confidence interval from aerial monitoring.
- Entrypoint
/filter_by_method
to filter by removals technique.
- Entrypoint
/write_population_status
discards initial population lower than total captures.
- Entrypoint
/write_population_status
for population status after eradication effort.
- Entrypoint
/plot_custom_cpue_vs_cum_captures
for plot cpue vs cumulative captures (Ramsey's plot) with customize json
- Entrypoint for cpue feral goat eradication
- Cli commands
plot_cumulative_series_cpue_by_flight()
andplot_cumulative_series_cpue_by_season()
- Entrypoint for comparative plot of catch curves (Ramsey's plot)
- Entrypoint for plot cpue vs cumulative captures (Ramsey's plot)
- The resampling occurs over the
Cumulative_captures
- Add window length argument to
add_probs_to_effort_capture_data()
,write_effort_and_captures_with_probability()
and entrypoint/write_effort_and_captures_with_probability
- Deleted function
calculate_resample_six_month_slope()
0.3.0 - 2023-09-20
- New argument
bootstrapping_number
in functionwrite_effort_and_captures_with_probability()
and his dependencies.
- New resample method in
resample_fit_ramsey_plot()
using moving block bootstrapping with blocks of length 2.
- Function
remove_non_consecutive_captures()
. Resample method now validate samples to fit usingvalidate_samples_to_fit()
.
0.2.0 - 2023-09-15
- Move functions
write_progress_probability_figure
,write_effort_and_captures_with_probability
,write_effort_and_captures_with_slopes
fromgatos
repository
- Change hash for
data_requirements_plot
0.1.1 - 2023-07-25
- CHANGELOG.
- Change hash for
data_requirements_plot
because matplotlib upgrade version 3.7.2.