Skip to content

Releases: cfnnmcg/panbiotracks

Panbiotracks 0.2.5-beta

05 Sep 23:48

Choose a tag to compare

What's new

Starting from this release, an Apple Silicon (M1, M2, M3, M4) version is available. The file is named panbiotracks_darwin_arm64_0.2.5-beta.zip.

Bugfixes

Solved the issue that was happening when trying to load an input path containing wildcards under Windows. Now, when using the functions to build internal generalized tracks or generalized nodes, it's possible to enter a path with a wildcard in it (i.e. /path/to_my/files/*.shp or C:\path\to_my\files\*.shp) as the input, and Panbiotracks will use all of the SHP files within that directory to generate the desired output.

Panbiotracks 0.2.4-beta

16 Jan 05:23

Choose a tag to compare

Bugfixes

  • Fixed output messages when creating individual nodes.
  • Fixed the problem that occurred when you wanted to save the generalized nodes file in a non-existing directory, where the program did not create the directory automatically. Now the program should create any parent directory as necessarily when saving generalized nodes.

Pending issues

The program still cannot load SHP files from a directory using wildcards like asterisks when running under Windows. For now, is necessary to add each file individually.

Panbiotracks 0.2.3-beta

09 Jan 05:45

Choose a tag to compare

What's new

Added an option (-v) to check program's version.

Bugfixes

Deleted some unnecessary output info that appeared when creating IGTs or GNs.

Pending issues

The program still cannot load SHP files from a directory using wildcards like asterisks when running under Windows. For now, is necessary to add each file individually.

Panbiotracks v0.2.2-alpha

19 Jun 20:42

Choose a tag to compare

Pre-release

Bugfix

Fixed an error where, when constructing an internal generalized track, if there were two or more segments from two or more tracks that perfectly overlapped each other (ie., they had the same start/end coordinates), the program failed to add those points to the points list and crashed.

Pending issues

The program still cannot load SHP files from a directory using wildcards like asterisks when running under Windows. For now, is necessary to add each file individually.

Panbiotracks v0.2.1-alpha

18 Apr 17:40

Choose a tag to compare

Pre-release

Bugfix

Fixed an error that would cause an individual track to be generated using wrong data.

Panbiotracks v0.2.0-alpha

18 Apr 05:47

Choose a tag to compare

Pre-release

Description

Second alpha release. Now it is possible to process multiple species data from a single CSV file to build the individual tracks. Panbiotracks will generate a SHP file for each species specified in the CSV file. More details in the README.

Target OS

GNU/Linux and Windows

v0.1.0-alpha

23 Jan 04:45

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

Description

First alpha release. The three main functions work as intended, but there may be bugs in certain situations yet to assess.

Target OS

This very first release can be run in any GNU/Linux or Windows system.