Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FTP support, update ruff, tweak API and more. #90

Merged
merged 24 commits into from
Nov 18, 2023
Merged

Conversation

nabobalis
Copy link
Contributor

@nabobalis nabobalis commented Mar 27, 2023

TODO:

  • Update docstrings
  • Add ruff for kicks
  • Changelogs
  • Break all the API

Fixes #45

Will release this as 0.7 due the changes.

drms/__init__.py Outdated Show resolved Hide resolved
@nabobalis nabobalis changed the title Break FTP and fixed URLS - does not work Remove FTP support and use dynamic URLs Mar 27, 2023
@nabobalis nabobalis force-pushed the tweaks branch 3 times, most recently from a1b38ef to 6d2bf9d Compare March 28, 2023 01:15
@nabobalis nabobalis changed the title Remove FTP support and use dynamic URLs Remove FTP support and update ruff Apr 4, 2023
@nabobalis nabobalis changed the title Remove FTP support and update ruff Remove FTP support, update ruff and update for pandas 2.0 Apr 4, 2023
drms/utils.py Outdated Show resolved Hide resolved
@nabobalis nabobalis marked this pull request as ready for review April 4, 2023 21:39
@nabobalis nabobalis force-pushed the tweaks branch 3 times, most recently from 838e3b7 to bacf1d8 Compare April 5, 2023 01:14
@nabobalis nabobalis force-pushed the tweaks branch 6 times, most recently from 43fa9f2 to 526f704 Compare April 5, 2023 06:36
@nabobalis nabobalis changed the title Remove FTP support, update ruff and update for pandas 2.0 Remove FTP support, update ruff for 0.7 Jun 9, 2023
@nabobalis nabobalis changed the title Remove FTP support, update ruff for 0.7 Remove FTP support, update ruff, tweak API and more. Jun 10, 2023
@@ -25,7 +24,7 @@
# Send request to the DRMS server
print("Querying keyword data...\n -> {qstr}")
segname = "synopMr"
results, filenames = client.query(qstr, key=drms.const.all, seg=segname)
results, filenames = client.query(qstr, key=drms.JsocInfoConstants.all.value, seg=segname)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Decide if I like this.

@nabobalis nabobalis force-pushed the tweaks branch 2 times, most recently from e831207 to 334a103 Compare November 17, 2023 19:51
@nabobalis nabobalis force-pushed the tweaks branch 2 times, most recently from bc8b8b7 to c1d8c21 Compare November 17, 2023 22:46
@nabobalis nabobalis force-pushed the tweaks branch 2 times, most recently from 1aa923d to 6136d20 Compare November 17, 2023 23:53
@nabobalis nabobalis merged commit 539f7f9 into main Nov 18, 2023
10 of 12 checks passed
@nabobalis nabobalis deleted the tweaks branch November 18, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use logger
1 participant