-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: windows11
* Python Version: python 3.8
* Python Bitness: `…
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: (Windows 11 Pro)
* Python Version: `3.8.11` in the local env…
-
Current version does not include the XBB currency but it's in the most recent XML file
```python
>>> import iso4217
>>> iso4217.__version__
'1.8.20211001'
>>> iso4217.Currency.xbb
Traceback (m…
-
## Enhancement Request
Add recommended formats (SHOULD) for common field types to the Context specification, where those fields don't (or don't often or always) warrant a full embedded context type…
-
Hello!
Thank you for your hard work.
It seems docs related to custom currencies can be improved. It's not clear why MFA function accepts two arguments. Also, it's not clear what this callback sh…
-
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
# Environment
* Operating System: (Ubuntu 18.04 LTS)
* Python Version: 3.8.14
* Python Bitnes…
-
**Sylius version affected**: ^1.0
**Description**
When pushing a Sylius shop on a `prod` environment we have some warning during the `dump-autoload` phase of a
```bash
composer install --no-…
-
It seems that iso4217.json path is relative to implementing src project, should be relative to module src.
-
**Describe the bug**
I checked the following error while running
Chapter 18. 08_backtesting_with_zipline.ipynb
What should I do?
This book is very helpful to my study. Thank you.
**Import&Set…
-
Hi,
I missed the functionality of calling a method from the package that would validate if the currency code (e.g. "USD") is valid or not.
I managed to make it work for my necessity, but I wante…