PackageTrack

Go modules

github.com/nlpodyssey/gopickle

v0.3.0nlpodyssey/gopickle

Release timeline

32 releases since 2020
20202026

One column per quarter.

Releases

  1. v0.3.1-0.20240321150613-213a4a56e1ee21 Mar 2024pre-release

    Nothing published for this version

  2. v0.3.028 Nov 2023
    Release notes

    What's Changed

    • Add Keys function to types.Dict by @tw1nk in #5
    • update list and dict to work with loadReduce by @pbelitz in #6
    • all: add support for unpickling array.array values by @sbinet in #9
    • all: bump to Go-1.17 by @sbinet in #12
    • types: add Stringer implementation for List and Tuple by @sbinet in #11
    • types: add Stringer implementation for Dict by @sbinet in #13

    New Contributors

    Full Changelog: v0.2.0...v0.3.0

    Open source →
  3. v0.2.1-0.20231128082818-15e0f179cabb28 Nov 2023pre-release

    Nothing published for this version

  4. v0.2.1-0.20231124153821-2139434d228724 Nov 2023pre-release

    Nothing published for this version

  5. v0.2.1-0.20231120125949-7bc72137622f20 Nov 2023pre-release

    Nothing published for this version

  6. v0.2.1-0.20231117102806-0577853c9a5917 Nov 2023pre-release

    Nothing published for this version

  7. v0.2.1-0.20230313221233-40d0170dd21b13 Mar 2023pre-release

    Nothing published for this version

  8. v0.2.1-0.20230302220932-1ad39989dd672 Mar 2023pre-release

    Nothing published for this version

  9. v0.2.1-0.20230222073216-1b56f505e7ab22 Feb 2023pre-release

    Nothing published for this version

  10. v0.2.1-0.20230217010700-f85a1e5d15f717 Feb 2023pre-release

    Nothing published for this version

  11. v0.2.03 Feb 2023
    Release notes3 sources agree

    Added

    • Support for unpickling torch BFloat16Storage (PyTorch bfloat16 values are
      converted to Go float32).

    Changed

    • Performance improvements (mostly involving better buffered reading, and new
      default capacities for maps and slices)
    • types.Dict is now implemented as a slice of DictEntry, rather than a slice
      of pointers to it, to reduce extra allocations.
    • Test data has been regenerated with Python 3.10.9 and PyTorch 1.13.1.
    Open source →
  12. v0.1.1-0.20230130200328-05ed694ba9b230 Jan 2023pre-release

    Nothing published for this version

  13. v0.1.1-0.20230115185652-9519404270b915 Jan 2023pre-release

    Nothing published for this version

  14. v0.1.1-0.20221027192339-cc7379901a4e27 Oct 2022pre-release

    Nothing published for this version

  15. v0.1.1-0.20221027064151-13462cc10a8227 Oct 2022pre-release

    Nothing published for this version

  16. v0.1.06 Jan 2021
    Release notes3 sources agree

    Added

    • More and better documentation
    • OrderedDict.MustGet()
    • Dict.MustGet()
    • pytorch.LoadWithUnpickler() which allows loading PyTorch modules using a
      custom unpickler.
    • Handle legacy method torch.nn.backends.thnn._get_thnn_function_backend when
      loading pytorch modules.

    Changed

    • FrozenSet implementation was modified, avoiding confusion with Set.
    • Replace build CI job with tests and coverage
    • Dict has been reimplemented using a slice, instead of a map, because in Go
      not all types can be map's keys (e.g. slices).
    • Use Go version 1.15
    Open source →
  17. v0.0.1-alpha.1.0.20210104161111-62d00b34e7764 Jan 2021pre-release

    Nothing published for this version

  18. v0.0.1-alpha.1.0.20200619171843-320ba33b1f1c19 Jun 2020pre-release

    Nothing published for this version

  19. v0.0.1-alpha.1.0.20200526162009-532a682f519226 May 2020pre-release

    Nothing published for this version

  20. v0.0.1-alpha.123 May 2020pre-release
    Release notes3 sources agree

    Fixed

    • Modify GitHub Action steps Build and Test including all sub-packages.
    Open source →
  21. v0.0.1-alpha.0.0.20200523202420-e5140bbfbe4e23 May 2020pre-release

    Nothing published for this version

  22. v0.0.1-alpha.023 May 2020pre-release
    Release notes3 sources agree

    Added

    • Initial implementation of types package
    • Initial implementation of pickle package
    • Initial implementation of pytorch package
    Open source →
  23. v0.0.0-20230217010700-f85a1e5d15f717 Feb 2023pre-release

    Nothing published for this version

  24. v0.0.0-20221027192339-cc7379901a4e27 Oct 2022pre-release

    Nothing published for this version

  25. v0.0.0-20200523201127-85d17471da2123 May 2020pre-release

    Nothing published for this version

  26. v0.0.0-20200523132736-fef787a6473623 May 2020pre-release

    Nothing published for this version

  27. v0.0.0-20200523131214-173b7019d35623 May 2020pre-release

    Nothing published for this version

  28. v0.0.0-20200521184915-1516806e22ae21 May 2020pre-release

    Nothing published for this version

  29. v0.0.0-20200517121026-fe7413eee34e17 May 2020pre-release

    Nothing published for this version

  30. v0.0.0-20200517121025-50cee658096a17 May 2020pre-release

    Nothing published for this version

  31. v0.0.0-20200517121025-162675de040317 May 2020pre-release

    Nothing published for this version

  32. v0.0.0-20200515183353-46c2116be60115 May 2020pre-release

    Nothing published for this version