内容简介: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]使用指南
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
编程算法新手自学手册
管西京 / 机械工业 / 2012-1 / 69.80元
《编程算法新手自学手册》主要内容简介:算法是指在有限步骤内求解某一问题所使用的一组定义明确的规则。程序员都会看重数据结构和算法的作用,水平越高,就越能理解算法的重要性。算法不仅是运算工具,更是程序的灵魂。《编程算法新手自学手册》循序渐进、由浅入深地详细讲解了基于C语言算法的核心技术,并通过具体实例的实现过程演练了各个知识点的具体使用流程。全书共11章,分为4篇。1~2章是基础篇,介绍算法开发所必需......一起来看看 《编程算法新手自学手册》 这本书的介绍吧!