Skip to content

Commit c6e80e2

Browse files
committed
Update changelog for release
1 parent 60faf93 commit c6e80e2

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Added:
1313
Changed:
1414
~~~~~~~~
1515

16+
- Connection functions to also get parameters from environment variables `#17 <https://github.com/OphidiaBigData/PyOphidia/pull/17>`_
1617
- Reduce2 method in cube module for multiple threads `#15 <https://github.com/OphidiaBigData/PyOphidia/pull/15>`_
1718
- Client module to read variables from extra fields in JSON response `#12 <https://github.com/OphidiaBigData/PyOphidia/pull/12>`_
1819
- Metadata method in cube module to filter on variables `#11 <https://github.com/OphidiaBigData/PyOphidia/pull/11>`_

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,6 @@ Instantiate a new Client common to all Cube instances:
127127
from PyOphidia import cube
128128
cube.Cube.setclient(username="oph-user",password="oph-passwd",server="127.0.0.1",port="11732")
129129
130-
or
131-
132-
.. code-block:: python
133-
134-
from PyOphidia import cube
135-
cube.Cube.setclient(read_env=True)
136-
137-
138130
Cube attributes
139131
^^^^^^^^^^^^^^^
140132
Instance attributes:

0 commit comments

Comments
 (0)