Skip to content

Releases: kirill-push/polony-counting

v0.6.5

31 Jan 08:38
Compare
Choose a tag to compare

Performance

  • ⬆️ update torch version to 2.0.0+cu118 (56c5d14)

v0.6.4

30 Jan 17:37
Compare
Choose a tag to compare

Performance

  • Add to toml source to install torch with cuda (a47ccef)

v0.6.3

30 Jan 15:20
Compare
Choose a tag to compare

Performance

  • ✨ add func to run predict pipeline and save results to csv (d656c3d)

v0.6.2

28 Jan 16:33
Compare
Choose a tag to compare

Fix

  • ⚡ optimize dependencies list (0aca8f7)

v0.6.1

28 Jan 13:26
Compare
Choose a tag to compare

Fix

  • ⬆️ update python version to 3.9 and higher (45fb5d2)

v0.6.0

25 Dec 13:01
Compare
Choose a tag to compare

Feature

  • ✨ add func to calculate T7c phages from input (mock) (0904c7c)
  • ✨ add func to calculate T7 phages from input (0c7102f)
  • ✨ add func to calculate T4 phages from input (fe5b50c)
  • ✨ add func to convert polony count to phage (dd4dc19)
  • ✨ add new func to save predictions to csv file (d030352)
  • ✨ add to predict function classification (1cfc268)
  • ✨ add classifier model to predict_one_image func (0bf5f62)

Documentation

  • 📝 add table of contents to readme (bced160)
  • 📝 update readme (d08b816)
  • 📝 update main documentation page (17c4d7e)
  • 📝 update readme according to researchers recommendations (e031d05)
  • 📝 update project structure in readme (3b5dcd9)
  • 📝 update projects structure in readme (2f9f2ff)

v0.5.0

02 Dec 16:09
Compare
Choose a tag to compare

Feature

  • ✨ add new method pos_weight to PolonyDataset (1eb3e2a)
  • ✨ add new mode to Looper for training classifier (b6cb927)
  • ✨ add new mode to train classifier (9f8b94f)
  • ✨ new mode for PolonyDataset (420d2e9)
  • ✨ new mode for count data func (62d91e3)
  • ✨ new working mode for generate squares (3dd71fb)
  • ✨ new working mode for generate data (40962ed)
  • ✨ new working mode for creating empth hdf5 (d640a2d)
  • ✨ add squares classifier model (c508e4d)

v0.4.0

26 Nov 12:40
Compare
Choose a tag to compare

Feature

  • ✨ add default train function parameters from config (f9b81e9)

Fix

  • 🐛 correct indexing in path dict from dataset (e2fadb6)
  • 🔧 update learning_rate format to decimal in training config (83f9061)
  • 🐛 correct string-based indexing in path dictionary (16056d3)
  • ✏️ fix typos in dataset config (2f58d6f)
  • 🎨 change format of dataset_path param in PolonyDataset (4f0be85)
  • 🐛 remove deprecated parameter from train (c0757b1)
  • 🎨 change train import in init (4cb9ba8)
  • ✨ update reading of sys json with paths to images (d558798)
  • 🐛 change json path for correct work of package (1b2bbd3)
  • ⚡ change standart path to save data after download (e9cddda)
  • 🐛 change path for list of images with errors (03c75b0)
  • 🚚 change config path (2ed478e)
  • 📌 change numpy version to resolve bug (a6caf24)

v0.3.1

22 Nov 07:51
Compare
Choose a tag to compare

Fix

  • 🧱 update imports and paths for new layout (33b4dac)
  • 🏗️ change project layout (d4deb1a)

Documentation

  • 🔖 add project version (9dafb26)
  • 📝 update project layout in readme (5bc2308)

v0.3.0

20 Nov 13:27
Compare
Choose a tag to compare

Feature

  • ✨ add script execution functionality in main program mode (712046a)
  • ✨ add new func to fix bugs (fcd05a9)

Fix

  • 🐛 add missing params to dataset class (7ef116d)
  • 🐛 import error fix (b9dd1c8)
  • 🐛 fix bug after new test (70d5cef)
  • 🐛 fix bugs after new tests (58614b3)

Documentation

  • 📝 add coverage badge to README (55bcfed)
  • 📝 add documentation badge to readme (ea9d8f5)
  • 📝 add release badge to readme (f901f1a)
  • 📝 update CHANGELOG.md (b623660)