Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 08:36

2.3.0 (2024-06-19)

⚠ BREAKING CHANGES

  • create args groups + rename options
  • sampler: refactor all the code with GPT-4
  • converter: fit to test coverage + replace argument
  • rewrite all by ChatGPT-4

Features

  • handle nplicates (2d6bcce)
  • instructor: add split options (1c28568)
  • instructor: split outfiles (adcc4e8)
  • plates_generator: add option to start new col for given components (36aaba1)
  • plates_generator: rm split options (a56fbdb)
  • plates_generator: splitting volumes given a max (f4e41d1)

Bug Fixes

  • instructor: debug (f2c7650)
  • instructor: put back {} handling in wells (5ba0a24)
  • instructor: rename param name (21950c2)
  • plates_generator: rm print df in str (e50651e)
  • tests: rm import (72885cc)

Build Systems

  • replace check action (7f32e28)
  • environment.yaml: add openpyxl (fe0d3cb)
  • environment.yaml: replace pyDoE by scipy (4913bb7)
  • github: replace lint (f1b777c)
  • github: use 'make' to build (use alt ch) (dc84caa)

chore

  • create args groups + rename options (0c3a608)
  • converter: fit to test coverage + replace argument (4f04c1c)
  • sampler: refactor all the code with GPT-4 (9895a8f)
  • rewrite all by ChatGPT-4 (ac1f3ca)

Styles

Tests

  • instructor: rm test (dc59e58)
  • plates_generator: fit to list of plates (9204b60)
  • plates_generator: test dst_plate_generator (5915d02)
  • sampler: update to reach 100% coverage (6d1a079)
  • test_plates_generator: fit to previsou changes (ffed23b)