Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed from byte[] to vector on recv side to mirror sends #211

Closed
wants to merge 25 commits into from

Conversation

ryan-dozier
Copy link
Contributor

Some testing needed still.

ryan-dozier and others added 25 commits June 10, 2024 13:47
* Add parquet-tools

* Add dump command in parquet-tools

* Enable cmake to find Arrow and Parquet installed by pip

- Add a cmake option `PIP_PYARROW_ROOT` to use Arrow and Parquet installed along with pyarrow by pip.

- Use pip to install Arrow and Parquet in the CI Test.

* Skip testing parquet on ubuntu-20.04.

* User shorter names

---------

Co-authored-by: Keita Iwabuchi <[email protected]>
* Add parquet-tools


---------

Co-authored-by: Keita Iwabuchi <[email protected]>
* Enable Doxygen & RTD

---------

Co-authored-by: Keita Iwabuchi <[email protected]>
Overhaul and standardization of containers using CRTP base classes.
---------

Co-authored-by: Lance Fletcher <[email protected]>
Co-authored-by: Trevor Steil <[email protected]>
* Enable Doxygen & RTD

* Update Doxygen & RTD (merge docs branch)

* Update Doxygen & RTD

* (RTD) Set OS and Python versions

---------

Co-authored-by: Keita Iwabuchi <[email protected]>
* Updated bag, first pass.

* Renamed container traits.   Renamed base_async_insert.

* Added move constructors.

* Renamed old partitioner.

* Wrote the initial boiler plate for set

* Got async_insert for ygm::container::set working.

* Working on map.

* Added move constructor to set class

* Got async_exe_if_contains working

* Changed async_contains interface slightly

* Added base_count class, and added bag::count functionality

* Added base_async_insert_contains class and integrated it into ygm::container::set

* Using tuple concepts.

* Added a few tests to bag

* Split base classes.

* First attempt

* Updating local repo with Roger's changes

* Temporarily commenting out broken tests

* Got multiset converted to CRTP, also added some test cases

* filter, map, flatten

* Updated test_set.cpp

* map, filter, flatten

* base_iteration

* Updates array to use CRTP base classes and adds more tests

* Fixes bug in copy constructor concerning order of initialization of member variables

* Adds ygm::container::array constructors to construct from YGM and STL containers

* adds tests for concepts

* Fixes partitioner initialization in ygm::container::array

---------

Co-authored-by: Roger Pearce <[email protected]>
Co-authored-by: Lance Fletcher <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants