Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
chore: release 0.1.0 (#44)
Browse files Browse the repository at this point in the history
* chore: release 0.1.0

* add to changelog
  • Loading branch information
tswast authored Apr 27, 2021
1 parent 1acce1f commit 2b92f72
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

[PyPI History][1]
## 0.1.0 (2021-04-27)

[1]: https://pypi.org/project/ibis-bigquery/#history

### Features

* add `entry_points` so that ibis 2 can discover this backend ([#38](https://github.com/ibis-project/ibis-bigquery/issues/38)) ([c3d188e](https://github.com/ibis-project/ibis-bigquery/commit/c3d188e107176c7fff6e7bce572330797cb3e2bc))
* add `ibis_bigquery.__version__` property ([#29](https://github.com/ibis-project/ibis-bigquery/issues/29)) ([58d624a](https://github.com/ibis-project/ibis-bigquery/commit/58d624abaaa9db4106241128559e28b5c2a2e715))
* add `ibis_bigquery.connect` and `ibis_bigquery.compile` functions ([#37](https://github.com/ibis-project/ibis-bigquery/issues/37)) ([7348bf2](https://github.com/ibis-project/ibis-bigquery/commit/7348bf2daea0f99e0e46d77cdcd8863f4274ab8b))
* check for negative values before doing substr ([#32](https://github.com/ibis-project/ibis-bigquery/pull/32)) ([d515184](https://github.com/ibis-project/ibis-bigquery/commit/d51518427b3178939ff40fd6a62f8298e71b57a0))


### Bug Fixes

* compatibility with ibis 1.4.0 (and possibly 1.2, 1.3) ([#31](https://github.com/ibis-project/ibis-bigquery/issues/31)) ([b6bbfbe](https://github.com/ibis-project/ibis-bigquery/commit/b6bbfbe412ec017e441ecb730c590dfccadfbd84))
* update UDF to support Python 3.8+ AST ([#25](https://github.com/ibis-project/ibis-bigquery/issues/25)) ([3d9b2cb](https://github.com/ibis-project/ibis-bigquery/commit/3d9b2cbda4ea091bfa1442a306c4ef9271fb3a4c))
* use TIMESTAMP_SUB for TimstampSub operation ([#40](https://github.com/ibis-project/ibis-bigquery/issues/40)) ([4c5cb57](https://github.com/ibis-project/ibis-bigquery/commit/4c5cb5769497eece2913ec567057b6d440c0922b))

0 comments on commit 2b92f72

Please sign in to comment.