Skip to content

v4.0 - Update to uv and current python project specifications

Latest

Choose a tag to compare

@ghukill ghukill released this 12 Mar 14:39
· 2 commits to main since this release
d58ecce

Note: Last manually created Github tagged release

This my represent the last Github tagged release. Now that the TDA library version number is set canonically in the pyproject.toml, it's unclear what the benefit of a Github tag -- which may drift -- provides:

[project]
name = "timdex_dataset_api"
version = "4.0.0"   # <----------------

Now that this library have moved to uv, and all applications that install TDA use uv, this internal versioning is sufficient for installs and upgrades.

We may investigate a Github action that will automatically tag a release based on the internal version number, TBD.

What's Changed

Full Changelog: v3.4...v4.0