Skip to content

Releases: antarcticrainforest/tintX

tintX v2024.08.1 (2024-08-29)

29 Aug 00:03
d706ff8
Compare
Choose a tag to compare

Highlights:

This release marks a significant shift in our build system, transitioning from setup.py to pyproject.toml. This streamlined approach leverages flit for efficient package management and dependency resolution. To ensure robust testing practices, we've integrated tox into our development workflow. This allows for running tests across various Python environments, enhancing test coverage and compatibility.

Breaking Changes:

The build system now relies on pyproject.toml and flit. Existing projects using setup.py will require adjustments to build and install the package.

Testing:

To run tests use:

tox

Save Object Polygons

24 Jan 10:24
546c645
Compare
Choose a tag to compare

The release adds the following features:

  • save the polygon edges of the tracked objects.
  • attach a map projection to the data.

The tracked objects are not saved in pandas DataFrames but in georeference DataFrames. Geopandas is used to create the new DataFrames. This allows for data analysis like with pandas and adds the ability to process geo-spatial information.

New user interface

05 Sep 15:25
3f3d145
Compare
Choose a tag to compare
  • Add user-interface for loading data.
  • Save tracked data and metadata to hdf5 files.

v0.1.5

19 Jun 17:47
Compare
Choose a tag to compare
if else statement for color has no effect and was deleted