Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Releases: schillerlab/sc-toolbox

0.7.0 🌈

27 May 08:42
db5599a
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

📦 Dependencies

0.6.0 🌈

14 May 12:04
Compare
Choose a tag to compare

Changes

  • No changes

🐛 Bug Fixes

  • fix: Python 3.7 Literal import @Zethson

0.5.0 🌈

13 May 11:17
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

📦 Dependencies

  • [DEPENDABOT]: Bump rich from 10.1.0 to 10.2.0 (#41) @dependabot
  • [DEPENDABOT]: Bump actions/checkout from 2 to 2.3.4 (#40) @dependabot
  • [DEPENDABOT]: Bump peaceiris/actions-gh-pages from 3 to 3.8.0 (#38) @dependabot
  • [DEPENDABOT]: Bump actions/setup-python from 2 to 2.2.2 (#39) @dependabot
  • [DEPENDABOT]: Bump black from 21.5b0 to 21.5b1 (#37) @dependabot
  • [DEPENDABOT]: Bump reorder-python-imports from 2.4.0 to 2.5.0 (#34) @dependabot
  • [DEPENDABOT]: Bump flake8 from 3.9.1 to 3.9.2 (#35) @dependabot
  • [DEPENDABOT]: Bump pytest from 6.2.3 to 6.2.4 (#27) @dependabot
  • [DEPENDABOT]: Bump matplotlib from 3.4.1 to 3.4.2 (#29) @dependabot

0.4.0 🌈

08 May 20:06
41b0011
Compare
Choose a tag to compare

Changes

🚀 Features

📦 Dependencies

  • [DEPENDABOT]: Bump flake8 from 3.9.0 to 3.9.1 (#15) @dependabot
  • [DEPENDABOT]: Bump black from 20.8b1 to 21.5b0 (#25) @dependabot
  • [DEPENDABOT]: Bump pygments from 2.8.1 to 2.9.0 (#26) @dependabot
  • [DEPENDABOT]: Bump scikit-learn from 0.24.1 to 0.24.2 (#17) @dependabot
  • [DEPENDABOT]: Bump flake8-rst-docstrings from 0.0.14 to 0.2.3 (#22) @dependabot
  • [DEPENDABOT]: Bump codecov/codecov-action from v1.4.1 to v1.5.0 (#23) @dependabot
  • [DEPENDABOT]: Bump sphinx from 3.5.3 to 3.5.4 in /docs (#14) @dependabot
  • [DEPENDABOT]: Bump pre-commit from 2.12.0 to 2.12.1 (#18) @dependabot
  • [DEPENDABOT]: Bump codecov/codecov-action from v1.3.2 to v1.4.1 (#12) @dependabot
  • [DEPENDABOT]: Bump sphinx from 3.5.3 to 3.5.4 (#19) @dependabot
  • [DEPENDABOT]: Bump actions/cache from v2.1.4 to v2.1.5 (#13) @dependabot
  • [DEPENDABOT]: Bump pytest from 6.2.3 to 6.2.4 (#27) @dependabot
  • [DEPENDABOT]: Bump matplotlib from 3.4.1 to 3.4.2 (#29) @dependabot

[0.3.0 Release]

30 Apr 11:55
Compare
Choose a tag to compare
  • colormaps are now accessible from sct.plot.Colormaps.

[0.2.0 Release]

30 Apr 10:33
3caf985
Compare
Choose a tag to compare

Changes

  • Renamed the plotting functions by removing the 'plot' prefixes

[0.1.0 Release]

30 Apr 08:36
Compare
Choose a tag to compare

First Release of sc-toolbox - 0.1.0

This is an unstable release and things are subject to change

🚀 Features

  • Add all of MAs scripts
  • Add create command to create projects based on templates (#4) @Zethson
  • Add preview images in README (#3) @Zethson