Releases: diverso-lab/uvlhub
v1.8
- Implemented the option to make datasets anonymous
- You can now edit the metadata of a dataset.
- Implemented decorators
- Fixed multiple bugs in the JS script of the create / edit dataset form
- Now there is the option to not set the author of an account as the author of a dataset by default.
Full Changelog: v1.7...v1.8
v1.7
- Integration with flamapy at backend and module level
- Decoupled FeatureModel and related models
- Decoupled File and related models
- Renamed File model to Hubfile to avoid naming conflicts
- Changed Python Alpine image to Python Slim for flamapy package compatibility
- Refactored the scripts
- Refactored images
- Custom 502 errors are now shown in nginx depending on deployment environment
- Implemented correct dataset seeder
- Fixed browser bug
- Fixed profile/summary bug
Full Changelog: v1.6.8...v1.7
v1.6.8
- Refactored the forms of the dataset module
- Refactored the dataset module
- Improved the synchrony between local and Zenodo
- Fixed bug that didn't allow the visualisation of out-of-sync datasets
- Fixed bug when choosing a publication type that had blanks in it
- Added new tests
- Improved the graphical interface in the view of a dataset
- Added link to Zenodo record
Full Changelog: v1.6.7...v1.6.8
v1.6.7
- Improved dataset view GUI
- DOI button now stands out and is clearer than the others
- Associated files have a better appearance
Full Changelog: v1.6.6...v1.6.7
v1.6.6
Movidos todos los dataset a Zenodo
Incluida cita a paper
Cambiado de modo sandbox Zenodo a producción
Full Changelog: v1.6.5...v1.6.6
v1.6.5
Fixed major bug when creating a connection test with Zenodo
Full Changelog: v1.6.4...v1.6.5
v1.6.4
- Refactored the cookie counter when displaying a dataset
- Created a mapping of old and new DOIs due to the migration to the Zenodo production environment
Full Changelog: v1.6.3...v1.6.4
v1.6.3
Improved performance when loading the site due to excessive database queries counting all records over and over again.
Full Changelog: v1.6.2...v1.6.3
v1.6.2
- Implemented a small viewer of the compiled version in production
- Updated dependencies
What's Changed
- feat: Decoupling uploads_dir from init by @drorganvidez in #42
Full Changelog: v1.6.1...v1.6.2
v1.6.1
Implemented module ignore functionality, which allows, in the .moduleingnore
file, to specify which modules we want the app loader to ignore and are not available in the deployment environment.
What's Changed
- Update Dockerfile.prod by @drorganvidez in #41
Full Changelog: v1.6...v1.6.1