[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6.
From: |
Efraim Flashner |
Subject: |
[bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6. |
Date: |
Wed, 14 Dec 2022 22:35:21 +0200 |
* gnu/packages/julia-xyz.scm (julia-dataframes): Update to 1.3.6.
[arguments]: Adjust 'skip-failing-test phase to adjust a test to pass
with julia-1.8.
[propagated-inputs]: Add julia-categoricalarrays, julia-compat,
julia-shiftedarrays, julia-unitful.
[native-inputs]: Add julia-shiftedarrays.
---
gnu/packages/julia-xyz.scm | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 648a2a4210..0e4b2546e2 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1269,7 +1269,7 @@ (define-public julia-dataapi
(define-public julia-dataframes
(package
(name "julia-dataframes")
- (version "1.2.2")
+ (version "1.3.6")
(source
(origin
(method git-fetch)
@@ -1278,7 +1278,7 @@ (define-public julia-dataframes
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1bk0amrghgjrkyn1mm4ac23swwbgszl1d0qyl9137qj5zvv9dasp"))))
+ (base32 "01ybc1ckn5wi7kwp29g5ms4m3g650856z4xv71racbdr8475pmg5"))))
(build-system julia-build-system)
(arguments
(list
@@ -1295,24 +1295,33 @@ (define-public julia-dataframes
(string-append all "return\n")))
(substitute* "test/join.jl"
(("test (levels\\(outerjoin\\(B)" _ test)
- (string-append "test_nowarn " test))))))))
+ (string-append "test_nowarn " test)))
+ ;; Compat with julia-1.8, remove with next package update.
+ (substitute* "test/indexing_offset.jl"
+ (("@test_throws ErrorException")
+ "@test_throws Base.CanonicalIndexError")))))))
(propagated-inputs
- (list julia-dataapi
+ (list julia-categoricalarrays
+ julia-compat
+ julia-dataapi
julia-invertedindices
julia-iteratorinterfaceextensions
julia-missings
julia-pooledarrays
julia-prettytables
julia-reexport
+ julia-shiftedarrays
julia-sortingalgorithms
julia-tables
- julia-tabletraits))
+ julia-tabletraits
+ julia-unitful))
(native-inputs
(list julia-categoricalarrays
julia-combinatorics
julia-datastructures
julia-datavalues
julia-offsetarrays
+ julia-shiftedarrays
julia-unitful))
(home-page "https://dataframes.juliadata.org/stable/")
(synopsis "In-memory tabular data")
--
2.38.1
- [bug#60075] [PATCH 27/58] gnu: julia-zygote: Update to 0.6.41., (continued)
- [bug#60075] [PATCH 27/58] gnu: julia-zygote: Update to 0.6.41., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 29/58] gnu: julia-chainrulescore: Update to 1.12.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 30/58] gnu: julia-chainrulestestutils: Update to 1.5.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 31/58] gnu: Add julia-realdot., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 08/58] gnu: Remove julia-identityranges., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 22/58] gnu: julia-offsetarrays: Update to 1.12.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 28/58] gnu: julia-nnlib: Update to 0.7.34., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 07/58] gnu: julia-imagetransformations: Update to 0.9.5., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 23/58] gnu: julia-dataframes: Update to 1.3.6.,
Efraim Flashner <=
- [bug#60075] [PATCH 25/58] gnu: julia-functors: Update to 0.4.1., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 26/58] gnu: julia-zygoterules: Update to 0.2.2., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 34/58] gnu: julia-tracker: Update to 0.2.22., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 39/58] gnu: julia-requires: Update to 1.3.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 50/58] gnu: julia-arrayinterface: Update to 5.0.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 58/58] gnu: julia-imagemetadata: Update to 0.9.8., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 36/58] gnu: julia-lazyarrays: Update to 0.22.16., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 33/58] gnu: Add julia-optimisers., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 32/58] gnu: julia-chainrules: Update to 1.35.0., Efraim Flashner, 2022/12/14
- [bug#60075] [PATCH 37/58] gnu: julia-bson: Update to 0.3.6., Efraim Flashner, 2022/12/14