Skip to content

v1.9.2

Compare
Choose a tag to compare
@alexlang74 alexlang74 released this 19 Oct 06:23
· 54 commits to main since this release
2924c70

Open-CE Version 1.9.2

This is bug fix 2 of release 1.9 of Open Cognitive Environment (Open-CE).

Bug Fix Changes

Important Notes

  • As OpenSSL 1.1 is now out of support by Anaconda and the OpenSSL team, OpenCE now contains an OpenSSL 1.1.1zz package. This package links to the OpenSSL 1.1.1 version provided by RedHat, as this version is still supported. Hence, it requires that the target environment has RedHat OpenSSL installed.
  • This version does not provide Ray. If you require Ray, stay on 1.9.1

Changes For open-ce

  • Release changes for OpenCE v1.9.2 (#887)
  • Fix numpy patch (#886)
  • OpenCE 1.9.2 changes (#885)
  • Update tokenizers pin (#888)
  • Changes for cryptography to v41.0.4 (#891)
  • Cryptography v39.* changes for ppc (#893)
  • Update openssl to add filter (#901)
  • Update zlib source url (#905)
  • Changes to build grpcio with openssl3 on s390x (#910)
  • Add git pin for s390x (#912)
  • Update cryptography patch for s390x (#913)
  • Skip test that fails on ci env (#914)
  • Build zlib in openssl-env for cuda11.2 (#917)
  • Fix conflicts for cuda 11.2 (#920)
  • Pin pandas in sklearn-pandas patch (#921)
  • Disable FIPS patch for mamba for s390x (open-ce/mamba-feedstock#28)
  • Update openssl build string (open-ce/openssl-feedstock#3)

Package Versions

A release of Open-CE consists of the environment files within the open-ce repository and a collection of feedstock repositories. The feedstock repositories contain recipes for various python packages. The following packages (among others) are part of this release:

Package Version
openssl 1.1.1zz for x86 and ppc64le
cryptography 41.0.4 for s390x and x86
cryptography 39.0.1 for ppc64le
transfomers 4.19.2 and 4.17.0
tokenizers 0.13.3
grpcio 1.53.0
rust 1.71.1
sentencepiece 0.1.97
starlette 0.25.0
SnapML 1.13.1

This release of Open-CE supports NVIDIA's CUDA versions 11.2,11.8 as well as Python 3.8,3.9,3.10.
Note: Packages on s390x are built with Anaconda's OpenSSL v3.
Packages for CUDA 11.2 are built with setuptools 61.*.

CVEs fixed by OpenCE team

The following CVE fix from upstream Transformers v4.30 is incorporated into our Transformers's recipe. (open-ce/transformers-feedstock#37)
The list of CVEs that are fixed is as follows:

CVE-2023-2800  

Getting Started

To get started with this release, see the main readme