Skip to content

Releases: DASDAE/dascore

v0.1.13

23 Dec 00:34
79c09ac

Choose a tag to compare

Highlights

  • New muting suite: line_mute and slope_mute with smoothing support, extensive tests, and benchmarks.
    #579
  • New align_to_coord API for shifting traces based on non‑dim coordinates, plus initial tests/benchmarks.
    #561
  • Waterfall plotting refactor and improvements to rendering controls, units, and docs.
    #574
  • ProdML support expanded to include FBE (frequency‑band extracted) datasets.
    #571
  • FEBUS: support + tests for Valencia files, new registry entry.
    #589

Bug Fixes

  • align_to_coord reverse/same mode size bug fixed; new tests for reverse shifting.
    #578
  • align_to_coord now permits non‑overlapping traces in mode="full" and errors for same/valid.
    #585
  • align_to_coord correlation round‑trip fix + improved time axis handling in plots.
    #582
  • Wiggle plot now supports 1D patches (issue #462).
    #564
  • Waterfall extents handle NaN/NaT coords safely (issue #534).
    #562
  • DasDAE can read multi‑dim coords; multi‑dim selection now skipped on read.
    #588
  • Spool iteration skips incompatible patches with a warning (issue #583).
    #584
  • Patch history truncates embedded Patch representations to avoid huge history strings (issue #529).
    #565
  • Time conversion: immutable arrays with NaNs now handled safely (issue #575).
    #576
  • Timedelta‑to‑datetime conversion fixed and tested.
    #577

Breaking / Behavior Changes

  • align_to_coord semantics now strictly relative offsets; absolute‑mode behavior removed, dtype validation added.
    #582
  • Patch.transpose now raises a clearer error when invalid dims are supplied (tests expanded).
    #573
  • CoordManager equality ignores private non‑dim coords; private dims still affect equality.
    #586
  • line_mute relative behavior updated to honor negative offsets from the end.
    #592

Dev / Maintenance

  • Patch function type hints expanded across processing modules; febus utils and integrate changes.
    #590
  • CI updates: test cache, shared vars, workflow tweaks, tested version bump.
    #591

Full Changelog: v0.1.12...v0.1.13

v0.1.12

30 Sep 14:49
d843736

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

10 Sep 08:31
4242dc7

Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

26 Aug 08:34
d6e1c58

Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

06 Aug 20:19
2d2a7dd

Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v.0.1.8

01 Aug 17:09
b816be7

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 May 21:34
a9880e5

Choose a tag to compare

This release only includes minor bug fixes.

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

06 Mar 19:30
045cbbb

Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

31 Dec 06:28
084f21f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

08 Nov 15:34
ad2ecb5

Choose a tag to compare

Features

Bug fixes

Misc

Full Changelog: v0.1.3...v0.1.4