Skip to content

Releases: django-daiquiri/daiquiri

0.5.1

16 Aug 12:56
Compare
Choose a tag to compare

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

22 Dec 09:56
Compare
Choose a tag to compare

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 to SITE_URL/datalink/semantics#doi in compliance with the IVOA DataLink recommendations
  • add ListSets to the /registry page

Daiquiri 0.4.4

04 Oct 12:13
ebd6f67
Compare
Choose a tag to compare

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

31 Jul 14:39
Compare
Choose a tag to compare

HotFixes for 0.4.2:

  • solved OAI issues with affiliations
  • solved the sync SELECT * issue

Daiquiri 0.4.2

20 Jul 09:09
0df888d
Compare
Choose a tag to compare

The production ready release of Daiquiri for Django 4.2

0.3.7: Fixes tap and upload jobs

18 Feb 16:07
Compare
Choose a tag to compare
Pre-release
    * uniqueness of table_name in TAP schema
    * added executionDuration for upload job (web/query-app)

0.3.5: Added ListSets to oai-app

18 Feb 16:09
Compare
Choose a tag to compare
Pre-release
Major features:
    * Added ListSets to oai-app

Bug fixes:
    * Fix plenty of bugs in the OAI-app
    * update dependancies

0.3.3: Add DOIs

18 Feb 16:08
Compare
Choose a tag to compare
0.3.3: Add DOIs Pre-release
Pre-release
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

18 Feb 16:08
Compare
Choose a tag to compare
Pre-release
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

18 Feb 16:08
Compare
Choose a tag to compare
Pre-release
    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