Skip to content

v.1.2.0

Compare
Choose a tag to compare
@kklein kklein released this 04 Nov 10:36
· 234 commits to main since this release
68e3d6b

What's Changed

  • fixed typos in docs by @ConnorLeggettQC in #30
  • Fix msodbc installation problem in CI. by @kklein in #34
  • Improve varchar regex assertion message by @kklein in #33
  • Add code coverage to test suite. by @kklein in #35
  • Point codecov to main branch instead of master branch. by @kklein in #36
  • Pin snowflake-sqlalchemy. by @kklein in #40
  • Provide implementation of in-database VarCharRegex constraint. by @kklein in #38
  • Minor refactoring of KS test. by @kklein in #41
  • Reimplement Kolmogorov Smirnov query logic with sqlalchemy's Language Expression API by @kklein in #44
  • Minor improvements on readthedocs by @kklein in #43
  • Bump codecov/codecov-action from 2.1.0 to 3.1.0 by @dependabot in #46
  • Fix typo in documentation by @kklein in #47
  • Add example revolving around Twitch data to documentation by @kklein in #48
  • Fix documentation build errors. by @kklein in #50
  • Fix data processing error in tutorial by @kklein in #51
  • Restrict writing of test data to scenario in which it previously didn't exist. by @kklein in #52
  • Remove snowflake-sqlalchemy pin. by @kklein in #55
  • Expand on testing in documentation by @kklein in #56
  • Add example on dates data by @kklein in #57
  • Remove internal interfaces from api doc. by @kklein in #59
  • Publish on release by @kklein in #60
  • Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #61
  • Fix typo. by @kklein in #62
  • Bigquery support by @ClaudioVanoniQC in #64
  • Run CI also on pull_request event by @xhochy in #67
  • Remove HEAD ref from GitHub workflow by @kklein in #70
  • Upgrade checkout action. by @kklein in #72
  • Restrict push worfklow trigger by @kklein in #71
  • Add pre-commit-autoupdate workflow by @xhochy in #73
  • Auto-update pre-commit hooks by @github-actions in #75
  • Change build and publish trigger to also trigger for releases. by @kklein in #74
  • Fix typo in build-and-publish workflow. by @kklein in #76
  • Bump version for release. by @kklein in #78

New Contributors

Full Changelog: v1.1.1...v1.2.0