Skip to content

Commit 03f31d5

Browse files
authored
Merge pull request #481 from tpaviot/review/prepare-0.18.1
Upgraded version number to 0.18.1, updated NEWS, doc and README
2 parents d7a4b26 + 804f7f3 commit 03f31d5

File tree

619 files changed

+1224583
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

619 files changed

+1224583
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(PYTHONOCC)
2020
# set pythonOCC version
2121
set(PYTHONOCC_VERSION_MAJOR 0)
2222
set(PYTHONOCC_VERSION_MINOR 18)
23-
set(PYTHONOCC_VERSION_PATCH)
23+
set(PYTHONOCC_VERSION_PATCH 1)
2424
# Empty for official releases, set to -dev, -rc1, etc for development releases
2525
set(PYTHONOCC_VERSION_DEVEL)
2626

NEWS

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
==========================
2+
Version 0.18.1 - December 2017
3+
4+
This release requires oce-0.18 or oce-0.18.1.
5+
6+
* wrapper : adds a docstring for each module, fixed Addon documentation,
7+
8+
* wrapper : new OffscreenRenderer class, to export to image without any GUI
9+
manager installed
10+
11+
* wrapper : new TextureItem, LineItem and ImageItem classes for overlayered
12+
items
13+
14+
* wrapper : Add missing DrawText method from Visual3d_Layer module
15+
16+
* wrapper : support for smesh 6.7.5
17+
18+
* new examples : heithgmap, face recognition, 3d to 2d screen coordinates,
19+
overlayered lines-text-images, raytracing, camera projection, import
20+
STEP file with colors,
21+
22+
* examples : example to rst script, in order to provide a description for
23+
each example, in rst format
24+
25+
* webgl : x3dom and threejs minors fixes/enhancement, simple_server fixes
26+
27+
* gui : fix SimpleGui position at startup, wx fixes
28+
29+
* ci/cd : upload each successfull travis or appveyor built to anaconda cloud,
30+
tagged using the branch name
31+
132
==========================
233
Version 0.18 - June 2017
334

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pythonocc is a python library whose purpose is to provide 3D modeling
1414
features. It is intended to developers who aim at developing
1515
CAD/PDM/PLM applications.
1616

17-
Latest release : [pythonocc-core 0.18 (june 2017)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.18)
17+
Latest release : [pythonocc-core 0.18.1 (december 2017)](https://github.com/tpaviot/pythonocc-core/releases/tag/0.18.1)
1818

1919
Download/install binaries
2020
-------------------------
@@ -25,7 +25,7 @@ This will get you up and running in minutes whether you run win32/win64/linux64/
2525
```bash
2626
# install pythonocc in an environment named `pythonocc` with python 3.5;
2727
# use python=2 for legacy python 2.7.12
28-
conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18 python=3
28+
conda install -c conda-forge -c dlr-sc -c pythonocc -c oce pythonocc-core==0.18.1 python=3
2929
```
3030

3131
Nightly builds are available from another repository. If you want to test features under development:
@@ -47,7 +47,7 @@ We use the following online resources:
4747
* Sources
4848
https://github.com/tpaviot/pythonocc-core
4949
* API documentation
50-
https://cdn.rawgit.com/tpaviot/pythonocc-core/e05ec51b/doc/apidoc/0.18/
50+
https://cdn.rawgit.com/tpaviot/pythonocc-core/e05ec51b/doc/apidoc/0.18.1/
5151
* Bug tracker
5252
https://github.com/tpaviot/pythonocc-core/issues
5353
* Mailing list
@@ -76,7 +76,7 @@ For example; the current pythonocc-core release, 0.18, requires any of the [OCE
7676
0.18.x](https://github.com/tpaviot/oce/releases) releases. Here, the __Major__
7777
version name of either OCE or pythonocc-core release is __0__, the __Minor__
7878
version is __17__ and the __Patch__ version is (optionally) __x__. pythonocc-core can be built with any OCE version that has a corresponding __Major__ and __Minor__ version
79-
number. For example, pythonocc-core 0.18 can be built with OCE-0.18.1.
79+
number. For example, pythonocc-core 0.18.1 can be built with OCE-0.18.1.
8080

8181
License
8282
-------

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: pythonocc-core-0.18.{build}
1+
version: pythonocc-core-0.18.1
22

33
environment:
44
binstar_token:

cmake/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.18.2-dev"
1+
VERSION = "0.18.1"

doc/apidoc/0.18.1/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 4b020b66be2d7af633d65fd2c367112c
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

doc/apidoc/0.18.1/OCC.AIS.html

+22,661
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)