Releases: jmaupetit/data7
Releases · jmaupetit/data7
0.8.0
Changed
- Upgrade anyio to 4.6.2.post1
- Upgrade psycopg to 3.2.3
- Upgrade pyinstrument to 5.0.0
- Upgrade sentry-sdk to 2.17.0
- Upgrade sqlalchemy to 2.0.36
- Upgrade starlette to 0.40.0
- Upgrade uvicorn to 0.31.1
0.7.0
Changed
- Upgrade dynaconf to 3.2.6
- Upgrade pyarrow to 17.0.0
- Upgrade pyinstrument to 0.5.7
- Upgrade sentry-sdk to 2.13.0
- Upgrade SQLAlchemy to 2.0.32
- Upgrade starlette to 0.38.5
- Upgrade typer to 0.12.5
- Upgrade uvicorn to 0.30.6
- Recommend using psycopg3 driver for PostgreSQL
0.6.0
Added
- Integrate pyinstrument profiler
Changed
- Improve performances using Pandas
0.5.0
Changed
- Ignore datasets with a query returning no results instead of raising an error
Fixed
- [CLI]
run
command reload
option should not be enabled by default
0.4.1
Fixed
- [CLI] fix ignored
run
--host
and --port
options
0.3.0
Added
- Add project documentation
0.1.0
Added
- Implement CSV output format
- Implement Parquet output format