Skip to content

Latest commit

 

History

History
274 lines (163 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

274 lines (163 loc) · 6.32 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[0.2.0-alpha2] - 2024-10-23

  • fix: correct way from image to tensor
  • download model from pytorch.org

[0.2.0-alpha1] - 2024-10-19

  • allow half-precision training
  • dynamicly get binary name when generating completion

[0.1.0] - 2024-10-19

  • release: ResNet version
  • future: CLIP instead

[0.1.0-alpha51] - 2024-10-19

  • improve: result display

[0.1.0-alpha50] - 2024-10-18

  • improve: image data enhancement on color
  • improve: make divider solver's num_iters configurable
  • enhance: multi-cuda devices

[0.1.0-alpha49] - 2024-10-15

  • inc ver
  • better default value

[0.1.0-alpha48] - 2024-10-15

  • windows adaptation
  • improve: tagger tag will display tags in each image's title
  • bump deps

[0.1.0-alpha47] - 2024-10-14

  • improve: picker now auto-removes bad symlinks
  • improve: random initialization for divider solver
  • improve: tagger tag will sort files according to the last modified time

[0.1.0-alpha46] - 2024-10-13

  • display improve

[0.1.0-alpha45] - 2024-10-11

  • improve: up-sample image when training
  • enhance: a solver is added to balance the number of tags
  • enhance: candle backend

[0.1.0-alpha44] - 2024-10-09

  • fix bug: image resize factor not as the right type
  • improve: take label weight into account when training
  • improve: new observer
  • improve: better default lr
  • improve: better weight calculation

[0.1.0-alpha43] - 2024-10-08

  • make observer optional
  • improve: self-define hamming score confidence threshold when training
  • improve: more soft lr scheduler
  • improve: more reasonable early stop strategy
  • improve: BinaryCrossEntropyLoss with label smoothing

[0.1.0-alpha42] - 2024-10-07

  • fix bug: fix MyPicker count mistake
  • improve: sort before display, making similar-name files gather together

[0.1.0-alpha41] - 2024-10-05

  • fix bug: when training, if file not found or unable to be loaded, it will skip current training epoch. Now pre-check will be taken and an error will be thrown if file unaccessiable

[0.1.0-alpha40] - 2024-10-05

  • deprecated: tagger cmp sub-command
  • improve: random forest instead of regression
  • improve: linear learning rate scheduler
  • improve: more metrics to show in burnxp train
  • improve: better prediction output with confidence threshold

[0.1.0-alpha39] - 2024-10-03

  • fix bug: tagger divide not working properly
  • fix bug: valid-dataset loader not working properly

[0.1.0-alpha38] - 2024-10-03

  • rename: score to burnxp
  • broken update: turn tags.json to scores.json and in diifferent format

[0.1.0-alpha37] - 2024-10-03

  • cache relative path instead

[0.1.0-alpha36] - 2024-10-03

  • enhance: tagger tag sub-command, helping score images by tagging

[0.1.0-alpha35] - 2024-10-02

  • improve piker: show path if load failed
  • fix bug: tagger score do not work properly in Kitty
  • improve perf: tagger pick now pre-load images following user input direction
  • bump deps

[0.1.0-alpha34] - 2024-10-01

  • improve perf: tagger will cache the loaded images in memory
  • improve perf: tagger will pre-load images in memory

[0.1.0-alpha33] - 2024-09-30

  • improve perf and fix bug: tagger pick

[0.1.0-alpha32] - 2024-09-29

  • enhance: tagger pick page ops
  • refact with Widget

[0.1.0-alpha31] - 2024-09-28

  • improve: a more efficient image picker
  • bump deps

[0.1.0-alpha30] - 2024-09-28

  • fix: data_loader open_image now canonicalizes path before opening
  • fix: Image Component now canonicalizes path before opening
  • fix: tagger observe panic if the height of the terminal is too small
  • improve: default ratio of tagger divide is 9:1 now

[0.1.0-alpha29] - 2024-09-25

  • remove unnecessary layers in model
  • fix score: a vital bug of data loader, it used to resize images in a wrong way

[0.1.0-alpha28] - 2024-09-25

  • improve: real-time output of score predict tty mode
  • improve: better default arguments for score predict

[0.1.0-alpha27] - 2024-09-24

  • fix score: dataloader panic if image is zero size
  • improve score: preset more default arguments
  • improve score: more metrics to show
  • fix tagger observe: panic if height of terminal is zero
  • fix tagger pick: now abusolute path is used for softlink
  • enhance tagger pick: add hardlink support

[0.1.0-alpha26] - 2024-09-24

  • generate auto complete scripts
  • enhance tagger: add tagger divide subcommand
  • enhance tagger: add tagger observe subcommand

[0.1.0-alpha25] - 2024-09-22

  • improve: show path and error if failed to load image

[0.1.0-alpha24] - 2024-09-22

  • fix: memory leak of Matrix's inner map keys

[0.1.0-alpha23] - 2024-09-21

  • counter not increase when recovering from cache

[0.1.0-alpha22] - 2024-09-21

  • fix picker: cache won't be saved after finishing
  • improve picker: finish screen will show when finishing

[0.1.0-alpha21] - 2024-09-21

  • fix: a bug when handling duplicate file name

[0.1.0-alpha20] - 2024-09-19

  • improve: allow pretained model to be used

[0.1.0-alpha19] - 2024-09-18

  • fix: score open image does not follow symlink

[0.1.0-alpha18] - 2024-09-18

  • use FilterType::Gaussian instead for better resolution

[0.1.0-alpha17] - 2024-09-18

  • fix picker: quiting will mis-cache the last image as dropped

[0.1.0-alpha16] - 2024-09-17

  • fix: no delete key on mac, use backspace instead

[0.1.0-alpha15] - 2024-09-17

  • tagger now support pick images

[0.1.0-alpha14] - 2024-09-17

  • cache relative path instead

[0.1.0-alpha13] - 2024-09-17

  • give up windows tagger support

[0.1.0-alpha12] - 2024-09-17

  • fix ci for windows

[0.1.0-alpha11] - 2024-09-15

  • fix windows setups script mistake
  • try fix windows image display bug

[0.1.0-alpha10] - 2024-09-15

  • score MVP

[0.1.0-alpha9] - 2024-09-14

  • tagger MVP

[0.1.0-alpha8] - 2024-09-14

  • ci test

[0.1.0-alpha7] - 2024-09-12

  • ci test

[0.1.0-alpha6] - 2024-09-12

  • ci test

[0.1.0-alpha5] - 2024-09-11

  • ci test

[0.1.0-alpha4] - 2024-09-10

  • ci test

[0.1.0-alpha3] - 2024-09-09

  • ci test

[0.1.0-alpha2] - 2024-09-05

  • ci test

[0.1.0-alpha1] - 2024-09-03

  • ci test