Skip to content

Commit

Permalink
[dataframe] Upgrading C++ DataFrame to version 3.3.0 (#41303)
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein authored Oct 2, 2024
1 parent 21c0fc5 commit 0c21c70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/dataframe/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO hosseinmoein/DataFrame
REF "${VERSION}"
SHA512 94c95d9fe89ddf00c7e8097eb993c35de11f97749cb7b319642064a8aa7fbdb2d1286b29e138752c47a4bc5cdd0519e4fe7a1a0df33b2990438e3fc194d9e0e0
SHA512 0586c114091dcc030d25a16dfe5f8bc9eeaedd1f8d7be6ceeb14538fd848fab45515367de0bb095b8a91b4570111a76c37ffe1cb406b136afef2dcf0fd977ac7
HEAD_REF master
)
vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/dataframe/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataframe",
"version": "3.2.0",
"version": "3.3.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@
"port-version": 3
},
"dataframe": {
"baseline": "3.2.0",
"baseline": "3.3.0",
"port-version": 0
},
"date": {
Expand Down
7 changes: 6 additions & 1 deletion versions/d-/dataframe.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"versions": [
{
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
"git-tree": "a962ca141fcfcab2e7d40a4c705283503cc1eb33",
"version": "3.3.0",
"port-version": 0
},
{
"git-tree": "1fcfb92efe87c15eaa2f1f94e0ea7e93d48cc07b",
"version": "3.2.0",
"port-version": 0
},
Expand Down

0 comments on commit 0c21c70

Please sign in to comment.