Releases: django-daiquiri/daiquiri
Releases · django-daiquiri/daiquiri
0.5.1
Major changes:
- Update for compatibility with psycopg3
- Update to queryparser 0.7 for the full support of ADQL 2.1
- Improved
stats
module: added REST api and revisit the stored data
Small fixes and updates:
- Fixed several bugs in rendering of html and md
- Added list of the metadata for schemas at
/metadata/
- Updated the management of the custom semantics for the DataLink
0.4.5
Fixes:
- Overhaul the custom datalink semantic
#doi
- change the description which is used as title for the record in OAI
- add the description page for the extended datalink vocabulary
/datalink/semantics
- change
#doi
toSITE_URL/datalink/semantics#doi
in compliance with the IVOA DataLink recommendations
- add ListSets to the
/registry
page
Daiquiri 0.4.4
Mini Release:
- new announcement message feature
- Dynamic datalink feature
- added service term of use
- Fix Sync Jobs
- Fix example issue with TopCat
Daiquiri 0.4.3
HotFixes for 0.4.2:
- solved OAI issues with affiliations
- solved the sync SELECT * issue
Daiquiri 0.4.2
The production ready release of Daiquiri for Django 4.2
0.3.7: Fixes tap and upload jobs
* uniqueness of table_name in TAP schema * added executionDuration for upload job (web/query-app)
0.3.5: Added ListSets to oai-app
Major features: * Added ListSets to oai-app Bug fixes: * Fix plenty of bugs in the OAI-app * update dependancies
0.3.3: Add DOIs
Major Feature: * Add DOI in the oai-app Minor Features: * Add mem cache mechanism Bug fixes: * Fix some management scripts * Clean the settings
0.3.0: Move to Django2.2 added oai-app
Major features: * Moved to Django2.2 * Added oai-app with support for datacite, dublincore and VO Minor features: * Added upload feature via web interface * Added upload feature via TAP interface (sync + async) * Astropy is now requirement Bug fixes: * Auth bugs for WP * Export to FITs format * and more...
0.2.0b: Drop python2.x and meeting app
Major features: * Drop Python2.x support * Added few features for meeting app Minor features: * Added csv, and sql export and download * Fixed the FITs export * Added ACCESS_LEVEL for queue Bug fixes: * Fixed a bazillion of bugs