Skip to content

Releases: appsembler/figures

Figures 0.4.4

13 Oct 09:15
fb18671
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

Figures 0.4.3

15 Aug 18:56
afefb85
Compare
Choose a tag to compare

This release fixes the following bugs

  • Fix tasks for standalone and fix average progress validation error

  • Enable daily metrics models backfill of historical data in platform, but not progress

  • Update SDM historic course count calculation

  • Enrollment data handling fixes

  • Fix broken devsite data seeding

  • Front end package dependency updates

This release also includes a foundational update for MAU 2:

Full Changelog: 0.4.2...0.4.3

What's Changed

Full Changelog: 0.4.2...0.4.3

Figure 0.4.2

03 Mar 17:05
3ac0191
Compare
Choose a tag to compare

This release adds an optionan new pipeline workflow

For details, please read here

To enable this feature, you need to update the LMS settings (aka 'server-vars.yml') as follows:

server-vars.yml

  FIGURES: 
    DAILY_TASK: 'figures.tasks.populate_daily_metrics_next'

In Django settigs, you would check the var here

  from django.conf import settings
  settings.ENV_TOKENS['FIGURES'].get('DAILY_TASK')

PR about the workflow update:

  • Pipeline improvement prerequisites

  • Figures pipeline performance improvement

  • Fix enrollment data backfill Django management command

Other PRs

  • Revert devsite 'courseware' app namepace back to originial

  • Bump url-parse from 1.5.1 to 1.5.10 in /frontend

  • Bump urijs from 1.19.6 to 1.19.8 in /frontend

Exhaustive list of changes:

Full Changelog: 0.4.1...0.4.2

Stable 0.4.x release: add support for `REQUESTED_SITE_BACKEND` and

28 Jan 07:45
8e219e3
Compare
Choose a tag to compare

This is the first stable 0.4.x release. The change log will be very large.

What's Changed since 0.4.dev17

0.4.dev17 was the last dev release and the following the are the changes between 0.4.dev17 and 0.4.1:

Full Changelog since 0.4.dev17: 0.4.dev17...0.4.1

What's Changed since 0.3.19

Read more

UI bug fixes

06 Oct 09:02
c14d059
Compare
Choose a tag to compare
UI bug fixes Pre-release
Pre-release

What's Changed

  • Matej/further fix visual errors by @grozdanowski in #397
    • the header nav links were coloured weirdly because of LMS stylesheet overriding weirdly
    • the logo didn't load correctly
  • bump version to 0.4.dev17 by @OmarIthawi in #399

Full Changelog: 0.4.dev16...0.4.dev17

Fix "leakage" of course enrollments between Sites for multisite

13 Aug 18:45
e6bedd6
Compare
Choose a tag to compare
Merge pull request #395 from appsembler/bump-0.4.dev16

Bump version to 0.4.dev16

Styling fixes and raw SQL computation for SiteMonthlyMetrics

21 Jul 21:45
d3b2e47
Compare
Choose a tag to compare

Adds styling fixes and an option to use raw SQL in computation of SiteMonthlyMetrics

Backfill and pipeline edge case fixes

28 Jun 21:28
f830b6c
Compare
Choose a tag to compare
Pre-release

Squash a bug with backfill_figures_daily_metrics
Additional backfill-related unit tests
Don't fail the whole pipeline when encourering a strange edge cases where a GeneratedCertificate exists without a corresponding CourseEnrollment

Hotfix Celery Routes

17 Jun 00:49
5d38794
Compare
Choose a tag to compare
Hotfix Celery Routes Pre-release
Pre-release

Hotfix for celery routes #378

GitHub Actions: Fixes `contain()` bug to enable automated PyPI releases

14 Jun 13:52
53295f5
Compare
Choose a tag to compare

This mostly just release 0.4.dev11