Skip to content

Commit

Permalink
Merge pull request #4 from AATrubilin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
aatrubilin authored May 16, 2019
2 parents 9676747 + 1fff1bb commit 6a97d86
Show file tree
Hide file tree
Showing 6 changed files with 230 additions and 60 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
=========

Version 0.5
===========
*Released 2019-05-16*

New Features

- Added :meth:`trassir_script_framework.BaseUtils.save_pkl`
- Added :meth:`trassir_script_framework.BaseUtils.load_pkl`
- Added :class:`trassir_script_framework.Templates`
- Added :meth:`trassir_script_framework.GUITemplate.delete`

Changes

- Fix ShotSaver examples
- Rename Template to :class:`trassir_script_framework.GUITemplate`
- Fix some errors in :meth:`trassir_script_framework.BaseUtils.image_to_base64`
- Add extension to file_log in :meth:`trassir_script_framework.BaseUtils.get_logger`

Version 0.4
===========
*Released 2019-04-30*
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![GitHub release](https://img.shields.io/github/release/aatrubilin/trassir_script_framework.svg)](trassir_script_framework.py)
![GitHub last commit](https://img.shields.io/github/last-commit/aatrubilin/trassir_script_framework.svg)
[![Documentation Status](https://readthedocs.org/projects/trassir-script-framework/badge/?version=latest)](https://trassir-script-framework.readthedocs.io/ru/latest/?badge=latest)
[![Build Status](https://travis-ci.org/AATrubilin/trassir_script_framework.svg?branch=master)](https://travis-ci.org/AATrubilin/trassir_script_framework)
[![License](https://img.shields.io/github/license/aatrubilin/trassir_script_framework.svg)](LICENSE.md)
Expand Down
8 changes: 8 additions & 0 deletions docs/source/script_framework.base_utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ base64_to_html_img
------------------
.. automethod:: trassir_script_framework.BaseUtils.base64_to_html_img

save_pkl
--------
.. automethod:: trassir_script_framework.BaseUtils.save_pkl

load_pkl
--------
.. automethod:: trassir_script_framework.BaseUtils.load_pkl

get_operator_gui
----------------
.. automethod:: trassir_script_framework.BaseUtils.get_operator_gui
Expand Down
6 changes: 3 additions & 3 deletions docs/source/script_framework.template.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Template
========
.. autoclass:: trassir_script_framework.Template
GUITemplate
===========
.. autoclass:: trassir_script_framework.GUITemplate
:members:
5 changes: 5 additions & 0 deletions docs/source/script_framework.tr_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Users
.. autoclass:: trassir_script_framework.Users
:members:

Templates
---------
.. autoclass:: trassir_script_framework.Templates
:members:

PosTerminals
------------
.. autoclass:: trassir_script_framework.PosTerminals
Expand Down
Loading

0 comments on commit 6a97d86

Please sign in to comment.