issues Search Results · repo:JuliaIO/JLD2.jl language:Julia
Filter by
358 results
(93 ms)358 results
inJuliaIO/JLD2.jl (press backspace or delete to remove)Hello,
I am running CI for this package, which is registered in Julia s registry. This is the script:
name: CI
on:
push:
branches:
- main
- dev
pull_request:
permissions:
actions: ...
aquaresima
- 2
- Opened 12 days ago
- #657
The Filter ID is 32026. Unfortunately, this also has some memory safety bugs currently
https://github.com/JuliaIO/ChunkCodecs.jl/pull/54/files#r2145528949
Originally posted by @nhz2 in https://github.com/JuliaIO/JLD2.jl/issues/651#issuecomment-3050124281 ...
enhancement
upstream
JonasIsensee
- Opened on Jul 8
- #652
When I tried to use readmmap for a HDF5 file, I got the error ERROR: ArgumentError: unsafe_wrap: pointer 0x325c006f4 is
not properly aligned to 8 bytes. (But HDF5.readmmap(dset) works for me).
Maybe we ...
enhancement
Beforerr
- 3
- Opened on Jun 6
- #648
There are some special array types, such as CUDA.CuArray which currently silently fail when writing to disk (e.g., in
the case of CuArray, it writes the array meta-data and device pointer to disk which ...
discussion
lassepe
- 2
- Opened on Jun 4
- #647
Hey there,
I just noticed that this small code crashes on Julia 1.12.0-beta3, but is fine on Julia 1.11.
using JLD2, ExtendableGrids
grid = grid_unitcube(Tetrahedron3D)
save( grid.jld2 , grid , grid) ...
pjaap
- 9
- Opened on May 20
- #645
I have a question about the purpose of the warning that arises when I save an anonymous function, e.g.,
┌ Warning: Attempting to store var #1#2 .
│ JLD2 only stores functions by name.
│ This may not ...
jdeldre
- 2
- Opened on Apr 27
- #644
I would like to be able to have the convenience of JLD2, while also making sure that any files I create will be easily
readable from other languages (i.e. no _types group). Is there a way to do this? The ...
ajwheeler
- 2
- Opened on Apr 9
- #641
I just want to share this observation, which suggests some room for optimization:
x = [rand(1:10,2) for _ in 1:2^10]
@save x.jld2 x
println(stat( x.jld2 ).size/Base.summarysize(x)) # almost 2
y = ...
question
solved
cyanescent
- 1
- Opened on Mar 29
- #640
I try to update some data file to remove a heavy entry in a dictionary. I use this code, which works except that the
size of the data file is not reduced as expected but exactly double, which defeats the ...
question
solved
cyanescent
- 2
- Opened on Mar 29
- #639
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type ? for help, ]? for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| ...
tpapp
- 2
- Opened on Mar 21
- #636

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.