Skip to content

Releases: statisticsnorway/ssb-dash-framework

v0.2.2

11 Feb 10:17
6acd99a

Choose a tag to compare

Changes

  • ParquetEditor - Add validation to column names to prevent issues from special characters. Optionally bypass the ValueError. (#301) @MagnusEngh

💥 Breaking Changes

  • ParquetEditor - Fix illogical paths being used, update name of jsonl file and add error message when index in supplied dataframe needs to be reset. (#289) @MagnusEngh

🚀 Features

🪲 Fixes

  • ParquetEditor - Fix illogical paths being used, update name of jsonl file and add error message when index in supplied dataframe needs to be reset. (#289) @MagnusEngh
  • macromodule fix, bofregistry small fix and new optional params for altinn supp tables (#300) @SarTorvFroeystad
  • added option to select statistikkvariabel in wide tables (#285) @SarTorvFroeystad
  • macromodule missing units fix (#284) @SarTorvFroeystad
  • macromodule - removed 'orgnr_bedrift' as a column fetched (#283) @SarTorvFroeystad

v0.2.2a0

15 Jan 07:55
5069237

Choose a tag to compare

Changes

💥 Breaking Changes

🚀 Features

🔥 Removals and Deprecations

🪲 Fixes

  • ParquetEditorChangelog - Add error handling for cases where the jsonl file does not exist yet (#263) @MagnusEngh
  • filtering to historikk table and layout scaling changes to vof, historikk and arsregnskap (#260) @SarTorvFroeystad

🚨 Testing

📦 Dependencies

  • Bump the workflows-dependencies group across 1 directory with 3 updates (#212) @dependabot[bot]
  • Bump the github-action-dependencies group across 1 directory with 8 updates (#266) @dependabot[bot]
  • Bump the poetry-dependencies group across 1 directory with 53 updates (#267) @dependabot[bot]

v0.2.1

12 Dec 11:07
b5437b5

Choose a tag to compare

Changes

🪲 Fixes

  • Control hotfix, now works when tables are empty. (#256) @MagnusEngh
  • Make ParquetEditor raise error if path doesn't start with buckets due to bug when using gcs path. (#253) @MagnusEngh

v0.2.0

10 Dec 12:20
f73c310

Choose a tag to compare

Changes

💥 Breaking Changes

🚀 Features

📦 Dependencies

  • Update to require eimerdb 0.2.6 or higher to prevent running into errors from older versions of eimerdb. (#245) @MagnusEngh
  • Update dependencies (#238) @MagnusEngh

v0.2.0a1

20 Nov 12:27
074d8b5

Choose a tag to compare

Changes

💥 Breaking Changes

  • Changes to variable selector to increase usability and flexibility. (#206) @MagnusEngh

🚀 Features

  • Adding argument to decide which table AltinnSkjemadataEditor starts on (#234) @MagnusEngh
  • Re-implementing the HB method module. (#216) @MagnusEngh
  • Refactor altinnskjemaeditor to use Ibis-framework (partially complete) (#211) @MagnusEngh
  • Aggdistplotter now works with only one period instead of requiring two (#205) @MagnusEngh
  • Changes to variable selector to increase usability and flexibility. (#206) @MagnusEngh

🪲 Fixes

  • Fix issue where control callbacks were not triggering when they should and adding support for more period vars. (#232) @MagnusEngh
  • fixed duplication issue in skjemadata_ tables with partition filter (#225) @SarTorvFroeystad
  • new folder path to aarsregnskapfiles (#218) @SarTorvFroeystad

🚨 Testing

📚 Documentation

  • Adding a new kind of documentation for things that are not directly supported but could be useful to know about in some cases. (#226) @MagnusEngh

v0.1.4a2

17 Oct 12:33
e80967d

Choose a tag to compare

Changes

🚀 Features

  • Adding utility for creating a database using SQLAlchemy, and a utility to create demo-data for the database. (#184) @MagnusEngh

🪲 Fixes

  • Fix failing convert from floats to int in aggdistplotter (#203) @MagnusEngh

v0.1.4a1

14 Oct 12:56
13374a7

Choose a tag to compare

Changes

v0.1.3

10 Oct 13:58
fe0861a

Choose a tag to compare

Changes

💥 Breaking Changes

🚀 Features

v0.1.2

01 Oct 09:52
f645f87

Choose a tag to compare

Changes

💥 Breaking Changes

v0.1.1

03 Sep 07:52
7c8e95f

Choose a tag to compare

Changes

💥 Breaking Changes

  • Changing name of skjemaversjon to refnr to be easier to understand (#153) @MagnusEngh

🚀 Features

🪲 Fixes

  • Fix problem when value was not immediately convertable to int (#164) @MagnusEngh
  • Add error message if value passed to variable selector has wrong type (#156) @MagnusEngh

🚨 Testing

📚 Documentation

🔨 Refactoring

📦 Dependencies