Skip to content

Commit

Permalink
v0.1.3 documentation (#956)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Chia <jaychia94@gmail.com@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored May 24, 2023
1 parent c5868b1 commit e0140ec
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ git-fetch-with-cli = true
[package]
edition = "2021"
name = "daft"
version = "0.1.2"
version = "0.1.3"

[profile.dev]
overflow-checks = false
Expand Down
6 changes: 3 additions & 3 deletions docs/source/release_notes/0.1.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Build Changes
* Update requirement of tabulate to \>=0.9.0 `#940 <https://github.com/Eventual-Inc/Daft/pull/940>`_
* unpin numpy for 3.7 to get dependabot to stop complaining `#938 <https://github.com/Eventual-Inc/Daft/pull/938>`_
* Bump slackapi/slack-github-action from 1.23.0 to 1.24.0 `#936 <https:github.com/Eventual-Inc/Daft/pull/936>`_
* Bump hypothesis from 6.75.2 to 6.75.3 `#928 <https:github.com/Eventual-Inc/Daft/pull/928>`_
* Bump dask from 2023.4.1 to 2023.5.0 `#927 <https:github.com/Eventual-Inc/Daft/pull/927>`_
* Bump serde from 1.0.162 to 1.0.163 `#921 <https:github.com/Eventual-Inc/Daft/pull/921>`_
* Bump hypothesis from 6.75.2 to 6.75.3 `#928 <https://github.com/Eventual-Inc/Daft/pull/928>`_
* Bump dask from 2023.4.1 to 2023.5.0 `#927 <https://github.com/Eventual-Inc/Daft/pull/927>`_
* Bump serde from 1.0.162 to 1.0.163 `#921 <https://github.com/Eventual-Inc/Daft/pull/921>`_


Documentation
Expand Down
22 changes: 22 additions & 0 deletions docs/source/release_notes/0.1.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Daft 0.1.3 Release Notes
========================

The Daft 0.1.3 release features fixes for a few performance regressions.

Enhancements
------------

* Very basic s3 parquet microbenchmark `#954 <https://github.com/Eventual-Inc/Daft/pull/954>`_

Bug Fixes
---------

* \[I/O\] Change back to random access read for Parquet. `#953 <https://github.com/Eventual-Inc/Daft/pull/953>`_
* \[CI\] Fix flaky Ray Datasets integration test. `#952 <https://github.com/Eventual-Inc/Daft/pull/952>`_
* \[Ray Runner\] Unfixing batch size for task awaiting `#951 <https://github.com/Eventual-Inc/Daft/pull/951>`_
* Testing object related performance fixes `#949 <https://github.com/Eventual-Inc/Daft/pull/949>`_

Build Changes
-------------

* \[ci\] \[daft publish\] pin urllib to \< 2 for conda `#950 <https://github.com/Eventual-Inc/Daft/pull/950>`_
1 change: 1 addition & 0 deletions docs/source/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release Notes

.. toctree::

v0.1.3 <0.1.3>
v0.1.2 <0.1.2>
v0.1.1 <0.1.1>
v0.1.0 <0.1.0>
Expand Down

0 comments on commit e0140ec

Please sign in to comment.