Skip to content

Commit e3740e0

Browse files
Merge pull request #22 from corese-stack/develop
Upgrading to v.0.2.0 that wraps corese-core v.4.6.1
2 parents e663260 + 28bb6a3 commit e3740e0

File tree

9 files changed

+407
-616
lines changed

9 files changed

+407
-616
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 0.2.0
4+
5+
- wrapped corese-core version 4.6.1
6+
- fixed broken code in CoreseAPI and Java bridge classes
7+
- refactored CoreseAPI for usage simplification
8+
- updated example notebook
9+
310
## Version 0.1.5
411

512
- added corese-python/pycorese API documentation

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
*/
55

6-
val coreseVersion = "4.6.0"
6+
val coreseVersion = "4.6.1"
77
val corese_core= "corese-core-$coreseVersion-jar-with-dependencies.jar"
88
val source="https://repo.maven.apache.org/maven2/fr/inria/corese/corese-core/$coreseVersion"
99
val dest="./build/libs"

docs/source/python_api/index.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Python API Reference
55
===================================
66

7-
**pycorese** is a Python wrapper for accessing and manipulating RDF data with Corese features connected by one of the java bridge packages: ``py4j`` or ``jpype``.
7+
**pycorese** is a Python wrapper for accessing and manipulating RDF data with Corese features connected by one of the Java bridge packages: ``py4j`` or ``jpype``.
88

99
.. note::
1010

@@ -21,6 +21,8 @@ HIgh-level API is a set of convenience methods to facilitate the common tasks of
2121
.. automodule:: pycorese.api
2222
:members: CoreseAPI
2323
:undoc-members:
24+
:member-order: bysource
25+
2426

2527

2628
.. contents::
@@ -70,15 +72,6 @@ For the details of these classes and their methods, please refer to the `Corese
7072

7173
Corese ``fr.inria.corese.core.shacl.Shacl`` object.
7274

73-
.. autoattribute:: pycorese.api.CoreseAPI.DataManager
74-
:annotation:
75-
76-
Corese ``fr.inria.corese.core.storage.api.dataManager.DataManager`` object.
77-
78-
.. autoattribute:: pycorese.api.CoreseAPI.CoreseGraphDataManager
79-
:annotation:
80-
81-
Corese ``fr.inria.corese.core.storage.CoreseGraphDataManager`` object.
8275

8376
.. toctree::
8477
:maxdepth: 2

0 commit comments

Comments
 (0)