Skip to content

Commit

Permalink
Bump version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim committed Nov 21, 2022
1 parent c86beca commit 1a83166
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
conda/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
2 changes: 1 addition & 1 deletion nbstata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"
26 changes: 13 additions & 13 deletions nbstata/_modidx.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@
'nbstata.helpers.run_prog_noecho': ('helpers.html#run_prog_noecho', 'nbstata/helpers.py')},
'nbstata.install': {},
'nbstata.kernel': { 'nbstata.kernel.Cell': ('kernel.html#cell', 'nbstata/kernel.py'),
'nbstata.kernel.Cell.__init__': ('kernel.html#cell.__init__', 'nbstata/kernel.py'),
'nbstata.kernel.Cell.run': ('kernel.html#cell.run', 'nbstata/kernel.py'),
'nbstata.kernel.Cell.__init__': ('kernel.html#__init__', 'nbstata/kernel.py'),
'nbstata.kernel.Cell.run': ('kernel.html#run', 'nbstata/kernel.py'),
'nbstata.kernel.PyStataKernel': ('kernel.html#pystatakernel', 'nbstata/kernel.py'),
'nbstata.kernel.PyStataKernel.__init__': ('kernel.html#pystatakernel.__init__', 'nbstata/kernel.py'),
'nbstata.kernel.PyStataKernel.__init__': ('kernel.html#__init__', 'nbstata/kernel.py'),
'nbstata.kernel.PyStataKernel.do_execute': ('kernel.html#pystatakernel.do_execute', 'nbstata/kernel.py'),
'nbstata.kernel.PyStataKernel.init_stata': ('kernel.html#pystatakernel.init_stata', 'nbstata/kernel.py'),
'nbstata.kernel.print_stata_error': ('kernel.html#print_stata_error', 'nbstata/kernel.py')},
'nbstata.magics': { 'nbstata.magics.StataMagics': ('magics.html#statamagics', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic': ('magics.html#statamagics.magic', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_browse': ('magics.html#statamagics.magic_browse', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_help': ('magics.html#statamagics.magic_help', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_noecho': ('magics.html#statamagics.magic_noecho', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_quietly': ('magics.html#statamagics.magic_quietly', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic': ('magics.html#magic', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_browse': ('magics.html#magic_browse', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_help': ('magics.html#magic_help', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_noecho': ('magics.html#magic_noecho', 'nbstata/magics.py'),
'nbstata.magics.StataMagics.magic_quietly': ('magics.html#magic_quietly', 'nbstata/magics.py'),
'nbstata.magics.print_kernel': ('magics.html#print_kernel', 'nbstata/magics.py')},
'nbstata.utils': { 'nbstata.utils.HiddenPrints': ('utils.html#hiddenprints', 'nbstata/utils.py'),
'nbstata.utils.HiddenPrints.__enter__': ('utils.html#hiddenprints.__enter__', 'nbstata/utils.py'),
'nbstata.utils.HiddenPrints.__exit__': ('utils.html#hiddenprints.__exit__', 'nbstata/utils.py'),
'nbstata.utils.HiddenPrints.__enter__': ('utils.html#__enter__', 'nbstata/utils.py'),
'nbstata.utils.HiddenPrints.__exit__': ('utils.html#__exit__', 'nbstata/utils.py'),
'nbstata.utils.Selectvar': ('utils.html#selectvar', 'nbstata/utils.py'),
'nbstata.utils.Selectvar.__init__': ('utils.html#selectvar.__init__', 'nbstata/utils.py'),
'nbstata.utils.Selectvar.clear': ('utils.html#selectvar.clear', 'nbstata/utils.py'),
'nbstata.utils.Selectvar.__init__': ('utils.html#__init__', 'nbstata/utils.py'),
'nbstata.utils.Selectvar.clear': ('utils.html#clear', 'nbstata/utils.py'),
'nbstata.utils._remove_prog_prefixes': ('utils.html#_remove_prog_prefixes', 'nbstata/utils.py'),
'nbstata.utils._startswith_stata_abbrev': ('utils.html#_startswith_stata_abbrev', 'nbstata/utils.py'),
'nbstata.utils.break_out_prog_blocks': ('utils.html#break_out_prog_blocks', 'nbstata/utils.py'),
'nbstata.utils.in_range': ('utils.html#in_range', 'nbstata/utils.py'),
'nbstata.utils.is_start_of_program_block': ('utils.html#is_start_of_program_block', 'nbstata/utils.py'),
'nbstata.utils.parse_code_if_in': ('utils.html#parse_code_if_in', 'nbstata/utils.py'),
'nbstata.utils.print_red': ('utils.html#print_red', 'nbstata/utils.py'),
'nbstata.utils.standardize_code': ('utils.html#standardize_code', 'nbstata/utils.py')}}}
'nbstata.utils.standardize_code': ('utils.html#standardize_code', 'nbstata/utils.py')}}}
36 changes: 15 additions & 21 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,42 +1,36 @@
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.

### Python library ###
repo = nbstata
lib_name = %(repo)s
version = 0.0.1
lib_name = nbstata
version = 0.0.2
min_python = 3.7
license = gpl3

### nbdev ###
doc_path = _docs
lib_path = nbstata
nbs_path = nbs
recursive = True
tst_flags = notest
put_version_in_init = True

### Docs ###
branch = main
custom_sidebar = False
doc_host = https://%(user)s.github.io
doc_baseurl = /%(repo)s
git_url = https://github.com/%(user)s/%(repo)s
title = %(lib_name)s

### PyPI ###
doc_host = https://hugetim.github.io
doc_baseurl = /nbstata
git_url = https://github.com/hugetim/nbstata
title = nbstata
audience = Science/Research
author = Tim Huegerich
author_email = [email protected]
copyright = 2022 onwards, %(author)s
copyright = 2022 onwards, Tim Huegerich
description = Jupyter kernel for Stata based on pystata
keywords = nbdev jupyter notebook python stata
language = English
status = 3
user = hugetim

### Optional ###
requirements = jupyter-client ipython ipykernel packaging pandas numpy beautifulsoup4
# dev_requirements =
# console_scripts =
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
custom_quarto_yml = False

0 comments on commit 1a83166

Please sign in to comment.