Skip to content

chore: prep for v0.2.0#25

Merged
cigrainger merged 3 commits intomainfrom
cg/prep-0.2.0
Mar 24, 2026
Merged

chore: prep for v0.2.0#25
cigrainger merged 3 commits intomainfrom
cg/prep-0.2.0

Conversation

@cigrainger
Copy link
Copy Markdown
Contributor

Summary

Prep for the v0.2.0 release.

Version bump

0.1.2-dev -> 0.2.0

README rewrite

The README was functional but disjointed — a feature list followed by disconnected code blocks. The new README:

  • Badges — CI, HexDocs, Hex.pm at the top
  • Design section — positions Dux's dplyr lineage and where it diverges (no Series, DuckDB-only, lazy, distributed on the BEAM)
  • Tighter structure — Getting Started, IO, Distributed, Graph as focused sections with just enough code to show the shape, not tutorial-length
  • Cross-source queries — ATTACH + join across Postgres/S3/local in the IO section
  • Distributed as first-class — distributed reads, writes, partition_by, Postgres reads all shown
  • Guides links — all 7 HexDocs guides linked at the bottom
  • Installation{:dux, "~> 0.2.0"} (hex, not github)

🤖 Generated with Claude Code

Bump version to 0.2.0. Rewrite README with:
- CI, HexDocs, Hex.pm badges
- dplyr design lineage and philosophy section
- Concise feature overview (IO, distributed, cross-source, graph)
- Distributed execution as a first-class section with code examples
- Links to all HexDocs guides

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cigrainger and others added 2 commits March 24, 2026 15:26
Replace github: "elixir-dux/dux" with {:dux, "~> 0.2.0"} in all
livemd Mix.install calls. Incorporate user edits to README (Explorer
lineage, C++ mention removal).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cigrainger cigrainger merged commit 5e6a32b into main Mar 24, 2026
5 checks passed
@cigrainger cigrainger deleted the cg/prep-0.2.0 branch March 24, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant