Skip to content

Releases: moshejasper/kindisperse

v0.10.2

28 Jul 09:18
c344d9e
Compare
Choose a tag to compare

Fixed htmlwidgets dependency

v0.10.1

19 Jul 14:27
6907720
Compare
Choose a tag to compare

Implemented the Dispersal Model object and the 'simulate_kindist_custom' function, enabling extension of package functions to non-mosquito species. Enabled more complex treatment of breeding cycle stage at sampling in the simulation and estimation of close-kin dispersal.

v0.9.2 gentle-solid-poem

30 Mar 03:36
7cfd92e
Compare
Choose a tag to compare
Pre-release

Updates v0.9.1 to change the 'gamma' value of the 'method' parameter in 'simulate_kindist_simple' and related functions to 'vgamma' to better reflect the underlying distribution (variance-gamma).

v0.9.1

21 Mar 02:36
915a76c
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Updates 0.9.0 to improve app layout, & changes 'elongate' function to refer to 'aspect' rather than 'shape'.

v0.9.0 clever-tiny-basis

21 Mar 02:22
8988aa3
Compare
Choose a tag to compare
Pre-release

Full implementation of kindisperse up to version 9.
Since previous release:

Added gamma kernel & functions
Added rectangular dimensions
Added Mentari court data
CRAN compatibility updates

v0.6.0 abrupt-delicious-coffee

11 Dec 15:42
e1d98b4
Compare
Choose a tag to compare
Pre-release

This release outfitted the package with import and export functions, as well as an interface to transfer data between the app & r package environments. It also changed references to 'category' in parameters, to references to 'kinship'. The overall effect is to 'close the circle' on all of the most important functionality this app & package were intended to have. From here it is a question of bugfixes, minor tweaks, & updating documentation & tutorial/vignettes.

  • changed 'category' parameter to 'kinship' parameter in all classes & functions ( #19 )

  • Added file writing, reading & conversion functions (kinpair_to_tibble(), kinpair_to_tsv(), write_kindata(), read_kindata(), tsv_to_kinpair, etc. (#20 )

  • Created appdata environment with functions for transferring ('mounting') data in and out of the app (#21 )

  • Overhauled app to make use of the new functions to import/export/transfer data in & around (#23).

  • Made sample_kindist() function compatible in a basic way with KinPairData class (as these can now be passed to the app.

v0.5.0 curious-hollow-piano

09 Dec 13:47
6e8b46a
Compare
Choose a tag to compare
Pre-release

Building on the successes of the previous releases, this version introduces the new class KinPairData, which acts a stripped down foundation to KinPairSimulation.(the 0.4 increment) #13 Both classes have been overhauled with accessor methods and constructor and conversion functions (#14 #16 #17 ), and other functions now cross-talk to these classes much better also (e.g. axial functions taking them as input, #15 )

Several parameter names have been changed, especially with respect to classes (e.g. dims became simdims, sigma became dsigma)
note: a future version will globally replace 'category' with 'kinship' in many contexts.

The app data storage system was also overhauled, replacing a buggy & not suitable for remote user file-based system with an environment-based system. (the 0.5 increment, #18 )

v0.3.1 shivering-fragile-advocate

04 Dec 08:21
6defbc4
Compare
Choose a tag to compare
Pre-release

Stable functions, increased documentation, and less unhelpful imports.

v0.1.0 brilliant-trick-alarm

02 Dec 06:57
6b990c1
Compare
Choose a tag to compare
Pre-release

This pre-release version incorporates much basic functionality, including the standard simulation & graph functions, and a rudimentary version of the kindisperse app (access through 'run_kindisperse()' R command.