Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: elabftw/elabapy

elabapy-1.1.0

08 Aug 16:30
1.1.0
Compare
Choose a tag to compare

1.1.0

Update dependencies.

elabapy-1.0.0

09 Dec 12:40
1.0.0
Compare
Choose a tag to compare

Version 1.0.0

  • Update dependencies.
  • No breaking changes with version 0.x.

elabapy-0.8.2

14 Aug 15:35
0.8.2
Compare
Choose a tag to compare

Version 0.8.2

  • Allow using limit and offset for get_all methods (#28 by @JAC28)

elabapy-0.8.1

25 Jul 22:56
0.8.1
Compare
Choose a tag to compare

Version 0.8.1

  • Publish new releases automatically with GitHub Action (#27 by Niels Cautaerts)

elabapy-0.8.0

25 Jul 18:16
0.8.0
Compare
Choose a tag to compare

Version 0.8.0

  • Add proxies option (#25 by Jean-Luc Parouty)
  • Add experiments templates endpoint (#19 by @m6121)

elabapy-0.7.1

03 Mar 10:08
0.7.1
Compare
Choose a tag to compare

Version 0.7.1

  • Add get_tags()

elabapy-0.7.0

21 Jan 16:55
0.7.0
Compare
Choose a tag to compare
  • Add get_all_events()

elabapy-0.6.2

11 Aug 01:31
0.6.2
Compare
Choose a tag to compare

Version 0.6.2

  • Fix the backup_zip function

elabapy-0.6.1

18 May 13:00
0.6.1
Compare
Choose a tag to compare

Version 0.6.1

  • Fix create items/experiments not sending POST requests

elabapy-0.6.0

08 May 01:17
0.6.0
Compare
Choose a tag to compare

Version 0.6.0

BREAKING CHANGE

  • The dev keyword passed to Manager has been replaced by verify

Fixed

  • Fix the get_upload() function to return binary data instead of trying to parse a JSON response

Added

  • Add function add_link_to_item() to add a link to an item in database
  • Add get_bookable()
  • Add create_event()
  • Add get_event()
  • Add destroy_event()
  • Add type hinting
  • Add GitHub actions