Skip to content

Commit 8ed64be

Browse files
authored
feat(package): bump version to 0.15.0 (#216)
1 parent cf49f88 commit 8ed64be

25 files changed

+268
-222
lines changed

docs/source/databases/CNES.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [
21-
"from pysus.ftp.databases.cnes import CNES\n",
21+
"from pysus import CNES\n",
2222
"cnes = CNES()"
2323
]
2424
},
@@ -887,7 +887,7 @@
887887
"name": "python",
888888
"nbconvert_exporter": "python",
889889
"pygments_lexer": "ipython3",
890-
"version": "3.11.5"
890+
"version": "3.11.8"
891891
}
892892
},
893893
"nbformat": 4,

docs/source/databases/SIA.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata": {},
1717
"outputs": [],
1818
"source": [
19-
"from pysus.ftp.databases.sia import SIA\n",
19+
"from pysus import SIA\n",
2020
"sia = SIA().load() # Loads the files from DATASUS"
2121
]
2222
},
@@ -686,7 +686,7 @@
686686
"name": "python",
687687
"nbconvert_exporter": "python",
688688
"pygments_lexer": "ipython3",
689-
"version": "3.11.5"
689+
"version": "3.11.8"
690690
}
691691
},
692692
"nbformat": 4,

docs/source/databases/SIH.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata": {},
1717
"outputs": [],
1818
"source": [
19-
"from pysus.ftp.databases.sih import SIH\n",
19+
"from pysus import SIH\n",
2020
"sih = SIH().load() # Loads the files from DATASUS"
2121
]
2222
},
@@ -677,7 +677,7 @@
677677
"name": "python",
678678
"nbconvert_exporter": "python",
679679
"pygments_lexer": "ipython3",
680-
"version": "3.11.5"
680+
"version": "3.11.8"
681681
}
682682
},
683683
"nbformat": 4,

docs/source/databases/SIM.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"from pysus.ftp.databases.sim import SIM\n",
29+
"from pysus import SIM\n",
3030
"sim = SIM().load() # Loads the files from DATASUS"
3131
]
3232
},
@@ -692,7 +692,7 @@
692692
"name": "python",
693693
"nbconvert_exporter": "python",
694694
"pygments_lexer": "ipython3",
695-
"version": "3.11.5"
695+
"version": "3.11.8"
696696
},
697697
"vscode": {
698698
"interpreter": {

docs/source/databases/SINAN.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"from pysus.ftp.databases.sinan import SINAN\n",
29+
"from pysus import SINAN\n",
3030
"sinan = SINAN().load() # Loads the files from DATASUS"
3131
]
3232
},

docs/source/databases/SINASC.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"outputs": [],
2828
"source": [
29-
"from pysus.ftp.databases.sinasc import SINASC\n",
29+
"from pysus import SINASC\n",
3030
"sinasc = SINASC().load() # Loads the files from DATASUS"
3131
]
3232
},
@@ -680,7 +680,7 @@
680680
"name": "python",
681681
"nbconvert_exporter": "python",
682682
"pygments_lexer": "ipython3",
683-
"version": "3.11.5"
683+
"version": "3.11.8"
684684
},
685685
"vscode": {
686686
"interpreter": {

docs/source/databases/territory.ipynb

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
" 08-base_territorial_ago24.zip,\n",
3535
" 09-base_territorial_set24.zip,\n",
3636
" 10-base_territorial_out24.zip,\n",
37+
" 11-base territorial_nov24.zip,\n",
3738
" base_territorial_2023.zip]"
3839
]
3940
},
@@ -166,13 +167,13 @@
166167
" sp_mapas_2001.zip,\n",
167168
" sp_mapas_2005.zip,\n",
168169
" sp_mapas_2013.zip,\n",
169-
" to_mapas_2013.zip,\n",
170170
" todos_mapas_1991.zip,\n",
171171
" todos_mapas_1994.zip,\n",
172172
" todos_mapas_1997.zip,\n",
173173
" todos_mapas_2001.zip,\n",
174174
" todos_mapas_2005.zip,\n",
175-
" todos_mapas_2013.zip]"
175+
" todos_mapas_2013.zip,\n",
176+
" to_mapas_2013.zip]"
176177
]
177178
},
178179
"execution_count": 3,
@@ -190,11 +191,14 @@
190191
"metadata": {},
191192
"outputs": [
192193
{
193-
"name": "stderr",
194-
"output_type": "stream",
195-
"text": [
196-
" 0%| | 0/20 [00:00<?, ?it/s]\n"
197-
]
194+
"data": {
195+
"text/plain": [
196+
"'/home/bida/pysus/todos_mapas_2013.zip'"
197+
]
198+
},
199+
"execution_count": 4,
200+
"metadata": {},
201+
"output_type": "execute_result"
198202
}
199203
],
200204
"source": [
@@ -203,15 +207,28 @@
203207
},
204208
{
205209
"cell_type": "code",
206-
"execution_count": null,
210+
"execution_count": 5,
207211
"metadata": {},
208-
"outputs": [],
209-
"source": "territory.download('02-base_territorio_fev24.zip')"
212+
"outputs": [
213+
{
214+
"data": {
215+
"text/plain": [
216+
"'/home/bida/pysus/02-base_territorio_fev24.zip'"
217+
]
218+
},
219+
"execution_count": 5,
220+
"metadata": {},
221+
"output_type": "execute_result"
222+
}
223+
],
224+
"source": [
225+
"territory.download('02-base_territorio_fev24.zip')"
226+
]
210227
}
211228
],
212229
"metadata": {
213230
"kernelspec": {
214-
"display_name": "pysus-UCqxMvKV-py3.10",
231+
"display_name": "Python 3 (ipykernel)",
215232
"language": "python",
216233
"name": "python3"
217234
},
@@ -225,9 +242,9 @@
225242
"name": "python",
226243
"nbconvert_exporter": "python",
227244
"pygments_lexer": "ipython3",
228-
"version": "3.12.7"
245+
"version": "3.11.8"
229246
}
230247
},
231248
"nbformat": 4,
232-
"nbformat_minor": 2
249+
"nbformat_minor": 4
233250
}

0 commit comments

Comments
 (0)