Skip to content

Releases: MITLibraries/timdex-dataset-api

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

12 Mar 14:39
d58ecce

Choose a tag to compare

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

v3.4 - Pin DuckDB dependency in pyproject.toml

17 Sep 15:53
d173474

Choose a tag to compare

What's Changed

Full Changelog: v3.3...v3.4

v3.3 - Pin DuckDB client to 1.3.2

17 Sep 14:54
c109865

Choose a tag to compare

What's Changed

Full Changelog: v3.2...v3.3

v3.2 - Read optimizations

04 Sep 20:22
69fd5d7

Choose a tag to compare

What's Changed

  • TIMX 543 - Optimize current records metadata queries and data retreival by @ghukill in #168
  • TIMX 543 - keyset pagination for read methods by @ghukill in #169

Full Changelog: v3.0...v3.2

v3.0 - Enhanced dataset metadata and SQL querying

15 Aug 17:56
b7c3350

Choose a tag to compare

What's Changed

Full Changelog: v2.3...v3.0

v2.3 - Current records via TIMDEXDatasetMetadata

08 Jul 12:46
ed1cf59

Choose a tag to compare

What's Changed

  • TIMX 508 - run timestamp data migration by @ghukill in #151
  • TIMX 507 - current records utilize metadata layer by @ghukill in #152
  • TIMX 512 - row group size data migration by @ghukill in #153

Full Changelog: v2.2...v2.3

v2.2 - TIMDEXDatasetMetadata introduced

27 Jun 15:04
f429b2c

Choose a tag to compare

What's Changed

  • TIMX 506 - new dataset metadata client by @ghukill in #150

Full Changelog: v2.1...v2.2

v2.1 - Explicit run_timestamp

24 Jun 14:46
a479435

Choose a tag to compare

What's Changed

  • TIMX 496 - add migrations folder and run_timestamp migration by @ghukill in #147
  • TIMX 509 - explicit run timestamp by @ghukill in #149

Full Changelog: v1.1...v2.1

v2.0 - Support for "current" records

03 Jun 15:06
926d630

Choose a tag to compare

What's Changed

  • TIMX 494 - pip audit and logging updates by @ghukill in #142
  • TIMX 494 - TIMDEXRunManager for producing ETL run metadata by @ghukill in #143
  • TIMX 494 - yield deduped, most recent records by @ghukill in #144
  • TIMX 497 - filtering current records by @ghukill in #145
  • TIMX 496 - Add run_timestamp column to dataset by @ghukill in #146

Full Changelog: v1.0...v2.0

v1.0

21 Feb 20:52
1cac28b

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v1.0