File tree Expand file tree Collapse file tree 5 files changed +28
-5
lines changed 
docs/source/release_notes Expand file tree Collapse file tree 5 files changed +28
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ git-fetch-with-cli = true
6161[package ]
6262edition  = " 2021" 
6363name  = " daft" 
64- version  = " 0.1.2 " 
64+ version  = " 0.1.3 " 
6565
6666[profile .dev ]
6767overflow-checks  = false 
Original file line number Diff line number Diff 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
4848Documentation
Original file line number Diff line number Diff line change 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 >`_
Original file line number Diff line number Diff 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 >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments