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

Knox enhancements #111

Merged
merged 48 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
c420519
knox reimplementation WIP
sjsrey Jul 12, 2023
57ddb67
drafted local knox
sjsrey Jul 18, 2023
998a55c
add keep option to global knox
sjsrey Jul 18, 2023
9967815
document Knox class
sjsrey Jul 19, 2023
8032c9d
add Knox_Local class
sjsrey Jul 19, 2023
ec51314
Examples for global and local knox
sjsrey Jul 20, 2023
b3ffd4d
notebook for spacetime WIP
sjsrey Jul 20, 2023
757dbd1
deprecate knox
sjsrey Jul 20, 2023
9b8f8d2
naming conventions
sjsrey Jul 20, 2023
228eedb
Update public classes
sjsrey Jul 25, 2023
b173df7
Update pointpats/spacetime.py
martinfleis Aug 24, 2023
65fe435
Merge remote-tracking branch 'upstream/main' into pr/sjsrey/111
martinfleis Aug 24, 2023
845bb48
more efficient local permutation
sjsrey Aug 26, 2023
6a75880
Merge branch 'main' of github.com:pysal/pointpats into knox
sjsrey Sep 3, 2023
be5358c
tests for new global/local knox
sjsrey Sep 3, 2023
6dec87f
convert old st tests to pytest
sjsrey Sep 3, 2023
28313ad
TEST: update doctests
sjsrey Sep 3, 2023
a994c63
from_dataframe constructor for knox
knaaptime Sep 7, 2023
6fad607
add classmethod for localknox
knaaptime Sep 8, 2023
6e960ba
dont compute ENST twice
knaaptime Sep 8, 2023
a9269dc
add tests
knaaptime Sep 8, 2023
90dd319
format
knaaptime Sep 8, 2023
3c3b7d3
strings
knaaptime Sep 8, 2023
d19aeef
spaces
knaaptime Sep 8, 2023
27b37ba
keep docstr
knaaptime Sep 8, 2023
725337c
Update pointpats/spacetime.py
knaaptime Sep 8, 2023
3741ee4
valueerror
knaaptime Sep 8, 2023
f329ca8
Merge pull request #2 from knaaptime/knox
sjsrey Sep 8, 2023
3a32dc8
hotspot identification
sjsrey Sep 18, 2023
ebe80c9
remove conditional attribute from local object
sjsrey Sep 18, 2023
4490a09
fix from_dataframe for local
sjsrey Sep 19, 2023
ed4ba17
cast to arrays for computation in local
sjsrey Sep 19, 2023
273c1a8
Raise when df is passed to _knox_local
sjsrey Sep 21, 2023
d150764
Explore on KnoxLocal index corrected
sjsrey Sep 21, 2023
2184202
Add plot method to KnoxLocal
sjsrey Sep 21, 2023
003d7aa
rm errant property decorator
Sep 21, 2023
d01206b
format
knaaptime Sep 21, 2023
ffee296
pass options
knaaptime Sep 21, 2023
d2c040e
include neighbor list in explore
knaaptime Sep 21, 2023
e95181e
Merge pull request #3 from knaaptime/knox
sjsrey Sep 22, 2023
7b67c4e
dont overwrite class gdf
knaaptime Sep 22, 2023
41d5b23
Merge pull request #4 from knaaptime/knox
sjsrey Sep 22, 2023
754199e
remove property on statistic_
sjsrey Sep 22, 2023
f7492d0
fix explore nonsig
knaaptime Sep 22, 2023
86f4567
Merge branch 'knox' into knox
knaaptime Sep 22, 2023
333ee26
Merge pull request #5 from knaaptime/knox
sjsrey Sep 22, 2023
83bce2c
inference type parameter for hotspots
knaaptime Sep 22, 2023
8ebd6a9
Merge pull request #6 from knaaptime/knox
sjsrey Sep 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading