Skip to content

Commit 07f358f

Browse files
committed
Udpate README, INsTALL, NEWS for release 7.7.0
1 parent a1c86b5 commit 07f358f

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ can compile/use it :
2121

2222
* the python programming language (<http://www.python.org>). Python 3.x is required.
2323

24-
* OpenCascade 7.6.2 (<https://dev.opencascade.org>)
24+
* OpenCascade 7.7.0 (<https://dev.opencascade.org>)
2525

2626
IMPORTANT: OpenCASCADE has to be compiled using flag -D BUILD_RELEASE_DISABLE_EXCEPTIONS=OFF
2727

28-
* SWIG 4.0.2 or higher (<http://www.swig.org>)
28+
* SWIG 4.0.2 (<http://www.swig.org>)
2929

3030
Optional
3131
--------

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 7.7.0 - November 2022
2+
=============================
3+
4+
This release requires opencascade-7.7.0
5+
6+
* wrapper: port to opencascade-7.7.0
7+
18
Version 7.6.2 - August 2022
29
===========================
310

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Downloads Badge](https://anaconda.org/conda-forge/pythonocc-core/badges/downloads.svg)](https://anaconda.org/conda-forge/pythonocc-core)
33
[![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)
44
[![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)
5-
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.6.2)
5+
[![Binder](http://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/tpaviot/pythonocc-binderhub/7.7.0)
66
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3686916.svg)](https://doi.org/10.5281/zenodo.3686916)
77

88
pythonocc-core
@@ -13,7 +13,7 @@ About
1313

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

16-
Latest release : [pythonocc-core 7.6.2 (August 2022)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.6.2)
16+
Latest release : [pythonocc-core 7.7.0 (November 2022)](https://github.com/tpaviot/pythonocc-core/releases/tag/7.7.0)
1717

1818
Features
1919
--------
@@ -28,18 +28,18 @@ pythonocc provides the following features:
2828
Try online at mybinder
2929
----------------------
3030

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

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

36-
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:
36+
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.9:
3737

3838
```bash
3939
# first create an environment
4040
conda create --name=pyoccenv python=3.9
4141
source activate pyoccenv
42-
conda install -c conda-forge pythonocc-core=7.6.2
42+
conda install -c conda-forge pythonocc-core=7.7.0
4343
```
4444

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

73-
pythonocc-core 7.6.2 depends on the official OpenCascade-7.6.2 library (<https://dev.opencascade.org>)
73+
pythonocc-core 7.7.0 depends on the official OpenCascade-7.7.0 library (<https://dev.opencascade.org>)
7474

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

0 commit comments

Comments
 (0)