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 deprecated skip_equivalent pyproj arg #174

Merged
merged 1 commit into from Sep 14, 2022
Merged

Conversation

gjoseph92
Copy link
Owner

Closes #173

Caused by pyproj4/pyproj#1077.

FYI @snowman2 since pyproj4/pyproj#824 used a DeprecationWarning, not a FutureWarning, the warning would not have typically been displayed to users. That's probably why neither I nor anybody else noticed it.

https://docs.python.org/3/library/warnings.html#warning-categories

Class Description
DeprecationWarning Base category for warnings about deprecated features when those warnings are intended for other Python developers (ignored by default, unless triggered by code in main).
FutureWarning Base category for warnings about deprecated features when those warnings are intended for end users of applications that are written in Python.

@gjoseph92 gjoseph92 merged commit be3e559 into main Sep 14, 2022
@gjoseph92 gjoseph92 deleted the remove-skip-equivalent branch September 14, 2022 17:18
jgrss added a commit to jgrss/stackstac that referenced this pull request Sep 28, 2022
* Support sequence of `Item`s (gjoseph92#164)

* Switch to PDM for dependency management (gjoseph92#169)

* Add param links to docs (gjoseph92#170)

* Automatically hide `pdm.lock` in GitHub diffs (gjoseph92#171)

* Fix docs build for visualization functions (gjoseph92#172)

* Fix docs build for PDM again (gjoseph92#175)

* Remove deprecated `skip_equivalent` pyproj arg (gjoseph92#174)

* Release v0.4.3 (gjoseph92#176)

* Fixed link to USGS PDF on qa-pixel (gjoseph92#180)

Co-authored-by: Gabe Joseph <gjoseph92@gmail.com>
Co-authored-by: Tom Augspurger <taugspurger@microsoft.com>
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.

Error caused by pyproj 3.4.0
1 participant