-
Notifications
You must be signed in to change notification settings - Fork 22
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
…com/ryan-dozier/ygm into feature-vector-irecv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some testing needed still.