Skip to content

Commit 5b38e1e

Browse files
committed
Prepare release 7.5.1
1 parent 711d718 commit 5b38e1e

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set(PYTHONOCC_VERSION_MINOR 5)
2525
set(PYTHONOCC_VERSION_PATCH 1)
2626

2727
# Empty for official releases, set to -dev, -rc1, etc for development releases
28-
set(PYTHONOCC_VERSION_DEVEL -dev)
28+
set(PYTHONOCC_VERSION_DEVEL )
2929

3030
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
3131

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 7.5.1 - March 2021
2+
==========================
3+
4+
This release requires opencascade-7.5.1
5+
6+
* wrapper: Port to opencascade-7.5.1
7+
8+
* build: fix compilation for old versions of cmake
9+
10+
* display: fix graduated trihedron rendering
11+
12+
* display: disable default antialiasing in SimpleGui
13+
14+
* webgl: upgrade to threejs r126
15+
116
Version 7.5.0rc1 - February 2021
217
================================
318

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Downloads Badge](https://anaconda.org/pythonocc/pythonocc-core/badges/downloads.svg)](https://anaconda.org/pythonocc/pythonocc-core)
44
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/tpaviot/pythonocc-core.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/tpaviot/pythonocc-core/context:python)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/67c121324b8d4f37bc27029464c87020)](https://www.codacy.com/app/tpaviot/pythonocc-core?utm_source=github.com&utm_medium=referral&utm_content=tpaviot/pythonocc-core&utm_campaign=Badge_Grade)
6-
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.4.1)
6+
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.5.1)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3686916.svg)](https://doi.org/10.5281/zenodo.3686916)
88

99
pythonocc-core
@@ -14,7 +14,7 @@ About
1414

1515
pythonocc provides 3D modeling and dataexchange features. It is intended to CAD/PDM/PLM and BIM related development.
1616

17-
Latest release : [pythonocc-core 7.4.1 (november 2020)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.1)
17+
Latest release : [pythonocc-core 7.5.1 (march 2021)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.5.1)
1818

1919
Features
2020
--------
@@ -29,18 +29,18 @@ pythonocc provides the following features:
2929
Try online at mybinder
3030
----------------------
3131

32-
Click [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.4.1) to open a jupyter notebook running latest pythonocc-core 7.4.1, gmesh 4.5.3 (<http://gmsh.info/>) and latest IfcOpenshell (<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0>) dev branch.
32+
Click [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.5.1) to open a jupyter notebook running latest pythonocc-core 7.5.1, gmesh (<http://gmsh.info/>) and latest IfcOpenshell (<https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.6.0>) dev branch.
3333

3434
Download/install binaries for Linux/OSX/Windows
3535
-----------------------------------------------
3636

37-
pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/pythonocc-core) (they depend on third part libraries made available from the dlr-sc and conda-forge conda channels) for python 3.6, 3.7 and 3.8. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.7:
37+
pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/pythonocc-core) (they depend on third part libraries made available from the dlr-sc and conda-forge conda channels) for python 3.7, 3.8 and 3.9. This will get you up and running in minutes whether you run win32/win64/linux64/osx64. Here is an example for python 3.7:
3838

3939
```bash
4040
# first create an environment
4141
conda create --name=pyoccenv python=3.7
4242
source activate pyoccenv
43-
conda install -c conda-forge pythonocc-core=7.4.1
43+
conda install -c conda-forge pythonocc-core=7.5.1
4444
```
4545

4646
Other channels provide pythonocc-core packages, check https://anaconda.org/search?q=pythonocc-core.
@@ -71,7 +71,7 @@ We use the following online resources:
7171
pythonocc, oce and opencascade dependencies
7272
-------------------------------------------
7373

74-
From release 7.4.1, pythonocc-core depends on the official OpenCascade-7.4.0 library (<https://dev.opencascade.org>)
74+
pythonocc-core 7.5.1 depends on the official OpenCascade-7.5.1 library (<https://dev.opencascade.org>)
7575

7676
Former releases rely on oce (OpenCascade Community Edition), available at
7777
[oce C++ library / CAD kernel](https://github.com/tpaviot/oce).

ci/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "7.5.0rc1" %}
1+
{% set version = "7.5.1" %}
22

33
package:
44
name: pythonocc-core

src/PkgBase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PYTHONOCC_VERSION_PATCH = 1
44

55
# Empty for official releases, set to -dev, -rc1, etc for development releases
6-
PYTHONOCC_VERSION_DEVEL = '-dev'
6+
PYTHONOCC_VERSION_DEVEL = ''
77

88
VERSION = "%s.%s.%s%s" % (PYTHONOCC_VERSION_MAJOR, PYTHONOCC_VERSION_MINOR,
99
PYTHONOCC_VERSION_PATCH, PYTHONOCC_VERSION_DEVEL)

0 commit comments

Comments
 (0)