Skip to content

Commit

Permalink
Merge pull request #481 from tpaviot/review/prepare-0.18.1
Browse files Browse the repository at this point in the history
Upgraded version number to 0.18.1, updated NEWS, doc and README
  • Loading branch information
tpaviot authored Dec 14, 2017
2 parents d7a4b26 + 804f7f3 commit 03f31d5
Show file tree
Hide file tree
Showing 619 changed files with 1,224,583 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ project(PYTHONOCC)
# set pythonOCC version
set(PYTHONOCC_VERSION_MAJOR 0)
set(PYTHONOCC_VERSION_MINOR 18)
set(PYTHONOCC_VERSION_PATCH)
set(PYTHONOCC_VERSION_PATCH 1)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(PYTHONOCC_VERSION_DEVEL)

Expand Down
31 changes: 31 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
==========================
Version 0.18.1 - December 2017

This release requires oce-0.18 or oce-0.18.1.

* wrapper : adds a docstring for each module, fixed Addon documentation,

* wrapper : new OffscreenRenderer class, to export to image without any GUI
manager installed

* wrapper : new TextureItem, LineItem and ImageItem classes for overlayered
items

* wrapper : Add missing DrawText method from Visual3d_Layer module

* wrapper : support for smesh 6.7.5

* new examples : heithgmap, face recognition, 3d to 2d screen coordinates,
overlayered lines-text-images, raytracing, camera projection, import
STEP file with colors,

* examples : example to rst script, in order to provide a description for
each example, in rst format

* webgl : x3dom and threejs minors fixes/enhancement, simple_server fixes

* gui : fix SimpleGui position at startup, wx fixes

* ci/cd : upload each successfull travis or appveyor built to anaconda cloud,
tagged using the branch name

==========================
Version 0.18 - June 2017

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pythonocc is a python library whose purpose is to provide 3D modeling
features. It is intended to developers who aim at developing
CAD/PDM/PLM applications.

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

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

Nightly builds are available from another repository. If you want to test features under development:
Expand All @@ -47,7 +47,7 @@ We use the following online resources:
* Sources
https://github.com/tpaviot/pythonocc-core
* API documentation
https://cdn.rawgit.com/tpaviot/pythonocc-core/e05ec51b/doc/apidoc/0.18/
https://cdn.rawgit.com/tpaviot/pythonocc-core/e05ec51b/doc/apidoc/0.18.1/
* Bug tracker
https://github.com/tpaviot/pythonocc-core/issues
* Mailing list
Expand Down Expand Up @@ -76,7 +76,7 @@ For example; the current pythonocc-core release, 0.18, requires any of the [OCE
0.18.x](https://github.com/tpaviot/oce/releases) releases. Here, the __Major__
version name of either OCE or pythonocc-core release is __0__, the __Minor__
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
number. For example, pythonocc-core 0.18 can be built with OCE-0.18.1.
number. For example, pythonocc-core 0.18.1 can be built with OCE-0.18.1.

License
-------
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: pythonocc-core-0.18.{build}
version: pythonocc-core-0.18.1

environment:
binstar_token:
Expand Down
2 changes: 1 addition & 1 deletion cmake/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.18.2-dev"
VERSION = "0.18.1"
4 changes: 4 additions & 0 deletions doc/apidoc/0.18.1/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4b020b66be2d7af633d65fd2c367112c
tags: 645f666f9bcd5a90fca523b33c5a78b7
22,661 changes: 22,661 additions & 0 deletions doc/apidoc/0.18.1/OCC.AIS.html

Large diffs are not rendered by default.

Loading

0 comments on commit 03f31d5

Please sign in to comment.