Skip to content

Releases: engisalor/quartz

v0.3.1

04 Dec 11:07
3ffda08
Compare
Choose a tag to compare

0.3.1 (2023-12-04)

Bug Fixes

  • add crossfilter to query page, fixes (275d7e8)
  • add error handling to query (b98d0e2)
  • add local gitignore dir (ac8f7c5)
  • add url module (fddf83c)
  • allow no debug var, add corpus colors (5f1c461)
  • choropleth frq annotation (c42678d)
  • corpora page add default header (3b32d95)
  • css responsiveness, new components (a136f00)
  • fix md file loading error (694cc3c)
  • freqs data_table fix err if no data (6804c6d)
  • improve aio component for graph group (eaa1340)
  • improve query page warnings (5c8c39f)
  • release-please files (e95fb25)
  • remove params from csv download (be29437)
  • split freqs_viz file, various fixes (679ed24)
  • update example config yaml files (f1ea60e)
  • use alc, for query strings (b7cb807)

Documentation

v0.3.0

19 Oct 17:24
8081713
Compare
Choose a tag to compare

0.3.0 (2023-10-19)

⚠ BREAKING CHANGES

This is a major update that breaks with the previous release in several ways. The whole package directory structure has been simplified, new features have been added, and several limitations resolved. See the README for setup instructions.

v0.2.1

18 Apr 09:53
075cf54
Compare
Choose a tag to compare

0.2.1 (2023-04-18)

Bug Fixes

  • add flask-caching (7743d05)
  • add mkdir command to get_started (7313c12)
  • add sidebar footer (c22a76f)
  • change html.H sizes (ff01da5)
  • corpora aio refactor, change html.H sizes (1ce0985)
  • corpora pie chart responsiveness (52ee109)
  • freqs graph map title w/ labels (455c312)
  • freqs query order issue (161d989)
  • freqs remove copy_url max size (7acfe93)
  • frequencies download no data error (a5db64a)
  • improve responsiveness (56b56a3)
  • remove sgex settings patches (d9610d8)
  • surround PWD in {} (6a35d75)
  • update icons (b0efcef)
  • update requirements (fbea0f2)

v0.2.0

21 Mar 21:22
884e6bd
Compare
Choose a tag to compare

0.2.0 (2023-03-21)

This release is a major update for the app, with various front- and back-end improvements.

  • now uses SGEX v0.6+ for making API calls and caching data
  • more mature Frequencies and Corpora pages for data visualization
  • simpler setup process to get started
  • clearer package structure
  • various bug fixes

v0.1.0

21 Jan 11:59
36db0ad
Compare
Choose a tag to compare

Initial release