Very nice! Thanks Sebastien!

On Saturday, August 9, 2025 at 4:25:38 PM UTC+1 Sebastien Binet wrote:

> Hi there, 
>
> Yesterday, I've released v0.12.0 of npyio, a package that achieves 
> interoperability with numpy data files: 
>
>
> https://pkg.go.dev/codeberg.org/sbinet/np...@v0.12.0#example-package-ReadIntoUserStruct
>  
> <https://pkg.go.dev/codeberg.org/sbinet/npyio@v0.12.0#example-package-ReadIntoUserStruct>
>  
>
>
> https://pkg.go.dev/codeberg.org/sbinet/np...@v0.12.0#example-package-WriteUserStruct
>  
> <https://pkg.go.dev/codeberg.org/sbinet/npyio@v0.12.0#example-package-WriteUserStruct>
>  
>
> This release provides improved support for the so called recarrays (record 
> arrays, or arrays of composite types). 
>
> One can now read recarrays into user provided struct values (and 
> slices/arrays of those) as well as save these values into numpy data files 
> (and read them back from python). 
>
> Not all Go values are supported nor meaningful in a numpy data file 
> context (ie: maps, interfaces and channels are off limits). 
>
> Also, right now ragged arrays can only be read, not written (writing 
> support would mean writing a pickle serialization package - gpython has one 
> but it's a bit of a large dependency). 
>
> Enjoy, 
> -s 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/b16e1b7e-103e-4086-8e2f-298d5ef920ddn%40googlegroups.com.

Reply via email to