Skip to content

Releases: basedosdados/sdk

python-package: v2.0.3

Choose a tag to compare

@aspeddro aspeddro released this 03 Mar 14:08
55c5e78

Changes

#1785 — Add billing_project_id to Storage interactions

Adds a billing_project_id to the client that makes requests to buckets with the requester-pays policy enabled. When this policy is active, the client must specify a project for billing purposes.

#1782 — Improve errors

Improves error handling and error messages across the package.

#1778 — Update pyproject.toml, add license and readme

Fills out pyproject.toml with package metadata, adds a LICENSE file, and adds a README.md for the package.

#1777 — Fix Backend class

Bug fixes for the Backend class.

#1775 — Remove show_warnings and setup.py

Removes the deprecated show_warnings function and the legacy setup.py file.

#1773 — Documentation

  • Removes mkdocs and the docs/ folder
  • Updates docstrings for various functions and methods
  • Removes the deploy-docs workflow
  • Adds a gendoc.py script to generate markdown for the website repo

#1770 — Migrate to uv

Migrates the package toolchain from the previous package manager to uv.

v2.0.0

Choose a tag to compare

@rdahis rdahis released this 19 Feb 23:00
abb5e54

v1.6.11

Choose a tag to compare

@mfagundes mfagundes released this 16 Mar 00:03
0ca8873
  • change default & log permissions
  • minor fixes

v1.6.10

Choose a tag to compare

@mfagundes mfagundes released this 12 Jan 00:15
8f96c7c
  • installs Shapely 1.x.x for compatibility with Google Colab (has Shapely 2.0.0 which is incompatible)

v1.6.9

Choose a tag to compare

@mfagundes mfagundes released this 30 Nov 00:10
12f9f01

CHANGELOG

  • updating pandas version
  • removing unused dependencies

v1.6.8

Choose a tag to compare

@lucascr91 lucascr91 released this 05 Oct 00:55

CHANGELOG

  1. Corrige bug criado no PR #1338

v1.6.7

Choose a tag to compare

@lucascr91 lucascr91 released this 04 Oct 22:04

CHANGELOG

  1. Remove hardcode configuration path. Ver #1344

v1.6.6

Choose a tag to compare

@mfagundes mfagundes released this 30 Sep 15:49
  • Resolve bug na CLI #1338

v1.6.5

Choose a tag to compare

@lucascr91 lucascr91 released this 31 Aug 15:19

Changelog

  • Resolve bug de autenticação no Google colab #1289

v1.6.4

Choose a tag to compare

@d116626 d116626 released this 06 Jul 11:14
7eaa428

Changelog

  • refatoraupdate_columns #1188
  • adiciona parquet e parquet.gzip como formatos de upload para o storage #1188
  • adapta bd_bdm_table_schema para novo formato definido no website #1188
  • expõe parâmetro chunck_size do objeto blob #1188
  • troca comportamento do dataset_is_public, permitindo acessar os dados da tabela de staging #1188