Skip to content

Releases: diverso-lab/uvlhub

v1.14.2

29 Nov 13:55
Compare
Choose a tag to compare

Fixed problem when downloading ZIPs of all datasets, which caused temporary folders not to be deleted. This crashed the production server to the point where it was no longer available.

v1.14.1

28 Oct 16:39
Compare
Choose a tag to compare

Fixed validation in client and server side (UVL models)

Full Changelog: v1.14...v1.14.1

v1.14

24 Oct 16:23
Compare
Choose a tag to compare
  • Implemented webpack for JavaScript file transpilation
  • Implemented new rosemary command for webpack compilation
  • Support for NPM packages
  • Fixed various bugs

Full Changelog: v1.13.1...v1.14

v1.13.1

15 Oct 13:47
Compare
Choose a tag to compare
  • Datasets are now listed in main according to the number of feature models they have.
  • Statistics performance has been improved. They are now stored as counters instead of dynamically counting each table.
  • Added publication of the uvl paper (David Benavides et al)
  • Minor bug fixes
  • Several services and repositories have been refactored.

Full Changelog: v1.13...v1.13.1

v1.13

11 Oct 14:48
Compare
Choose a tag to compare
  • Implemented a work queue in Redis for transforming models in the background without cluttering the main thread
  • The entire uvlhub collection, including transformations, is now available for download

Full Changelog: v1.12...v1.13

v1.12

30 Sep 17:31
Compare
Choose a tag to compare
  • Fixed important bug when calling the flamapy endpoint to validate models. All models were considered valid, regardless of whether they really were or not.
  • Fixed minor visual bugs

Full Changelog: v1.11.1...v1.12

v1.11.1

15 Sep 14:11
Compare
Choose a tag to compare
  • Fixed bug that caused the CAPTCHA to not load correctly.
  • Fixed bug when logging in with ORCID
  • Improved javascript scripts loading system

What's Changed

Full Changelog: v1.11...v1.11.1

v1.11

29 Aug 19:21
Compare
Choose a tag to compare
  • Download queue available with which to add UVL files
  • From the download queue, the user can now create his own dataset
  • Unified loading criteria for JS scripts
  • Updated rosemary make:module command according to new JS script structure

Full Changelog: v1.10...v1.11

v1.10

30 Jul 00:55
Compare
Choose a tag to compare
  • Implemented REDIS service for session management
  • Fixed major issue with Gunicorn
  • Unified configuration in different deployment environments
  • Used workers for high concurrency (in production)

Full Changelog: v1.9...v1.10

v1.9

23 Jul 17:25
Compare
Choose a tag to compare
  • Implemented ORCID login
  • Implemented password reminder functionality via email
  • Implemented Python Captcha to prevent registrations through automated processes
  • Fixed minor bugs
  • Refactored code

Full Changelog: v1.8...v1.9