Releases: globaldothealth/InsightBoard
Releases · globaldothealth/InsightBoard
v0.1.4
What's Changed
- Only syntax highlight when errors are present by @jsbrittain in #42
- Adopt nox for testing against python versions by @jsbrittain in #43
- Elegantly redirect if port already busy by @jsbrittain in #45
- Add Python version compatbility badges by @jsbrittain in #47
- Add settings toggle for upsert/append by @jsbrittain in #46
- Rename 'database' to 'table' in parser return by @jsbrittain in #50
- Pin docs requirements by @jsbrittain in #54
- Update deprecated artifact action by @jsbrittain in #53
- Add pre-commit by @jsbrittain in #52
- Refactor to support pyinstaller by @jsbrittain in #51
- Mark rows excluded from ingestion by @jsbrittain in #55
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Prevent False coercing to nulls by @jsbrittain in #33
- Option to limit table view to validation errors only by @jsbrittain in #34
- Apply upload file selection styling by @jsbrittain in #35
- System tests by @jsbrittain in #36
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Ensure schema column ordering; coerce data types based on schema by @jsbrittain in #22
- Add tests by @jsbrittain in #24
- Preserve NA to None prior to schema validation by @jsbrittain in #23
- Add current datetime to csv filenames by @jsbrittain in #27
- Add build MANIFEST file by @jsbrittain in #28
- Deprecate macOS-12 runner by @jsbrittain in #30
- Prevent zeros coercing to nulls by @jsbrittain in #29
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
What's Changed
- Remove projects folder; tidy-up validation error formatting by @jsbrittain in #2
- Add primary key support by @jsbrittain in #3
- Handle missing data folder elegantly by @jsbrittain in #4
- Add custom asset support by @jsbrittain in #5
- Update version of adtl used to allow parquet & fix bugs by @pipliggins in #6
- Paginate table highlights by @jsbrittain in #7
- Updates adtl version to 0.6.0 by @pipliggins in #9
- Add documentation and readthedocs integration by @jsbrittain in #10
- Add projects pages to docs by @jsbrittain in #11
- Custom css styles; truncated error logs by @jsbrittain in #12
- Implement configuration saving; restore last open project by @jsbrittain in #13
- Continuous integration by @jsbrittain in #14
- Add heartbeat mechanism and disconnect reporting by @jsbrittain in #15
- Fix posix path on windows by @jsbrittain in #16
- Array fix by @jsbrittain in #17
- Fix for None entries in arrays by @jsbrittain in #18
- Add usage docs by @jsbrittain in #19
- Add close button to upload page by @jsbrittain in #20
- Add publish to PyPI workflow by @jsbrittain in #8
New Contributors
- @jsbrittain made their first contribution in #2
- @pipliggins made their first contribution in #6
Full Changelog: https://github.com/globaldothealth/InsightBoard/commits/v0.1.0