-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Add template_example2 in ifrs17a
- Loading branch information
Showing
8 changed files
with
1,712 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
1,657 changes: 1,657 additions & 0 deletions
1,657
lifelib/libraries/ifrs17a/template_example2.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../../../lifelib/libraries/ifrs17a/template_example2.ipynb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. currentmodule:: lifelib.libraries | ||
|
||
.. _relnotes_v0.9.1: | ||
|
||
================================== | ||
lifelib v0.9.1 (8 July 2023) | ||
================================== | ||
|
||
This release adds a new notebook, :doc:`/libraries/ifrs17a/template_example2` in | ||
the :mod:`~ifrs17a` library, and fixes some bugs. | ||
|
||
To update lifelib, run the following command:: | ||
|
||
>>> pip install lifelib --upgrade | ||
|
||
If you're using Anaconda, use the ``conda`` command instead:: | ||
|
||
>>> conda update lifelib | ||
|
||
|
||
Updates in :mod:`~ifrs17a` | ||
=========================== | ||
|
||
* A new notebook, :doc:`/libraries/ifrs17a/template_example2` is added. | ||
* A new column, *PnlType* is added to the *AocType* table in *Dimension.xlsx* | ||
* ``IfrsDatabase.Query`` now optionally takes a boolean parameter `as_df` to indicate | ||
whether to return the query result as a DataFrame. | ||
* Fixed multiplier in *ImportScopeCalculation.py*. | ||
|
||
.. seealso:: | ||
|
||
* `Systemorph's video on IFRS17 Profit and loss statement <https://www.youtube.com/watch?v=Ud2jX3J1eNU>`_ | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters