Skip to content

Commit

Permalink
feat(package): bump version to 0.15.0 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
luabida authored Dec 3, 2024
1 parent cf49f88 commit 8ed64be
Show file tree
Hide file tree
Showing 25 changed files with 268 additions and 222 deletions.
4 changes: 2 additions & 2 deletions docs/source/databases/CNES.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pysus.ftp.databases.cnes import CNES\n",
"from pysus import CNES\n",
"cnes = CNES()"
]
},
Expand Down Expand Up @@ -887,7 +887,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/databases/SIA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pysus.ftp.databases.sia import SIA\n",
"from pysus import SIA\n",
"sia = SIA().load() # Loads the files from DATASUS"
]
},
Expand Down Expand Up @@ -686,7 +686,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/databases/SIH.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"from pysus.ftp.databases.sih import SIH\n",
"from pysus import SIH\n",
"sih = SIH().load() # Loads the files from DATASUS"
]
},
Expand Down Expand Up @@ -677,7 +677,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/databases/SIM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"outputs": [],
"source": [
"from pysus.ftp.databases.sim import SIM\n",
"from pysus import SIM\n",
"sim = SIM().load() # Loads the files from DATASUS"
]
},
Expand Down Expand Up @@ -692,7 +692,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"vscode": {
"interpreter": {
Expand Down
2 changes: 1 addition & 1 deletion docs/source/databases/SINAN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"outputs": [],
"source": [
"from pysus.ftp.databases.sinan import SINAN\n",
"from pysus import SINAN\n",
"sinan = SINAN().load() # Loads the files from DATASUS"
]
},
Expand Down
4 changes: 2 additions & 2 deletions docs/source/databases/SINASC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"outputs": [],
"source": [
"from pysus.ftp.databases.sinasc import SINASC\n",
"from pysus import SINASC\n",
"sinasc = SINASC().load() # Loads the files from DATASUS"
]
},
Expand Down Expand Up @@ -680,7 +680,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.11.8"
},
"vscode": {
"interpreter": {
Expand Down
43 changes: 30 additions & 13 deletions docs/source/databases/territory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
" 08-base_territorial_ago24.zip,\n",
" 09-base_territorial_set24.zip,\n",
" 10-base_territorial_out24.zip,\n",
" 11-base territorial_nov24.zip,\n",
" base_territorial_2023.zip]"
]
},
Expand Down Expand Up @@ -166,13 +167,13 @@
" sp_mapas_2001.zip,\n",
" sp_mapas_2005.zip,\n",
" sp_mapas_2013.zip,\n",
" to_mapas_2013.zip,\n",
" todos_mapas_1991.zip,\n",
" todos_mapas_1994.zip,\n",
" todos_mapas_1997.zip,\n",
" todos_mapas_2001.zip,\n",
" todos_mapas_2005.zip,\n",
" todos_mapas_2013.zip]"
" todos_mapas_2013.zip,\n",
" to_mapas_2013.zip]"
]
},
"execution_count": 3,
Expand All @@ -190,11 +191,14 @@
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
" 0%| | 0/20 [00:00<?, ?it/s]\n"
]
"data": {
"text/plain": [
"'/home/bida/pysus/todos_mapas_2013.zip'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
Expand All @@ -203,15 +207,28 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": "territory.download('02-base_territorio_fev24.zip')"
"outputs": [
{
"data": {
"text/plain": [
"'/home/bida/pysus/02-base_territorio_fev24.zip'"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"territory.download('02-base_territorio_fev24.zip')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "pysus-UCqxMvKV-py3.10",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -225,9 +242,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.7"
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit 8ed64be

Please sign in to comment.