Skip to content

Fix None export

Compare
Choose a tag to compare
@paulineribeyre paulineribeyre released this 22 Apr 18:01
· 158 commits to master since this release
f5fa37a

Release Notes

For: uc-cdis/sheepdog

Notes since tag: 4.0.0

Notes to tag/commit: 4.0.1

Generated: 2020-04-22

Bug Fixes

  • When exporting entities as a tsv file Null values would have 'None' instead
    of an empty string. This would cause an error when resubmitting. Fixed by
    checking file format and making Null values an empty string when the format
    is tsv. (#323)
  • Fix sheepdog X.0 integer handling (#322)

Dependency Updates

  • pin cryptography 2.8 b/c of known bug with 2.9 (#324)