J. Hariharan
J. Hariharan
minor fixes to text in the [best practices introduction section](https://mastering-shiny.org/scaling-intro.html)
Per suggestion from @wrightky in #39: > Now that we've got a few dorado papers out, any interest in adding a "publications" section (either to the README or the docs)...
Write tests for all of the `verbose` behavior - i.e. does that argument successfully turn off print statements.
We print to stdout with reckless abandon throughout the codebase. I think we should create functionality to optionally suppress these print statements (maybe a "quiet" flag or a "verbosity" argument),...
aim is to add some functionality to clip a list of rasters by a common extent (or expand them as necessary to a common extent). still a lot of work...
Starting to get some tests and accompanying continuous integration workflow going. Relates to #46. Built off of #65...
Develop continuous integration workflows to do the following: - [x] #60 - [x] Build and install the package (#42) - [ ] Run unit and integration tests (could also run...
PR to close #62. This PR is intended to be merged after #63, and is the "content" side of the tutorial updates where #63 focused on ensuring they would run...
PR to work on #62. This PR focuses on getting the tutorials to run and render correctly in the documentation without deprecation errors (that we can control). A subsequent PR...
Looks like the tutorials are a bit dated, so far I've found that the `networkx.read_gpickle` function was retired (https://networkx.org/documentation/stable/release/migration_guide_from_2.x_to_3.0.html#deprecated-code). Should run through the various notebooks and make the necessary changes...