hosseinmoein / DataFrame

C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
https://hosseinmoein.github.io/DataFrame/
BSD 3-Clause "New" or "Revised" License
2.44k stars 310 forks source link

simplify data asset loader for tests , example and add support for CLion #296

Closed andersc closed 5 months ago

andersc commented 5 months ago

Added a windows build action since I got no windows machine. It was the simplest way for me to verify the windows build.

andersc commented 5 months ago

MacOS build for Github actions seams to be complicated... As there is no official support for Xcode version 15 needed to get all C++23 support.

andersc commented 5 months ago

OK.. added build scripts for all major OS:es, Windows, MacOS and Linux (Ubuntu 22.04) it's all x86 could target ARM64 also if that is of interest. The C++23 requirement is making things not straight forward but it works. :-)

The runs can be seen here -> https://github.com/tickup-se/DataFrame/actions

hosseinmoein commented 5 months ago

Are we abandoning this? This overlaps with the other PR.

andersc commented 5 months ago

Yes.. let's abandon this.