Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Releases: CancerDataAggregator/cda-python

3.5.1

12 Sep 18:03
2c7ee65
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.5.1

3.5.0

22 Aug 17:16
a120628
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.5.0

3.4.1

13 Jun 20:35
fb4df0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.4.1

3.4.0

04 May 19:12
7d1c2d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

21 Dec 18:53
705e1e0
Compare
Choose a tag to compare

What's Changed

  • Added Q.from_file

  • Added / auto remove on host to keep backward comp with swagger changes

  • added unique_term now shows nulls

  • Merge for release by @ahaessly in #163

  • Integration by @dionboles-asym in #164

  • Bump dparse from 0.5.1 to 0.5.2 by @dependabot in #150

New Contributors

Full Changelog: 3.2.0...3.3.0

3.20

03 Nov 21:04
12cf015
Compare
Choose a tag to compare

What's Changed

  • users can now search for subjects that have data from multiple data centers using the FROM function
  • users can search within dataframes
  • dataframe results can be ordered by any column
  • columns now has information about what endpoint each column lives in, as well as what type of data it is (number, word, etc) and whether it's a required field

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

19 Sep 19:52
9023242
Compare
Choose a tag to compare
Merge pull request #143 from CancerDataAggregator/integration

Integration

3.0.0

08 Jul 22:07
cca7b48
Compare
Choose a tag to compare
Merge pull request #125 from CancerDataAggregator/integration

forgot to read the right file

V2.1.0

31 Jan 19:11
2076ae9
Compare
Choose a tag to compare

Bug fixes and Updates

pretty_print() order is not correct,
unique_terms() results should be a sorted list,
SSL Cert Verification fix, ex: q1.run(verify=False)
Warning for unique terms is inaccurate,
Python fix: Q.sql allows anyone to search any public table ($$$),
Long queries will be supported in CDA

Note name changes

Q will try to convert the name changes for you automatically but if we missed any please inform us

'ResearchSubject.primary_disease_type' is now called 'ResearchSubject.primary_diagnosis_condition'

'ResearchSubject.associated_project' is now called 'ResearchSubject.member_of_research_project'

Thanks to the team dev and testing
@dionboles-asym @elijahlowe @druth314 @fkaufman-asym

V2.0.0

21 Oct 17:01
3f8f40f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/CancerDataAggregator/cda-python/commits/2.0.0