Skip to content

Releases: ControlNet/tensorneko

[0.3.21] TensorNeko Release

[0.3.20] TensorNeko Release

09 Oct 03:50
Compare
Choose a tag to compare

Feature:

  • Add test to make sure the library works for lightning 2.3 and 2.4

Fix:

  • The json writer change the default indent to 2 instead of 4 to make it same behaviour of using orjson and json.
  • The val metrics not work with the metrics log name in group such as my_metric/acc instead of acc.

[0.3.19] TensorNeko Release

30 Sep 07:27
Compare
Choose a tag to compare

Features:

  • MultiLayerIndexer in tensorneko_util.util for indexing multiple layer structures

Fix:

  • Type annotation of pickle reader
  • Ambiguous error message in opencv image reader

[0.3.18] TensorNeko Release

23 Sep 09:11
Compare
Choose a tag to compare

Features:

  • add GOTIFY_TITLE environment variable for the push_gotify
  • add support for pathlib.Path in tensorneko.io
  • add animation for tensorneko_util.notebook to visualize animation in jupyter

Fix:

  • __new__ not working in npy reader and writer

[0.3.17] TensorNeko Release

25 Aug 07:31
Compare
Choose a tag to compare

Features:

  • Implement run_gc to clean the cache of CUDA and python gc.
  • Make try_until_success support exception_callback argument

Fix:

  • Wrong typing of try_until_success

[0.3.16] TensorNeko Release

07 Aug 01:27
Compare
Choose a tag to compare

Features:

  • Now the lightning package is optional to tensorneko.
  • tensorneko dep_check in tensorneko_tool for comparing the installed packages to the given requirements file.

Fix:

  • The bug that json writer doesn't work with orjson
  • Registry typing issue

Full Changelog: 0.3.15...0.3.16

[0.3.15] TensorNeko Release

15 Jul 10:51
Compare
Choose a tag to compare

Features:

  • Now the subscribe in event bus is always non-blocking.
  • Use rich traceback if rich is installed
  • Add test for Python 3.12
  • tensorneko_util.msg.push_gotify for pushing messages to Gotify server
  • A new library named tensorneko_tool to contain CLI tools, now it includes,
    • tensorneko gotify <message> for pushing messages to Gotify server

Fix:

  • The indent 4 is not working in orjson, now force to use indent 2

[0.3.14] TensorNeko Release

03 May 11:44
Compare
Choose a tag to compare

Fix:

  • Fix ar_1d AR calculation when the num proposals is less than the max_proposals.

[0.3.13] TensorNeko Release

23 Apr 10:45
Compare
Choose a tag to compare

Features:

  • Add file_key arguments for ap_1d and ar_1d
  • Add stub for tensorneko_lib

Fix:

  • Wrong computation of ap_1d

[0.3.12] TensorNeko Release

01 Apr 16:19
Compare
Choose a tag to compare

Features:

  • new library tensorneko_lib for high performance rust implementations.
  • npy reader and writer in tensorneko_util.io
  • tensorneko_util.Timer.lines to automatically time each lines in the wrapped function.

Fix:

  • opencv image writer cannot save tensor as image.