Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Merge main into tape_ensemble_refactor #238

Closed
wants to merge 36 commits into from
Closed
Changes from 3 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
afabfb2
Add ensemble loader functions for dataframes
wilsonbb Sep 8, 2023
c826445
Updated unit tests
wilsonbb Sep 8, 2023
660deee
Lint fixes
wilsonbb Sep 8, 2023
573a138
Always update column mapping
wilsonbb Sep 8, 2023
2a64b16
Addressed review comments
wilsonbb Sep 8, 2023
43f111d
Ensure object frame is indexed
wilsonbb Sep 8, 2023
c00341b
Merge pull request #224 from lincc-frameworks/tape_load_dask
wilsonbb Sep 8, 2023
4529b68
adds a dask_on_ray tutorial
dougbrn Sep 11, 2023
aca0477
add performance comp; add use_map comment
dougbrn Sep 11, 2023
c573108
Merge pull request #225 from lincc-frameworks/ray_tutorial
dougbrn Sep 11, 2023
fb515a5
sync with map_partitions
dougbrn Sep 13, 2023
2cec0e9
sync with map_partitions
dougbrn Sep 13, 2023
88c59df
sync with map_partitions
dougbrn Sep 13, 2023
8a96ae1
sync with map_partitions
dougbrn Sep 13, 2023
d0235c3
Merge pull request #226 from lincc-frameworks/query_sync
dougbrn Sep 13, 2023
009a0b9
coalesce with map_partitions
dougbrn Sep 13, 2023
c1ed8b7
use dataframes instead of series
dougbrn Sep 13, 2023
a4c11b6
add descriptive comments
dougbrn Sep 13, 2023
710dde3
implement suggestions
dougbrn Sep 13, 2023
06ae6db
Merge pull request #227 from lincc-frameworks/map_coalesce
dougbrn Sep 13, 2023
6c830e6
Update TAPE README.md
wilsonbb Sep 13, 2023
897a5cf
Merge pull request #228 from lincc-frameworks/wilsonbb-patch-1
wilsonbb Sep 13, 2023
9688d12
Set object table index for from_dask_dataframe
wilsonbb Sep 14, 2023
3b269d3
add zero_point as float input
dougbrn Sep 15, 2023
16e509e
add ensemble default cols
dougbrn Sep 15, 2023
7561df3
Merge pull request #234 from lincc-frameworks/f2m_from_float
dougbrn Sep 15, 2023
28de82f
S82 RRLyr notebook
hombit Sep 15, 2023
7b747be
Move rrlyr nb to examples
hombit Sep 15, 2023
84c8a20
Merge pull request #235 from lincc-frameworks/rrlyr-nb
hombit Sep 20, 2023
ccebb12
Update requirements.txt to unpin sphinx
OliviaLynn Sep 28, 2023
4196c05
Update pyproject.toml to unpin sphinx
OliviaLynn Sep 28, 2023
43d8d11
Merge pull request #240 from lincc-frameworks/user/olynn/unpin-sphinx
OliviaLynn Sep 28, 2023
fc9ca41
add calc_nobs
dougbrn Oct 2, 2023
8b399cf
add calc_nobs
dougbrn Oct 2, 2023
1e51dac
add calc_nobs
dougbrn Oct 2, 2023
0f962c5
Merge pull request #251 from lincc-frameworks/calc_nobs
dougbrn Oct 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sphinx==6.1.3
sphinx_rtd_theme==1.2.0
sphinx-autoapi==2.0.1
sphinx
sphinx_rtd_theme
sphinx-autoapi
nbsphinx
ipython
jupytext
jupyter
matplotlib
eztao
ray
ray
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -36,9 +36,9 @@ dev = [
"pytest",
"pytest-cov", # Used to report total code coverage
"pre-commit", # Used to run checks before finalizing a git commit
"sphinx==6.1.3", # Used to automatically generate documentation
"sphinx_rtd_theme==1.2.0", # Used to render documentation
"sphinx-autoapi==2.0.1", # Used to automatically generate api documentation
"sphinx", # Used to automatically generate documentation
"sphinx_rtd_theme", # Used to render documentation
"sphinx-autoapi", # Used to automatically generate api documentation
"black", # Used for static linting of files
# if you add dependencies here while experimenting in a notebook and you
# want that notebook to render in your documentation, please add the