Skip to content

version 0.9.0

Choose a tag to compare

@basnijholt basnijholt released this 07 Oct 11:11

Since 0.8.0 we fixed the following issues:

  • #217 Command-line tool
  • #211 Defining inside main() in multiprocess will report error
  • #208 Inquiry on implementation of parallelism on the cluster
  • #207 PyYAML yaml.load(input) Deprecation
  • #203 jupyter-sphinx update Documentation enhancement
  • #199 jupyter-sphinx is pinned to non-existing branch

and merged the following Pull requests:

  • #219 pass value_scale to the LearnerND's loss_per_simplex function
  • #209 remove MPI4PY_MAX_WORKERS where it's not used
  • #204 use jupyter_sphinx v0.2.0 from conda instead of my branch
  • #200 ensure atomic writes when saving a file
  • #193 Add a SequenceLearner
  • #188 BalancingLearner: add a "cycle" strategy, sampling the learners one by one
  • #202 Authors
  • #201 Update tutorial.parallelism.rst
  • #197 Add option to display a progress bar when loading a BalancingLearner
  • #195 don't treat the no data case differently in the Learner1D Learner1D
  • #194 pin everything in the docs/environment.yml file