NovaBench 歷史版本列表 Page10

最新版本 Signal Desktop 6.48.1

NovaBench 歷史版本列表

NovaBench 是 Windows 和 MacOS 的免費軟件基準測試。它快速測試您的計算機的功能(CPU,圖形,RAM 和存儲)。 NovaBench 自 2007 年以來已被數百萬人信任.用 NovaBench 測試計算機的速度,這是一個免費的 Windows 計算機基準測試程序。 NovaBench 旨在快速運行全面測試您的計算機組件。測試 CPU,RAM,GPU 和磁盤以產生詳細的故障... NovaBench 軟體介紹


NumPy 1.18.1 查看版本資訊

更新時間:2020-01-07
更新細節:

What's new in this version:

Fixed bugs:
- The cython random extension test was not using a temporary directory for building, resulting in a permission violation
- Numpy distutils was appending [-std=c99]{.title-ref} to all C compiler runs, leading to changed behavior and compile problems downstream. That flag is now only applied when building numpy C code

NumPy 1.17.5 查看版本資訊

更新時間:2020-01-01
更新細節:

What's new in this version:

- This release contains fixes for bugs reported against NumPy 1.17.4 along with some build improvements. The Python versions supported in this release are 3.5-3.8
- Downstream developers should use Cython >= 0.29.14 for Python 3.8 support and OpenBLAS >= 3.7 to avoid errors on the Skylake architecture
- It is recommended that developers interested in the new random bit generators upgrade to the NumPy 1.18.x series, as it has updated documentation and many small improvements

NumPy 1.16.6 查看版本資訊

更新時間:2020-01-01
更新細節:

What's new in this version:

- The NumPy 1.16.6 release fixes bugs reported against the 1.16.5 release, and also backports several enhancements from master that seem
appropriate for a release series that is the last to support Python 2.7. The wheels on PyPI are linked with OpenBLAS v0.3.7, which should fix
errors on Skylake series cpus.
- Downstream developers building this release should use Cython >= 0.29.2 and, if using OpenBLAS, OpenBLAS >= v0.3.7. The supported Python
versions are 2.7 and 3.5-3.7

NumPy 1.18.0 查看版本資訊

更新時間:2019-12-22
更新細節:

What's new in this version:

- The C-API for numpy.random has been defined and documented
- Basic infrastructure for linking with 64 bit BLAS and LAPACK libraries
- Many documentation improvements

MakeMKV 1.14.7 Beta 查看版本資訊

更新時間:2019-12-05
更新細節:

What's new in this version:

Bug fixes:
- Better compatibility for decrypted AACS 2.1 FMTS files
- Fixed variable expansion bug for default file name template

Zotero 5.0.80 查看版本資訊

更新時間:2019-12-04
更新細節:

What's new in this version:

- Fixed “Invalid field” startup error after upgrading directly from Zotero 4 (2017 or earlier) to Zotero 5.0.78-79
- Fixed performance problems with autocomplete in item tags box in large libraries (since 5.0.78)
- Restored checkmarks in Sync → “Choose Libraries…” window on Windows/Linux (since 5.0.78) and made checked/unchecked state clearer on all platforms

Zotero 5.0.79 查看版本資訊

更新時間:2019-12-03
更新細節:

What's new in this version:

- Fixed database upgrade error for some databases

MakeMKV 1.14.6 Beta 查看版本資訊

更新時間:2019-12-03
更新細節:

What's new in this version:

- Added support for AACS 2.1
- Many small bugfixes and improvements

Zotero 5.0.78 查看版本資訊

更新時間:2019-12-02
更新細節:

What's new in this version:

Functionality added or changed:
- Moved “Manage Attachments” menu from File menu to Tools menu
- Added extensions.zotero.reopenPanesOnRestart hidden pref to disable automatic reopening of collection and item panes
- Certificate override files can now be generated with current versions of Firefox (cert8.db → cert9.db)

Bugs fixed:
- Fixed automatic locale detection on macOS
- Fixed “spec is undefined” message after WebDAV verification failure
- Fixed potential out-of-memory error during syncing

NumPy 1.17.4 查看版本資訊

更新時間:2019-11-11
更新細節:

What's new in this version:

- Fixed np.random.random_integers biased generation of 8 and 16 bit integers
- Fixed np.einsum regression on Power9 and z/Linux
- Fixed histogram problem with signed integer arrays