内容简介:Python 科学计算包 Anaconda 发布了 5.0.1 版本,详细更新日志如下: The changes detailed here are based on an upgrade from Anaconda 5.0.0. R has been updated to version 3.4.2. All R packages (includin...
Python 科学计算包 Anaconda 发布了 5.0.1 版本,详细更新日志如下:
The changes detailed here are based on an upgrade from Anaconda 5.0.0.
R has been updated to version 3.4.2. All R packages (including RStudio) have been rebuilt to be compatible with the new Anaconda 5.0 compilers.
Updated many packages, including Python, Numpy, Spyder, Navigator, and Bokeh.
The MKL library load path has been modified to address issue for Julia users.
Fixed an OpenSSL issue with WSL on Windows.
Fixed Anaconda Installer Configuration (AIC) feature for Unix installers.
Re-enabled spaces in installation paths on Windows (temporarily disabled in 5.0.0).
Changes for all x86 platforms
Updated:
anaconda-navigator 1.6.8 -> 1.6.9
bokeh 0.12.7 -> 0.12.10
conda 4.3.27 -> 4.3.30
conda-build 3.0.22 -> 3.0.27
dask 0.15.2 -> 0.15.3
dask-core 0.15.2 -> 0.15.3
distributed 1.18.3 -> 1.19.1
lxml 3.8.0 -> 4.1.0
matplotlib 2.0.2 -> 2.1.0
networkx 1.11 -> 2.0
numpy 1.13.1 -> 1.13.3
psutil 5.2.2 -> 5.4.0
pyflakes 1.5.0 -> 1.6.0
pylint 1.7.2 -> 1.7.4
python 2.7.13 -> 2.7.14
python 3.6.2 -> 3.6.3
scandir 1.5 -> 1.6
scikit-learn 0.19.0 -> 0.19.1
six 1.10.0 -> 1.11.0
spyder 3.2.3 -> 3.2.4
xlsxwriter 0.9.8 -> 1.0.2
zict 0.1.2 -> 0.1.3
More changes specific to win-64
Updated:
menuinst 1.4.8 -> 1.4.10
Added:
lzo 2.10
More changes specific to win-32
Updated:
menuinst 1.4.8 -> 1.4.10
Added:
lzo 2.10
More changes specific to osx-64
Added:
bzip2 1.0.6
lzo 2.10
More changes specific to linux-64
Added:
bzip2 1.0.6
More changes specific to linux-32
Added:
bzip2 1.0.6
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Rust 的一些科学计算相关经验
- Python科学计算库之Numpy
- 【强化学习】数据科学,从计算到推理
- 如何在计算机上配置数据科学开发环境
- [python][科学计算][numpy]使用指南
- [python][科学计算][matplotlib]使用指南
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
实现领域驱动设计
Vaughn Vernon / 滕云 / 电子工业出版社 / 2014-3 / 99.00元
领域驱动设计(DDD)是教我们如何做好软件的,同时也是教我们如何更好地使用面向对象技术的。它为我们提供了设计软件的全新视角,同时也给开发者留下了一大难题:如何将领域驱动设计付诸实践?Vaughn Vernon 的这本《实现领域驱动设计》为我们给出了全面的解答。 《实现领域驱动设计》分别从战略和战术层面详尽地讨论了如何实现DDD,其中包含了大量的最佳实践、设计准则和对一些问题的折中性讨论。《实......一起来看看 《实现领域驱动设计》 这本书的介绍吧!