Skip to content

Commit eb325f2

Browse files
committed
Update the documentation
1 parent 44b0077 commit eb325f2

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

docs/source/attributes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The following attributes are builtin to the default :py:class:`~.Context` object
4141
+-----------------+-------------------------------------+
4242
| ``second`` | :py:attr:`~.DataType.FLOAT` |
4343
+-----------------+-------------------------------------+
44+
| ``to_epoch`` | :py:attr:`~.DataType.FLOAT` |
45+
+-----------------+-------------------------------------+
4446
| ``weekday`` | :py:attr:`~.DataType.STRING` |
4547
+-----------------+-------------------------------------+
4648
| ``year`` | :py:attr:`~.DataType.FLOAT` |

docs/source/change_log.rst

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ this list is curated by the development team for note worthy changes.
77
Version 3.x.x
88
-------------
99

10+
Version 3.3.0
11+
^^^^^^^^^^^^^
12+
13+
Released :release:`3.3.0` on July 20th, 2021
14+
15+
* Added ``to_epoch`` to :py:class:`~rule_engine.types.DataType.DATETIME`
16+
1017
Version 3.2.0
1118
^^^^^^^^^^^^^
1219

@@ -23,7 +30,7 @@ Version 3.1.0
2330

2431
Released :release:`3.1.0` on March 15th, 2021
2532

26-
* Added the new :py:class:`~rule_engine.ast.DataType.SET` data type
33+
* Added the new :py:class:`~rule_engine.types.DataType.SET` data type
2734

2835
Version 3.0.0
2936
^^^^^^^^^^^^^
@@ -35,7 +42,7 @@ Released :release:`3.0.0` on March 1st, 2021
3542
symbol names
3643
* Added some new data attributes
3744

38-
* Added ``ceiling``, ``floor`` and ``to_str`` to :py:class:`~rule_engine.ast.DataType.FLOAT`
45+
* Added ``ceiling``, ``floor`` and ``to_str`` to :py:class:`~rule_engine.types.DataType.FLOAT`
3946

4047
Version 2.x.x
4148
-------------
@@ -47,7 +54,7 @@ Released :release:`2.4.0` on November 7th, 2020
4754

4855
* Added the :ref:`debug-repl` utility
4956
* Added the safe navigation version of the attribute, item and slice operators
50-
* Added the new :py:class:`~rule_engine.ast.DataType.MAPPING` data type
57+
* Added the new :py:class:`~rule_engine.types.DataType.MAPPING` data type
5158
* Switched from Travis-CI to GitHub Actions for continuous integration
5259
* Added support for iterables to have multiple member types
5360

@@ -61,8 +68,8 @@ Released :release:`2.3.0` on October 11th, 2020
6168
* Added the ``$re_groups`` builtin symbol for extracting groups from a regular expression match
6269
* Added some new data attributes
6370

64-
* Added ``to_ary`` to :py:class:`~rule_engine.ast.DataType.STRING`
65-
* Added ``to_int`` and ``to_flt`` to :py:class:`~rule_engine.ast.DataType.STRING`
71+
* Added ``to_ary`` to :py:class:`~rule_engine.types.DataType.STRING`
72+
* Added ``to_int`` and ``to_flt`` to :py:class:`~rule_engine.types.DataType.STRING`
6673

6774
Version 2.2.0
6875
^^^^^^^^^^^^^
@@ -78,8 +85,8 @@ Version 2.1.0
7885
Released :release:`2.1.0` on August 3rd, 2020
7986

8087
* Added coverage reporting to Travis-CI
81-
* Changed :py:class:`~rule_engine.ast.DataType` from an enum to a custom class
82-
* Improvements for the :py:class:`~rule_engine.ast.DataType.ARRAY` data type
88+
* Changed :py:class:`~rule_engine.types.DataType. from an enum to a custom class
89+
* Improvements for the :py:class:`~rule_engine.types.DataType.ARRAY` data type
8390

8491
* Added ``get[item]`` support for arrays, allowing items to be retrieved by index
8592
* Added ability for specifying the member type and optionally null
@@ -92,7 +99,7 @@ Released :release:`2.0.0` on October 2nd, 2019
9299
* Added proper support for attributes
93100
* Added a change log
94101
* Added additional information to the Graphviz output
95-
* Added the new :py:class:`~rule_engine.ast.DataType.ARRAY` data type
102+
* Added the new :py:class:`~rule_engine.types.DataType.ARRAY` data type
96103
* Started using Travis-CI
97104

98105
* Added automatic unit testing using Travis-CI

0 commit comments

Comments
 (0)