Skip to content

Releases: UCSD-E4E/e4e-deduplication

v0.7.1

18 Dec 04:42
Compare
Choose a tag to compare

v0.7.1 (2023-12-18)

Ci

Fix

  • fix: Faster job cache (#20) (a113912)

  • fix: Fixes synology_api version (67e5d9d)

  • fix: switching to internal offset dict (00b02af)

Style

v0.7.0

17 Dec 05:28
Compare
Choose a tag to compare

v0.7.0 (2023-12-17)

Feature

  • feat: Adds byte based progress bar (#18) (d8d2a07)

  • feat: Adds byte based progress bar (27f9ec3)

v0.6.1

17 Dec 04:58
Compare
Choose a tag to compare

v0.6.1 (2023-12-17)

Fix

  • fix: Fixes job cache handle initialization (ca3246d)

v0.6.0

16 Dec 04:55
Compare
Choose a tag to compare

v0.6.0 (2023-12-16)

Ci

Feature

  • feat: reduce sql db overhead (#17) (7200b03)

  • feat: Switch to csv based hash cache (b023e79)

Fix

Style

  • style: Removes unused import (67fde55)

Unknown

  • wip: Switching to filesort based duplication (8820a1f)

v0.5.2

15 Dec 06:57
Compare
Choose a tag to compare

v0.5.2 (2023-12-15)

Fix

  • fix: Switching to non-multiprocess Queue (f58cbaa)

  • fix: Removes submodule (9f0685d)

v0.5.1

15 Dec 05:56
Compare
Choose a tag to compare

v0.5.1 (2023-12-15)

Ci

  • ci: Fixes wheel build (0ba6a84)

  • ci: Fixes release.yml to no longer require cibuildwheel (fff48f6)

Fix

v0.5.0

15 Dec 04:15
Compare
Choose a tag to compare

v0.5.0 (2023-12-15)

Feature

  • feat: Uses python parallel hasher (#13) (c0351a5)

  • feat: Switching to python hasher (11b14ca)

  • feat: Uses python parallel hasher (40a9eb1)

Fix

  • fix: Removes pybind11 dependency (7217838)

Style

v0.4.0

13 Dec 01:23
Compare
Choose a tag to compare

v0.4.0 (2023-12-13)

Feature

  • feat: sqitches to sqlite3 and thread pool (1100593)

  • feat: Switches to a parallel thread hasher (ee04599)

  • feat: Switching to threadpool and optimizing dataflow (998fb60)

  • feat: Implements sqlite3 backend (f87d9b8)

Fix

  • fix: Fixes GIL release (acc71f1)

  • fix: Re-adds the file discovery tqdm (6dcfc30)

Unknown

  • Merge remote-tracking branch 'refs/remotes/origin/sqlite3_testing'

Conflicts:
e4e_deduplication/analyzer.py (8c22f01)

  • Merge branch 'master' into 8-possible-memory-leak (15427e4)

v0.3.0

12 Dec 01:43
Compare
Choose a tag to compare

v0.3.0 (2023-12-12)

Feature

  • feat: Adds progress bars

Merge pull request #11 from UCSD-E4E/4-progress-bar-for-analysis-result-aggregation (6abf954)

  • feat: Adds progress bars (c45e590)

Unknown

  • Merge pull request #10 from UCSD-E4E/7-add-user-confirmation-for-clear_cache

feat: Adds clear cache check (8572e57)

v0.2.2

11 Dec 23:54
Compare
Choose a tag to compare

v0.2.2 (2023-12-11)

Ci

Fix

  • fix: Updates log timestamps (92514f6)

  • fix: Fixes logging timestamp format (d518c7f)