This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ### [ 0.1.1] ( https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.0...v0.1.1 ) (2021-04-28)
3+ ## [ 1.0.0] ( https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.1...v1.0.0 ) (2021-12-02)
4+
5+ ### Bug Fixes
6+
7+ * substr fails to compile ([ #95 ] ( https://github.com/ibis-project/ibis-bigquery/pull/95 ) ))
8+
9+ ## [ 0.1.1] ( https://www.github.com/ibis-project/ibis-bigquery/compare/v0.1.0...v0.1.1 ) (2021-04-28)
410
511
612### Dependencies
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1 "
1+ __version__ = "1.0.0 "
Original file line number Diff line number Diff line change 1919# 'Development Status :: 3 - Alpha'
2020# 'Development Status :: 4 - Beta'
2121# 'Development Status :: 5 - Production/Stable'
22- release_status = "Development Status :: 4 - Beta "
22+ release_status = "Development Status :: 5 - Production/Stable' "
2323
2424package_root = pathlib .Path (__file__ ).parent
2525
4444 "ibis-framework >=1.2.0,<2.0.0dev" ,
4545 "google-cloud-bigquery >=1.12.0,<3.0.0dev" ,
4646 "google-cloud-bigquery-storage >=1.0.0,<3.0.0dev" ,
47- "pyarrow >=1.0.0,<5 .0.0dev" ,
47+ "pyarrow >=1.0.0,<7 .0.0dev" ,
4848 "pydata-google-auth" ,
4949 # Workaround for ibis 1.x incompatibility with SQLAlchemy 1.4
5050 # AttributeError: module 'sqlalchemy' has no attribute 'Binary'
You can’t perform that action at this time.
0 commit comments