Skip to content

Releases: davewalker5/ti-84-python

Version 1.68.0

19 May 06:16
e01f3de

Choose a tag to compare

Bat Call Phase Analyser

  • Add application to analyse the pulse timing information for a bat call sequence and classify each pulse as one of:
    • SEARCH
    • APPROACH
    • BUZZ
    • EXIT
  • Also classifies the sequence as a whole based on which behavioural phases it contains
  • Tabulates the phase information and classification

Version 1.67.0

18 May 11:03
e4d02aa

Choose a tag to compare

Documentation Overhaul

  • Move all project information into the Sphinx documentation
  • Rewrite the README

Version 1.66.0

17 May 21:01
eb51f49

Choose a tag to compare

Bat Call Pulse Analysis

  • Added simple bat pulse call timing analysis and charting for:
    • Pulse Width
    • Pulse Interval Repetition (PIR)
    • Inter-Pulse Interval (IPI)
    • Delta-PIR
  • Added utility to convert analyses from the Spectrogram Viewer into inputs for the TI-84 bat pulse call analysis

Version 1.65.0

17 May 07:35
5ace56d

Choose a tag to compare

Supporting Utilities

  • Add a utility to generate the wrapper script to run the wildlife seasonal models from the consensus JSON parameters generated by the modelling process (see the ODE Solver repo and Field Notes Journal web site for more details
  • Convert path operations in the minimiser to use pathlib
  • Ensure the minimiser clears out the target folder for minimised files before running

Version 1.64.0

15 May 09:29
d659950

Choose a tag to compare

Seasonal Wildlife Modelling Improvements

  • Improve handling of parameters for the models, targeting reduction in runtime memory requirements
  • Improve commenting of the functions in the un-minimised model files
  • Add a wrapper method in front of each model making it easier to run them
  • Added example scripts for blackbird (resident), bluebell (seasonal) and redwing (winter visitor)

Version 1.63.0

14 May 17:30
c079f42

Choose a tag to compare

Seasonal Wildlife Models

  • Added the following seasonal wildlife presence/detectability models for the ODELIB module:
    • Seasonal presence, where activity is confined to a bounded window
    • Resident detectability, where presence is continuous but visibility varies
    • Winter presence, where activity wraps around the year boundary with a winter peak
  • These models are part of the wider Field Notes Journal project https://davidwalker.uk
  • They were developed using the full ODE Solver application

Version 1.62.0

13 May 12:42
6864d4c

Choose a tag to compare

  • Migrated the project from requirements.txt to pyproject.toml
  • Applied latest dependabot-recommended dependency updates
  • Remove spurious dependencies