Releases: databrickslabs/tempo
Releases · databrickslabs/tempo
v0.1.29
v0.1.28
What's Changed
- Unify PyPI releases via GitHub OIDC by @nfx in #410
- CI/CD overhaul by @jtisbell4 in #403
- Update Docs Dependencies by @R7L208 in #411
- [GH] Decouple distribution and docs release workflows by @R7L208 in #412
- adding configuration for DBR 15.4 LTS by @tnixon in #413
- Timeseries split by @tnixon in #414
- [Chore] Release on new tag by @tnixon in #415
Full Changelog: v0.1.27...v0.1.28
v0.1.27
What's Changed
- Update LICENSE by @nfx in #366
- Api-reference docs compile by @josh-melton-db in #374
- Enhancements to Intervals - make_disjoint and init by @R7L208 in #351
- Test code and version support update by @jtisbell4 in #378
- Revert "Test code and version support update" by @tnixon in #386
- Added tokei.rs badge by @nfx in #388
- fix timestamp col type checking by @tnixon in #398
- Issue397 with range stats not recog timestamp by @tnixon in #400
New Contributors
- @josh-melton-db made their first contribution in #374
- @jtisbell4 made their first contribution in #378
Full Changelog: v0.1.26...v0.1.27
v0.1.26: Improved performance of constructing the `asofJoin()` function
v0.1.25: Fix AS OF JOIN reverted logic
Updating to include AS OF join fix for Delta Live Tables
v0.1.24: Update AS OF Join Optimization for Delta Live tables
Currently, tempo uses the underlying jvm objects to detect the size of the data frames in memory. This is not compatible with Delta Live Tables so we have updated the logic to skip the optimization and checks if not using the SQL optimization for small tables.
What's Changed
- Update asofjoin tolerance tests to ensure inclusive range by @nina-hu in #316
- Tox support by @R7L208 in #318
- [Tox Support] Additional Changes for
tox
default environment name for type checking and flake8 configuration by @R7L208 in #321 - Update tolerance type by @nina-hu in #323
- Update AS OF join to avoid get plan bytes logic by @rportilla-databricks in #334
- [mypy, coverage] Complete Type Checking for the Project and updates to Coverage configuration by @R7L208 in #324
Full Changelog: v0.1.23...v0.1.24
v0.1.23
What's Changed
- Bump ipython from 8.5.0 to 8.8.0 by @dependabot in #287
- Bump wheel from 0.37.1 to 0.38.1 in /python by @dependabot in #284
- Bump pyarrow from 9.0.0 to 10.0.1 by @dependabot in #282
- Bump jsonref from 0.3.0 to 1.0.1 by @dependabot in #279
- Update user-guide.rst by @rportilla-databricks in #285
- Bump wheel from 0.37.1 to 0.38.4 by @dependabot in #280
- Bump flake8 from 5.0.4 to 6.0.0 by @dependabot in #291
- Bump pytz from 2022.5 to 2022.7.1 by @dependabot in #290
- Bump sphinx-copybutton from 0.5.0 to 0.5.1 by @dependabot in #289
- Bump pandas from 1.5.1 to 1.5.2 by @dependabot in #288
- Update README.md by @rportilla-databricks in #301
- applied black formatting by @tnixon in #307
- Bump black from 22.10.0 to 23.3.0 by @dependabot in #303
- Bump ipython from 8.8.0 to 8.10.0 in /python by @dependabot in #298
- Bump numpy from 1.23.4 to 1.24.2 by @dependabot in #296
- removed old deprecated scala code by @tnixon in #308
- Add tolerance parameter to asofJoin by @nina-hu in #304
- Need to mark source directory as "safe" for git to perform actions during docs build by @tnixon in #314
New Contributors
Full Changelog: v0.1.22...v0.1.23
v0.1.22
What's Changed
- Bump black from 22.8.0 to 22.10.0 by @dependabot in #262
- Bump coverage from 6.4.4 to 6.5.0 by @dependabot in #260
- Bump furo from 2022.9.15 to 2022.9.29 by @dependabot in #261
- Bump pandas from 1.4.4 to 1.5.0 by @dependabot in #258
- Bump pytz from 2022.2.1 to 2022.4 by @dependabot in #259
- Bump jsonref from 0.2 to 0.3.0 by @dependabot in #264
- Bump scipy from 1.9.1 to 1.9.2 by @dependabot in #263
- Roadmap added by @souvik-databricks in #267
- Bump pandas from 1.5.0 to 1.5.1 by @dependabot in #271
- Bump scipy from 1.9.2 to 1.9.3 by @dependabot in #270
- Bump pytz from 2022.4 to 2022.5 by @dependabot in #269
- Bump numpy from 1.23.3 to 1.23.4 by @dependabot in #266
Full Changelog: v0.1.21...v0.1.22
v0.1.21
What's Changed
- Bump scipy from 1.9.0 to 1.9.1 by @dependabot in #249
- Migrate unit tests to chispa and increase test coverage by @R7L208 in #240
- Bump numpy from 1.23.2 to 1.23.3 by @dependabot in #254
- Bump pandas from 1.4.3 to 1.4.4 by @dependabot in #253
- Bump black from 22.6.0 to 22.8.0 by @dependabot in #252
- Bump coverage from 6.4.3 to 6.4.4 by @dependabot in #251
- Bump furo from 2022.6.21 to 2022.9.15 by @dependabot in #257
- Bump ipython from 8.4.0 to 8.5.0 by @dependabot in #255
- Add
IntervalsDF
by @R7L208 in #256
Full Changelog: v0.1.20...v0.1.21
v0.1.20
What's Changed
- Bump pyarrow from 8.0.0 to 9.0.0 by @dependabot in #238
- Bump flake8 from 4.0.1 to 5.0.4 by @dependabot in #237
- Bump scipy from 1.8.1 to 1.9.0 by @dependabot in #236
- Update
TSDF.extractStateInterval()
to perform state comparison per metric column. by @R7L208 in #234 - Bump pytz from 2022.1 to 2022.2.1 by @dependabot in #242
- Bump numpy from 1.23.1 to 1.23.2 by @dependabot in #241
Full Changelog: v0.1.19...v0.1.20