adaptive v0.9.0 Release Notes

Release Date: 2019-10-07 // over 4 years ago
  • ๐Ÿ›  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