- Added new hard_update argument to set_parameters method (T19988)
Bugfixes --------
- Fixed "[WinError 10054] An existing connection was forcibly closed by the remote host" caused by requests to not implemented /logout endpoint
0.13.0
===================
Features --------
- Added the ability to reset Parameters node status (T19556)
0.12.1
===================
Bugfixes --------
- Fixed APIs context manager raises APIException when the server doesn't support /logout endpoint (14)
0.12.0
===================
Features --------
- Added `logout` method. Implemented logout of current user when `API` context exited if this endpoint supported by server. (13)
0.11.0
===================
Features --------
- Add `get_parameters` method to `polyanalyst.API` class for retrieving list of nodes supported by `Parameters` node. Each node info contains its name, type and detailed list of parameters. (12)