Adriano
Adriano
## Rebuild Docker container The gist is to use **Miniconda3** as base for `python3`, e.g. ```shell wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh bash miniconda.sh -b -p $HOME/miniconda export PATH="$HOME/miniconda/bin:$PATH" conda config --set...
## CHANGELOG 2018-06-23 (tag: v6.18.0623) **Major version change for fecon235 from v5 to v6** signaling our integration with **fecon236** which was spun-off from our source code. **Henceforth, fecon235 becomes a...
Here's another illustration of "Fix issue #2 with v4 and p6 upgrades": https://git.io/georet which concerns comparative geometric mean returns. Notice how the import cell precedes the preamble cell in the...
### Git shell script to list commit dates, given path/filename(s) *The system's modification time for a committed file may not be the actual commit date and time!* This can be...
## TODO List - [ ] fred-wage-capital.ipynb - [x] fred-debt-pop.ipynb - [ ] fred-usd-RTB-xau.ipynb - [x] fred-inflation.ipynb - [ ] fred-eurozone.ipynb - [ ] fred-xau-spx.ipynb - [ ] fred-infl-velocity.ipynb -...
Fixed fred-inflation.ipynb, but there's more notebooks to revise. Reopen issue.
## CHANGELOG 2018-06-23 (tag: v6.18.0623) **Major version change for fecon235 from v5 to v6** signaling our integration with **fecon236** which was spun-off from our source code. **Henceforth, fecon235 becomes a...
hi @venzen -- we just converted the yserial GitHub repo from a Mercurial-hg mirror to a purely git development site today. The change is effective as of v0.60.1 How has...
Fantastic write-up @venzen -- thanks! In fact, I would like to include a couple of your phrases in the revised HOWTO, if I may. Your mention of "prototyping use case"...
@glennra hi Glen, the fallbacks will be corrected when yserial gets rewritten for python3 using better flow constructs. Thanks for your attention in the matter. Other than the current issue,...