Releases: ControlNet/tensorneko
Releases · ControlNet/tensorneko
[0.3.21] TensorNeko Release
Feature:
- Add
postgres.execute
intensorneko_util.msg
.
Fix:
- The import error with PyTorch 2.5.
[0.3.20] TensorNeko Release
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
andjson
. - The val metrics not work with the metrics log name in group such as
my_metric/acc
instead ofacc
.
[0.3.19] TensorNeko Release
Features:
MultiLayerIndexer
intensorneko_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
Features:
- add
GOTIFY_TITLE
environment variable for thepush_gotify
- add support for
pathlib.Path
intensorneko.io
- add
animation
fortensorneko_util.notebook
to visualize animation in jupyter
Fix:
__new__
not working in npy reader and writer
[0.3.17] TensorNeko Release
Features:
- Implement
run_gc
to clean the cache of CUDA and python gc. - Make
try_until_success
supportexception_callback
argument
Fix:
- Wrong typing of
try_until_success
[0.3.16] TensorNeko Release
Features:
- Now the
lightning
package is optional totensorneko
. tensorneko dep_check
intensorneko_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
Features:
- Now the
subscribe
in event bus is always non-blocking. - Use
rich
traceback ifrich
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
Fix:
- Fix
ar_1d
AR calculation when the num proposals is less than the max_proposals.
[0.3.13] TensorNeko Release
Features:
- Add
file_key
arguments forap_1d
andar_1d
- Add stub for
tensorneko_lib
Fix:
- Wrong computation of
ap_1d
[0.3.12] TensorNeko Release
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.