Skip to content

Commit 612d565

Browse files
authored
Merge pull request #914 from tpaviot/review/prepare-7.4.1
Set version number to 7.4.1, update README, NEWS
2 parents 9022793 + dd5441a commit 612d565

File tree

4 files changed

+35
-9
lines changed

4 files changed

+35
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(PYTHONOCC_VERSION_MAJOR 7)
2323
set(PYTHONOCC_VERSION_MINOR 4)
2424
set(PYTHONOCC_VERSION_PATCH 1)
2525
# Empty for official releases, set to -dev, -rc1, etc for development releases
26-
set(PYTHONOCC_VERSION_DEVEL -dev)
26+
set(PYTHONOCC_VERSION_DEVEL)
2727

2828
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
2929

NEWS

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
==========================
2-
Version 7.4.0 - February2020
2+
Version 7.4.1 - November 2020
3+
4+
This release requires opencascade 7.4.0 or 7.4.0p1
5+
6+
* display: fix antialiasing in SimpleGui
7+
8+
* wrapper : refactored exception catcher reduce code duplication
9+
10+
* webgl : added a flask web server for ThreeJs
11+
12+
* wrapper : added stub .pyi files for type hints (e.g. mypy, PyCharm etc.)
13+
14+
* wrapper : small optimizations in Tesselator
15+
16+
* wrapper : added missing classes XCAFDoc_DimTolTool, BRepClass_FaceClassifier, Standard_Type,
17+
Standard_Failure, Prs3d_Point, Units_Quantity_, Units_Dimension
18+
19+
* wrapper : added support for class aliases defined as typedefs (e.g. BRepOffsetAPI_Sewing)
20+
21+
* wrapper : fix support for occt7.4.0p1
22+
23+
* wrapper : changed GetImageData to take width and height parameters
24+
25+
* misc cleanup, typos, small fixes all over the code base
26+
27+
==========================
28+
Version 7.4.0 - February 2020
329

430
This release requires opencascade 7.4.0
531

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.0)
6+
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.4.1)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3686916.svg)](https://doi.org/10.5281/zenodo.3686916)
88

99
pythonocc-core
@@ -15,7 +15,7 @@ About
1515
pythonocc is a python package whose purpose is to provide 3D modeling
1616
features. It is intended to CAD/PDM/PLM and BIM related development.
1717

18-
Latest release : [pythonocc-core 7.4.0 (february 2020)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.0)
18+
Latest release : [pythonocc-core 7.4.1 (novembre 2020)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.4.1)
1919

2020
Features
2121
--------
@@ -34,7 +34,7 @@ pythonocc provides the following features:
3434
Try online at mybinder
3535
----------------------
3636

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

3939
Download/install binaries for Linux/OSX/Windows
4040
-----------------------------------------------
@@ -45,15 +45,15 @@ pythonocc provides precompiled [conda packages](https://anaconda.org/pythonocc/p
4545
# first create an environment
4646
conda create --name=whatever-name python=3.7
4747
source activate whatever-name
48-
conda install -c dlr-sc pythonocc-core=7.4.0
48+
conda install -c dlr-sc pythonocc-core=7.4.1
4949
```
5050

5151
Conda packages are provided for python 3.6 and 3.7 at dlr-sc channel. conda-forge provides 3.7 and 3.8 binaries:
5252
```bash
5353
# first create an environment
5454
conda create --name=whatever-name python=3.8
5555
source activate whatever-name
56-
conda install -c conda-forge pythonocc-core=7.4.0
56+
conda install -c conda-forge pythonocc-core=7.4.1
5757
```
5858

5959
Build from source by yourself
@@ -88,7 +88,7 @@ We use the following online resources:
8888
pythonocc, oce and opencascade dependencies
8989
-------------------------------------------
9090

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

9393
Former releases rely on oce (OpenCascade Community Edition), available at
9494
[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.4.0" %}
1+
{% set version = "7.4.1" %}
22

33
package:
44
name: pythonocc-core

0 commit comments

Comments
 (0)