Releases: antarcticrainforest/tintX
tintX v2024.08.1 (2024-08-29)
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
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
- Add user-interface for loading data.
- Save tracked data and metadata to hdf5 files.
v0.1.5
if else statement for color has no effect and was deleted