Skip to content

Releases: neuro-ml/deep_pipe

Support for more complicated checkpoints logic

27 Dec 22:31
Compare
Choose a tag to compare
  • Renamed axes argument to axis throughout the library
  • Significantly faster sampling sources in dpipe.batch_iter
  • More extensions are supported by load and save from dpipe.io

Process-based parallelism in batch iterators

17 Aug 10:57
Compare
Choose a tag to compare

A collection of small updates combined into a release

11 May 21:22
Compare
Choose a tag to compare
  • Renamed dpipe.medim to dpipe.im. Moved all medical-related code to separate repositories. dpipe.medim will still be importable until the next release
  • Support for adaptive batch size in batch iterators. To ensure reproducibility, sources now have a random_state argument
  • Experiment layouts - a new, simpler way to build and run experiments
  • Various fixes

alpha-6

06 Aug 20:59
Compare
Choose a tag to compare
alpha-6 Pre-release
Pre-release
  • Got rid of Snakemake.
  • Added functions with bindings to the configs grammar.
  • Added dicom_utils.
  • Removed a lot of deprecated stuff and reorganized some modules' structure.

alpha-5

07 May 18:24
Compare
Choose a tag to compare
alpha-5 Pre-release
Pre-release
  • Removed tensorflow
  • Added more sugar in the configs' grammar
  • Refactored some preprocessing code
  • Moving towards modular models and batch-predict

alpha-4

16 Mar 15:05
Compare
Choose a tag to compare
alpha-4 Pre-release
Pre-release
  • Major refactoring of datasets
  • Improved configs grammar
  • Snakemake files are modular now
  • Added setup.py. Now dpipe can be installed via pip

alpha-3

09 Feb 14:43
Compare
Choose a tag to compare
alpha-3 Pre-release
Pre-release
  • Simplified the batch iterators
  • Updated external resources support
  • Improved configs grammar

alpha-2

14 Dec 09:42
930f71d
Compare
Choose a tag to compare
alpha-2 Pre-release
Pre-release

highly cutomized the training process. updated the docs.
made the resource manager even more pythonic.
added support for external resources.
moved documentation htmls to another repo.

alpha-1

21 Nov 13:10
9b065d5
Compare
Choose a tag to compare
alpha-1 Pre-release
Pre-release
Merge pull request #32 from neuro-ml/develop

Develop