[dataframe] Hossein/data frame 3.2.0 (#39887)

This commit is contained in:
Hossein Moein 2024-07-13 10:25:50 -04:00 committed by GitHub
parent 86e2ea925a
commit 211a29746e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hosseinmoein/DataFrame
REF "${VERSION}"
SHA512 f202ff3890cf9afd2140cf90d04c4915a9a1fdb13ed82c5d5f8459de62ea015be653a9e196945f06f146865fdfbaf0d6514bf26210fe627d91e5839f1e1f2b96
SHA512 94c95d9fe89ddf00c7e8097eb993c35de11f97749cb7b319642064a8aa7fbdb2d1286b29e138752c47a4bc5cdd0519e4fe7a1a0df33b2990438e3fc194d9e0e0
HEAD_REF master
)
vcpkg_cmake_configure(

View File

@ -1,7 +1,7 @@
{
"name": "dataframe",
"version": "3.1.0",
"description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python",
"version": "3.2.0",
"description": "C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage",
"homepage": "https://github.com/hosseinmoein/DataFrame",
"license": "BSD-3-Clause",
"supports": "!uwp",

View File

@ -2165,7 +2165,7 @@
"port-version": 3
},
"dataframe": {
"baseline": "3.1.0",
"baseline": "3.2.0",
"port-version": 0
},
"date": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
"version": "3.2.0",
"port-version": 0
},
{
"git-tree": "40857d32d0402b8dd0a5defd76581aa7ac54b9a8",
"version": "3.1.0",