Skip to content

Releases: dp-next/fastreg

0.7.0

02 Feb 13:49

Choose a tag to compare

What's Changed

Full Changelog: 0.6.5...0.7.0

0.6.5

02 Feb 08:47

Choose a tag to compare

What's Changed

  • refactor: ♻️ rename parameters in convert_to_parquet() by @signekb in #129

Full Changelog: 0.6.4...0.6.5

0.6.4

29 Jan 13:42

Choose a tag to compare

What's Changed

  • docs: 📝 rename to fastreg by @signekb in #127
  • docs: 📝 update is_same_register() reference doc by @signekb in #125
  • refactor: ♻️ give error when no file is found in list_*() by @signekb in #122

Full Changelog: 0.6.3...0.6.4

0.6.3

28 Jan 13:53

Choose a tag to compare

What's Changed

  • test: ✅ use simulated register data in convert_to_parquet() tests by @signekb in #119
  • refactor: ♻️ add internal get_register_names() by @signekb in #123

Full Changelog: 0.6.2...0.6.3

0.6.2

27 Jan 13:01

Choose a tag to compare

What's Changed

  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #118
  • refactor: 🩹 ensure source_file is character before Arrow schema creation by @signekb in #120

Full Changelog: 0.6.1...0.6.2

0.6.1

25 Jan 13:40

Choose a tag to compare

What's Changed

  • refactor: ♻️ ensure same register paths in convert_to_parquet() by @signekb in #116

Full Changelog: 0.6.0...0.6.1

0.6.0

23 Jan 14:57

Choose a tag to compare

What's Changed

  • docs: 📝 add that convert_to_parquet() assumes files are from the same register by @signekb in #103
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #106
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #107
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #108
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #110
  • feat: ✨ read SAS files in chunks; lowercase column names; align Arrow schemas by @signekb in #112

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Dec 12:44

Choose a tag to compare

What's Changed

  • style: 🎨 remove extra empty line in justfile by @signekb in #98
  • docs: 📝 fix doc example for convert function by @signekb in #100
  • chore: 🧑‍💻 add editor ruler of 80 by @signekb in #101
  • chore: 🧑‍💻 add "perf" and "revert" to branch types by @signekb in #102
  • feat: ✨ add list_*() functions by @signekb in #96

Full Changelog: 0.4.0...0.5.0

What's Changed

  • style: 🎨 remove extra empty line in justfile by @signekb in #98
  • docs: 📝 fix doc example for convert function by @signekb in #100
  • chore: 🧑‍💻 add editor ruler of 80 by @signekb in #101
  • chore: 🧑‍💻 add "perf" and "revert" to branch types by @signekb in #102
  • feat: ✨ add list_*() functions by @signekb in #96

Full Changelog: 0.4.0...0.5.0

0.4.0

12 Dec 12:28

Choose a tag to compare

What's Changed

  • docs: ✏️ change link to convert function reference docs by @signekb in #91
  • ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #92
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #93
  • chore: 🧑‍💻 add preview-website just recipe by @signekb in #94
  • feat: ✨ add read_register() by @signekb in #90

Full Changelog: 0.3.0...0.4.0

What's Changed

  • docs: ✏️ change link to convert function reference docs by @signekb in #91
  • ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #92
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #93
  • chore: 🧑‍💻 add preview-website just recipe by @signekb in #94
  • feat: ✨ add read_register() by @signekb in #90

Full Changelog: 0.3.0...0.4.0

What's Changed

  • docs: ✏️ change link to convert function reference docs by @signekb in #91
  • ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #92
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #93
  • chore: 🧑‍💻 add preview-website just recipe by @signekb in #94
  • feat: ✨ add read_register() by @signekb in #90

Full Changelog: 0.3.0...0.4.0

What's Changed

  • docs: ✏️ change link to convert function reference docs by @signekb in #91
  • ci(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #92
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #93
  • chore: 🧑‍💻 add preview-website just recipe by @signekb in #94
  • feat: ✨ add read_register() by @signekb in #90

Full Changelog: 0.3.0...0.4.0

0.3.0

27 Nov 15:28

Choose a tag to compare

What's Changed

  • chore: 🚚 rename deps just recipe to install-deps by @signekb in #72
  • docs: 📝 update index page with overview, purpose, and why parquet sections by @signekb in #63
  • test: ✅ clean up sas_to_parquet() tests by @signekb in #74
  • docs: 📝 add expected flow to design by @signekb in #68
  • docs: 📝 add core functionality and naming section to design by @signekb in #65
  • docs: 📝 add functions section to design by @signekb in #69
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
  • docs: 📝 add interface section with input and output to design by @signekb in #67
  • docs: 📝 minor updates/alignment in design vignette by @signekb in #82
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #83
  • docs: ✏️ "eventhough" -> "even though" by @signekb in #86
  • test: ✅ fix test by changing expect_identical() to expect_match() by @signekb in #87
  • chore: update WORDLIST by @signekb in #85
  • build: 👷‍♀️ add jarl linter by @signekb in #89
  • feat: ✨ implement convert_to_parquet() by @signekb in #84

Full Changelog: 0.2.4...0.3.0

What's Changed

  • chore: 🚚 rename deps just recipe to install-deps by @signekb in #72
  • docs: 📝 update index page with overview, purpose, and why parquet sections by @signekb in #63
  • test: ✅ clean up sas_to_parquet() tests by @signekb in #74
  • docs: 📝 add expected flow to design by @signekb in #68
  • docs: 📝 add core functionality and naming section to design by @signekb in #65
  • docs: 📝 add functions section to design by @signekb in #69
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
  • docs: 📝 add interface section with input and output to design by @signekb in #67
  • docs: 📝 minor updates/alignment in design vignette by @signekb in #82
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #83
  • docs: ✏️ "eventhough" -> "even though" by @signekb in #86
  • test: ✅ fix test by changing expect_identical() to expect_match() by @signekb in #87
  • chore: update WORDLIST by @signekb in #85
  • build: 👷‍♀️ add jarl linter by @signekb in #89
  • feat: ✨ implement convert_to_parquet() by @signekb in #84

Full Changelog: 0.2.4...0.3.0

What's Changed

  • chore: 🚚 rename deps just recipe to install-deps by @signekb in #72
  • docs: 📝 update index page with overview, purpose, and why parquet sections by @signekb in #63
  • test: ✅ clean up sas_to_parquet() tests by @signekb in #74
  • docs: 📝 add expected flow to design by @signekb in #68
  • docs: 📝 add core functionality and naming section to design by @signekb in #65
  • docs: 📝 add functions section to design by @signekb in #69
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
  • docs: 📝 add interface section with input and output to design by @signekb in #67
  • docs: 📝 minor updates/alignment in design vignette by @signekb in #82
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #83
  • docs: ✏️ "eventhough" -> "even though" by @signekb in #86
  • test: ✅ fix test by changing expect_identical() to expect_match() by @signekb in #87
  • chore: update WORDLIST by @signekb in #85
  • build: 👷‍♀️ add jarl linter by @signekb in #89
  • feat: ✨ implement convert_to_parquet() by @signekb in #84

Full Changelog: 0.2.4...0.3.0

What's Changed

  • chore: 🚚 rename deps just recipe to install-deps by @signekb in #72
  • docs: 📝 update index page with overview, purpose, and why parquet sections by @signekb in #63
  • test: ✅ clean up sas_to_parquet() tests by @signekb in #74
  • docs: 📝 add expected flow to design by @signekb in #68
  • docs: 📝 add core functionality and naming section to design by @signekb in #65
  • docs: 📝 add functions section to design by @signekb in #69
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
  • docs: 📝 add interface section with input and output to design by @signekb in #67
  • docs: 📝 minor updates/alignment in design vignette by @signekb in #82
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #83
  • docs: ✏️ "eventhough" -> "even though" by @signekb in #86
  • test: ✅ fix test by changing expect_identical() to expect_match() by @signekb in #87
  • chore: update WORDLIST by @signekb in #85
  • build: 👷‍♀️ add jarl linter by @signekb in #89
  • feat: ✨ implement convert_to_parquet() by @signekb in #84

Full Changelog: 0.2.4...0.3.0

What's Changed

  • chore: 🚚 rename deps just recipe to install-deps by @signekb in #72
  • docs: 📝 update index page with overview, purpose, and why parquet sections by @signekb in #63
  • test: ✅ clean up sas_to_parquet() tests by @signekb in #74
  • docs: 📝 add expected flow to design by @signekb in #68
  • docs: 📝 add core functionality and naming section to design by @signekb in #65
  • docs: 📝 add functions section to design by @signekb in #69
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #80
  • docs: 📝 add interface section with input and output to design by @signekb in #67
  • docs: 📝 minor updates/alignment in design vignette by @signekb in #82
  • ci(pre-commit): 👷 update pre-commit CI version by @pre-commit-ci[bot] in #83
  • docs: ✏️ "eventhough" -> "even though" by @signekb in #86
  • test: ✅ fix test by changing expect_identical() to expect_match() by @signekb in #87
  • chore: update WORDLIST by @signekb in #85
  • build: 👷‍♀️ add jarl linter by @signekb in #89
  • feat: ✨ implement convert_to_parquet() by @signekb in #84

Full Changelog: 0.2.4...0.3.0