Skip to content

Commit e0140ec

Browse files
jaychiaJay Chia
andauthored
v0.1.3 documentation (#956)
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
1 parent c5868b1 commit e0140ec

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ git-fetch-with-cli = true
6161
[package]
6262
edition = "2021"
6363
name = "daft"
64-
version = "0.1.2"
64+
version = "0.1.3"
6565

6666
[profile.dev]
6767
overflow-checks = false

docs/source/release_notes/0.1.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Build Changes
4040
* Update requirement of tabulate to \>=0.9.0 `#940 <https://github.com/Eventual-Inc/Daft/pull/940>`_
4141
* unpin numpy for 3.7 to get dependabot to stop complaining `#938 <https://github.com/Eventual-Inc/Daft/pull/938>`_
4242
* Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 `#936 <https:github.com/Eventual-Inc/Daft/pull/936>`_
43-
* Bump hypothesis from 6.75.2 to 6.75.3 `#928 <https:github.com/Eventual-Inc/Daft/pull/928>`_
44-
* Bump dask from 2023.4.1 to 2023.5.0 `#927 <https:github.com/Eventual-Inc/Daft/pull/927>`_
45-
* Bump serde from 1.0.162 to 1.0.163 `#921 <https:github.com/Eventual-Inc/Daft/pull/921>`_
43+
* Bump hypothesis from 6.75.2 to 6.75.3 `#928 <https://github.com/Eventual-Inc/Daft/pull/928>`_
44+
* Bump dask from 2023.4.1 to 2023.5.0 `#927 <https://github.com/Eventual-Inc/Daft/pull/927>`_
45+
* Bump serde from 1.0.162 to 1.0.163 `#921 <https://github.com/Eventual-Inc/Daft/pull/921>`_
4646

4747

4848
Documentation
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Daft 0.1.3 Release Notes
2+
========================
3+
4+
The Daft 0.1.3 release features fixes for a few performance regressions.
5+
6+
Enhancements
7+
------------
8+
9+
* Very basic s3 parquet microbenchmark `#954 <https://github.com/Eventual-Inc/Daft/pull/954>`_
10+
11+
Bug Fixes
12+
---------
13+
14+
* \[I/O\] Change back to random access read for Parquet. `#953 <https://github.com/Eventual-Inc/Daft/pull/953>`_
15+
* \[CI\] Fix flaky Ray Datasets integration test. `#952 <https://github.com/Eventual-Inc/Daft/pull/952>`_
16+
* \[Ray Runner\] Unfixing batch size for task awaiting `#951 <https://github.com/Eventual-Inc/Daft/pull/951>`_
17+
* Testing object related performance fixes `#949 <https://github.com/Eventual-Inc/Daft/pull/949>`_
18+
19+
Build Changes
20+
-------------
21+
22+
* \[ci\] \[daft publish\] pin urllib to \< 2 for conda `#950 <https://github.com/Eventual-Inc/Daft/pull/950>`_

docs/source/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release Notes
33

44
.. toctree::
55

6+
v0.1.3 <0.1.3>
67
v0.1.2 <0.1.2>
78
v0.1.1 <0.1.1>
89
v0.1.0 <0.1.0>

0 commit comments

Comments
 (0)