Skip to content

Commit b642c77

Browse files
committed
Prepare release 7.6.2
1 parent c318107 commit b642c77

File tree

4 files changed

+31
-15
lines changed

4 files changed

+31
-15
lines changed

AUTHORS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ Jeremy Wright
1010
Martin Siggel
1111
Matthis Thorade
1212
Thomas Krijnen
13-
Thomas Paviot
1413
Trevor Laughlin
15-
jelle feringa
14+
Jelle Feringa
1615
nxsofsys
1716
Thomas Severin
17+
Kristoffer Andersen
18+
Tanneguy de Villemagne
19+
Simon Klein
1820

1921
Please report any missing name

INSTALL.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ Requirements
1919
pythonOCC needs the following libraries or programs to be installed before you
2020
can compile/use it :
2121

22-
* the python programming language (<http://www.python.org>). Python 3.x is required. Python 2
23-
is officially dropped since the release 7.5.0.
22+
* the python programming language (<http://www.python.org>). Python 3.x is required.
2423

25-
* OpenCascade 7.5.2 (<https://dev.opencascade.org>), direct source download at https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=0dc2c377fc5a2d8cf065f4ec005e356240cb484c;sf=tgz
24+
* OpenCascade 7.6.2 (<https://dev.opencascade.org>)
2625

2726
IMPORTANT: OpenCASCADE has to be compiled using flag -D BUILD_RELEASE_DISABLE_EXCEPTIONS=OFF
2827

29-
* SWIG 3.0.11 or higher (<http://www.swig.org>),
28+
* SWIG 4.0.2 or higher (<http://www.swig.org>)
3029

3130
Optional
3231
--------

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 7.6.2 - August 2022
2+
===========================
3+
4+
This release requires opencascade-7.6.2.
5+
6+
* wrapper: port to opencascade-7.6.2
7+
8+
* wrapper: improved support for enums
9+
10+
* MeshDataSource: new numpy based module for fast STL mesh loading (thanks @kleinsimon)
11+
12+
* LayerManager: new module (thanks @Tanneguydv)
13+
14+
* misc cleanup, typos, small fixes all over the code base
15+
116
Version 7.5.1 - March 2021
217
==========================
318

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Azure Build Status](https://dev.azure.com/tpaviot/pythonocc-core/_apis/build/status/tpaviot.pythonocc-core?branchName=master)](https://dev.azure.com/tpaviot/pythonocc-core/_build?definitionId=2)
2-
[![Conda installer](https://anaconda.org/pythonocc/pythonocc-core/badges/installer/conda.svg)](https://anaconda.org/pythonocc/pythonocc-core)
3-
[![Downloads Badge](https://anaconda.org/pythonocc/pythonocc-core/badges/downloads.svg)](https://anaconda.org/pythonocc/pythonocc-core)
2+
[![Conda installer](https://anaconda.org/conda-forge/pythonocc-core/badges/installer/conda.svg)](https://anaconda.org/conda-forge/pythonocc-core)
3+
[![Downloads Badge](https://anaconda.org/conda-forge/pythonocc-core/badges/downloads.svg)](https://anaconda.org/conda-forge/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&amp;utm_medium=referral&amp;utm_content=tpaviot/pythonocc-core&amp;utm_campaign=Badge_Grade)
6-
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.5.1)
6+
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.6.2)
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.5.1 (march 2021)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.5.1)
17+
Latest release : [pythonocc-core 7.6.2 (August 2022)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.6.2)
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.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.
32+
Click [![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.6.2) to open a jupyter notebook running latest pythonocc-core 7.6.2, 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.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:
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.8, 3.9 and 3.10. 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
41-
conda create --name=pyoccenv python=3.7
41+
conda create --name=pyoccenv python=3.9
4242
source activate pyoccenv
43-
conda install -c conda-forge pythonocc-core=7.5.1 occt=7.5.1
43+
conda install -c conda-forge pythonocc-core=7.6.2
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-
pythonocc-core 7.5.1 depends on the official OpenCascade-7.5.1 library (<https://dev.opencascade.org>)
74+
pythonocc-core 7.6.2 depends on the official OpenCascade-7.6.2 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).

0 commit comments

Comments
 (0)