Skip to content

Commit

Permalink
docs: dedupe 6.2.0 and 7.0.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcook authored and jcrist committed Oct 2, 2023
1 parent 1971659 commit 7ce4b1a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ or patterns from `ibis.common.patterns`
* **sqlalchemy:** support builtin aggregate functions ([3b27e23](https://github.com/ibis-project/ibis/commit/3b27e237cbfb66a97ded33a06d451e371d7dcef9))
* **sqlite:** implement caching support ([0677f8d](https://github.com/ibis-project/ibis/commit/0677f8dbe30588f608b1dab5c165e60524cd5bae))
* **tests:** support defining datatype nullability for hypothesis strategies ([ff26fb8](https://github.com/ibis-project/ibis/commit/ff26fb8209929e56a846329a258d697a0516b523))
* **trino:** add source application to trino backend ([530b0b3](https://github.com/ibis-project/ibis/commit/530b0b314f1f3aadc6272b04dbc9e595b921bfb5))
* **trino:** cross-schema table support ([9c7c65f](https://github.com/ibis-project/ibis/commit/9c7c65f59d0db8d166bf4d305b3c6c5280bd1a93))
* **udf:** add support for builtin aggregate UDFs ([8ee12bf](https://github.com/ibis-project/ibis/commit/8ee12bf73aee8446e67f8005e62e5f51450c6787))
* **udf:** support inputs without type annotations ([99e531d](https://github.com/ibis-project/ibis/commit/99e531d677419716d98843e4001a1d25d0578c8d))
Expand All @@ -111,8 +110,6 @@ or patterns from `ibis.common.patterns`
* **api:** fail on trying to construct an iterable of a deferred object ([89bf919](https://github.com/ibis-project/ibis/commit/89bf919911219808b328fbfb6104557d94770633))
* **api:** improve error message for bad arguments to `Table.select` ([258a289](https://github.com/ibis-project/ibis/commit/258a289acd02f84ca239835e93f5385325bdf56e))
* **api:** support passing `functools.partial` objects to array `.map`/`.filter` methods ([28f45d0](https://github.com/ibis-project/ibis/commit/28f45d04e5ec82e5c7b06b63bef09a98de953232))
* **bigquery,impala:** escape all ASCII escape sequences in string literals ([88e6961](https://github.com/ibis-project/ibis/commit/88e69618f11c493d3419e55ddbee322c477f8c1e))
* **bigquery:** correctly escape ASCII escape sequences in regex patterns ([f2d3245](https://github.com/ibis-project/ibis/commit/f2d324503ab804627cd0e0ec34f913ad49c95627))
* **bigquery:** generate the correct temporal literal type based on the presence of timezone information ([98a6ae0](https://github.com/ibis-project/ibis/commit/98a6ae0698e468f280de5f55b9d6689a454a7dba))
* **bigquery:** quote struct field names in memtable when necessary ([b1fcde8](https://github.com/ibis-project/ibis/commit/b1fcde8f76cbeea3a40e81fe2eebfc315ca9acc6))
* **clickhouse:** do not always prefix the table name with database, because temp tables cannot be assigned a database ([5f88102](https://github.com/ibis-project/ibis/commit/5f881026df531005a9e3d8384f34aa38fc7de0fa))
Expand Down Expand Up @@ -164,7 +161,6 @@ or patterns from `ibis.common.patterns`
* **pyspark:** default to inferring the schema of CSV files and assuming they have a header with `header=True` ([0ffda75](https://github.com/ibis-project/ibis/commit/0ffda75494dc1519511a845b1475ecd745795c38))
* **pyspark:** gate datediff op to restore pyspark 3.2 support ([4a8d611](https://github.com/ibis-project/ibis/commit/4a8d611965b9015f442e258a56494b47e7e7626b))
* **pyspark:** gate other usage of DayTimeIntervalType for PySpark 3.2 ([ab01de0](https://github.com/ibis-project/ibis/commit/ab01de0939e523578a1221b46e26c36de81965aa))
* **release:** pin conventional-changelog-conventionalcommits to 6.1.0 ([f6faf89](https://github.com/ibis-project/ibis/commit/f6faf8948424265df51cfe87e80bc73198cb1401))
* remove pandas license ([476a659](https://github.com/ibis-project/ibis/commit/476a65964addbafdf5280e8a2254ddaae2e21113))
* **repr:** ensure that column expressions are not promoted to table when repring non-interactively ([d57a162](https://github.com/ibis-project/ibis/commit/d57a162a59968d5c87a24b2094ad72f44bedb313))
* **selectors:** error when trying to select a non-existent column with `s.c` ([ae3e76e](https://github.com/ibis-project/ibis/commit/ae3e76e6b76b7681f5191a03634f5ffffbe906e5))
Expand All @@ -179,8 +175,6 @@ or patterns from `ibis.common.patterns`
* **sqlglot:** ensure back compat for `DataTypeParam` import ([65851fc](https://github.com/ibis-project/ibis/commit/65851fcd851d3ef3fdeeabccb090e63984820d41))
* **struct-column:** make `ops.StructColumn` dshape depend on its input ([7086d58](https://github.com/ibis-project/ibis/commit/7086d58d74b05a4218e6866322dd53c736842aeb))
* **trino:** differentiate between a single column struct and a non-struct column ([b1f1939](https://github.com/ibis-project/ibis/commit/b1f1939923348bce2140a9af1a8be943123635f1))
* **trino:** ensure that list_databases look at all catalogs not just the current one ([5487630](https://github.com/ibis-project/ibis/commit/54876308d7330b67153ed947f911b53ea81ed5e8))
* **trino:** override incorrect base sqlalchemy `list_schemas` implementation ([f328c76](https://github.com/ibis-project/ibis/commit/f328c76ed99db40dca0cff6d155373b0b0c4af31))
* **type hints:** improvements to type hints in ibis.expr ([297b449](https://github.com/ibis-project/ibis/commit/297b4495a1547c54740f69d0ab98c09125ef6a1e))
* **type hints:** remove notimplemented as type hints as not valid ([57ea7a1](https://github.com/ibis-project/ibis/commit/57ea7a167aa9236d6b617102aecf4338180d11f6))
* **type hints:** various improvements to type hints in common ([ff00347](https://github.com/ibis-project/ibis/commit/ff00347ac97550c8163c0f9aa7c2300d586307ca))
Expand Down Expand Up @@ -276,7 +270,6 @@ or patterns from `ibis.common.patterns`
* set expectations for the impala backend ([09c7678](https://github.com/ibis-project/ibis/commit/09c767828340c2b9f0e8aeb9cdf5c89546376c38))
* some how-to updates ([6627016](https://github.com/ibis-project/ibis/commit/66270166eb2ea594b88bb0ad1c532bb32e4b7ba3))
* swap release notes and contribute ([a242e31](https://github.com/ibis-project/ibis/commit/a242e31f74f6a1f97925cccfa71e30e210489a52))
* **trino:** add connection docstring ([5776bfa](https://github.com/ibis-project/ibis/commit/5776bfa4600a74eaae4b3e41b67d70445ca7e839))
* update `poetry` version ([15e77f7](https://github.com/ibis-project/ibis/commit/15e77f7d232aaa77afaa23ab81127cb01247d3d0))
* update link to 'example repository' instead of 'tutorial' ([c20d3ee](https://github.com/ibis-project/ibis/commit/c20d3eed19ffb471fcf439c3e77284692f1150b4))
* update link to sqlalchemy tutorial ([047aef7](https://github.com/ibis-project/ibis/commit/047aef7c26ea1bbdec3c471c545e758337c06020))
Expand Down

0 comments on commit 7ce4b1a

Please sign in to comment.