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

Release/3.2.0 #497

Merged
merged 141 commits into from
Dec 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
141 commits
Select commit Hold shift + click to select a range
802c180
ENH: Adding the "none" interpolator.
mpu-creare Apr 19, 2021
ca44503
MAINT: A bit of refactoring to make it better.
mpu-creare Apr 20, 2021
4744614
Merge remote-tracking branch 'origin/develop' into feature/none_inter…
mpu-creare Apr 20, 2021
88a21ee
DOC: Adding documentation for the "None" interpolator.
mpu-creare Apr 20, 2021
d049b75
DOC: flesh out cache documentation.
jmilloy May 18, 2021
d5cc9f3
ENH: extra dimensions are discarded when caching datasource and compo…
jmilloy May 18, 2021
7db3c86
ENH: CRS-agnostic caching.
jmilloy May 27, 2021
c9dae6e
Merge branch 'feature/cache_documentation' into feature/cache_output_…
jmilloy May 27, 2021
e306de6
WIP: Handle extra dimensions and crs transformation in DataSource eva…
jmilloy May 27, 2021
7236601
ENH: Cache compositor outputs without extra dimensions as well. Also …
jmilloy May 28, 2021
02e6937
Merge branch 'release/3.1.0' into develop
mpu-creare Jun 2, 2021
d8670bf
Merge remote-tracking branch 'origin/hotfix/fixes' into develop
mpu-creare Jun 4, 2021
292d129
ENH: Adding utility function to automate UI creation for nodes.
mpu-creare Jul 15, 2021
4cc845b
FIX: Fixing spec based on UI development.
mpu-creare Jul 16, 2021
6da0731
FIX: Typo.
mpu-creare Jul 23, 2021
83d8e30
Add docstring and comments where the Compositor and Datasource nodes …
jmilloy Aug 2, 2021
dce22c5
Merge pull request #478 from creare-com/feature/cache_output_improvem…
jmilloy Aug 2, 2021
a5b3705
WIP: minimal Datasource.get_source_data method and test.
jmilloy Aug 2, 2021
4d10d02
WIP: use _get_data directly in Datasource.get_source_data instead of …
jmilloy Aug 2, 2021
0154e9c
WIP: use _get_data directly in Datasource.get_source_data instead of …
jmilloy Aug 2, 2021
8d422da
WIP: add minimal get_source_data and tests for TileCompositor.
jmilloy Aug 2, 2021
2d6246f
DOC: Add get_source_data to the overview doc.
jmilloy Aug 2, 2021
e66a67c
Update doc/source/overview.md
jmilloy Aug 2, 2021
215a4c7
Update podpac/core/compositor/tile_compositor.py
jmilloy Aug 2, 2021
cc59d81
WIP: Improve docstring for get_source_data method.
jmilloy Aug 2, 2021
91be103
WIP: User-friendly exception for OGR.get_source_data
jmilloy Aug 3, 2021
180af3d
ENH: Merge pull request #485 from creare-com/feature/get_source_data
jmilloy Aug 3, 2021
f0c7644
ENH: Node get_bounds method.
jmilloy Aug 3, 2021
f78f777
Update podpac/core/data/datasource.py
jmilloy Aug 3, 2021
d38cefe
Update podpac/core/data/datasource.py
jmilloy Aug 3, 2021
538ed8c
Update podpac/core/node.py
jmilloy Aug 3, 2021
7eec446
Merge pull request #486 from creare-com/feature/get_bounds
jmilloy Aug 3, 2021
ba65790
Merge branch 'develop' into feature/none_interpolation
jmilloy Aug 12, 2021
80542ec
Merge pull request #465 from creare-com/feature/none_interpolation
jmilloy Aug 12, 2021
b64b290
Fix get_ui_node_spec
Aug 24, 2021
2b1dead
ENH: Modifying code to satisfy fortify scans.
mpu-creare Aug 30, 2021
4158264
BUG: Fixing regression on EGI node. The datasource eval was removing …
mpu-creare Oct 6, 2021
de46a21
ENH: Adding set_credentials function to make EGI consistent with auth…
mpu-creare Oct 6, 2021
fb25635
BUGFIX: Fixing bug introduced in previous commit.
mpu-creare Oct 6, 2021
75670f6
FIX: Avoid naming conflict with rasterio node.
mpu-creare Oct 7, 2021
ffd0d13
ENH: Enabling NN interpolation for nD stacked coordinates.
mpu-creare Oct 11, 2021
3a2a5b3
Merge pull request #488 from creare-com/feature/stack2dinterp
mpu-creare Oct 11, 2021
e98ac04
FIX: drop --> udrop. Would break stacked coordinate evals for no good…
mpu-creare Oct 12, 2021
7feb5c9
FIX: Fixing smap EGI for partial request.
mpu-creare Oct 12, 2021
0ed3e19
WIP: this is an extremely in-progress commit. Just needed to get chan…
jmilloy Dec 4, 2021
f322d50
WIP: Updating spec to include "required" -- not Tested.
mpu-creare Dec 6, 2021
975348d
WIP: looked at Algorithm, Arange, Arithmetic, Convolution, CoordData
BAyotte Dec 9, 2021
de6194b
Moved get_ui_node_spec into node.py from utils.py
BAyotte Dec 10, 2021
62adad3
WIP
BAyotte Dec 10, 2021
775021c
WIP
BAyotte Dec 13, 2021
4cbf732
WIP
BAyotte Dec 13, 2021
5651332
changed Array nodes input from source to array
BAyotte Dec 14, 2021
81d8ac0
WIP
BAyotte Dec 15, 2021
6a7f141
WIP
BAyotte Dec 17, 2021
b22e8f4
WIP, updating required values
BAyotte Dec 17, 2021
90061f9
WIP
BAyotte Dec 17, 2021
fc87e5a
WIP
BAyotte Dec 20, 2021
de0ec03
WIP: exposing style
BAyotte Dec 30, 2021
2a205ee
WIP
BAyotte Jan 14, 2022
1717de2
ENH: The ui_spec will now pull defaults from functions marked using t…
mpu-creare Jan 14, 2022
600d1b8
WIP
BAyotte Jan 14, 2022
fd0a959
Merge branch 'feature/ui-spec-updates' of https://github.com/creare-c…
BAyotte Jan 14, 2022
f130ebc
FIX: Adding "Percentile" back into the public API.
mpu-creare Jan 15, 2022
785b417
DOC/FIX: Fix missing import. Adding correctly named function for unre…
mpu-creare Jan 18, 2022
aa489a3
FIX: Node prober can now handle nodes that have multiple values for a…
Jan 19, 2022
915489c
FIX: Signal can now properly handle sources with dimensions not in ke…
mpu-creare Jan 19, 2022
37dd8aa
ENH: Convolution Node can now handle CoordinatesArray1d coordinates -…
mpu-creare Jan 20, 2022
544300f
ENH: Convolution node can now handle extra dimension in the source (i…
mpu-creare Jan 20, 2022
ca60781
FIX: Making sure convolution works for ArrayCoordinates with only 1 e…
mpu-creare Jan 20, 2022
b00bab3
FIX: Floating point errors can creep in when doing spatial convolutio…
Jan 24, 2022
b91639c
WIP: AffineCoordinates
jmilloy Jan 29, 2022
a4c2855
WIP: AffineCoordinates and StackedCoordinates handling.
jmilloy Jan 31, 2022
8c6bf42
FIX: use the xarray crs when making coordinates from xarray with a ge…
jmilloy Feb 3, 2022
0d1ca60
Testing: this is the right way to test this because the stacked coord…
jmilloy Feb 3, 2022
cccea59
TESTING: replace RotatedCoordinates usage in coordinates tests. Begin…
jmilloy Feb 3, 2022
baf6d84
TESTING: adds tests for coordinates simplify method.
jmilloy Feb 3, 2022
c399b04
Implement AffineCoordinates.simplify to prefer UniformCoordinates. Ca…
jmilloy Feb 3, 2022
a6dc58a
TESTING: not sure we're going to implement this, so marking xfail for…
jmilloy Feb 3, 2022
6722a26
Just updating some notes.
jmilloy Feb 3, 2022
f348ff9
TESTFIX: Fixing unit tests. Number of corrections due to renaming.
mpu-creare Feb 8, 2022
7cc1c2a
Add StackedCoordinates.is_affine and StackedCoordinates.simplify meth…
jmilloy Feb 8, 2022
92a6928
DOC: Fixing some documentation
mpu-creare Feb 9, 2022
77ac007
FIX: Making UniformCoordinates1d step/stop consistent within floating…
mpu-creare Feb 9, 2022
008e7c1
Merge pull request #493 from creare-com/feature/fortify-scan-fixes
mpu-creare Feb 9, 2022
54bfdeb
Merge branch 'develop' of https://github.com/creare-com/podpac into d…
mpu-creare Feb 9, 2022
d39048d
FIX: Roundtrip affine-stacked-simplify now is floating-point consistent.
mpu-creare Feb 9, 2022
9822039
WIP: Implement AffineCoordinates selection.
jmilloy Feb 9, 2022
4ad74aa
WIP: Use AffineCoordinates repr in Coordinates repr
jmilloy Feb 9, 2022
478e2c9
FIX: two bugs
mpu-creare Feb 9, 2022
bfa191f
MAINT: Making the __repr__ a bit more consistent with other Coordinates.
mpu-creare Feb 9, 2022
b419b24
FIX: Greater than less than sign error.
mpu-creare Feb 9, 2022
5e28a8e
Merge branch 'develop' into feature/affine_coordinates
mpu-creare Feb 9, 2022
02e5ec5
FIX: Various fixed. Roundtrip rotated geotiff now works
mpu-creare Feb 10, 2022
22ca8b2
minor changes
BAyotte Feb 10, 2022
b6808aa
DOC: Fix constructor documentation.
mpu-creare Feb 10, 2022
9d97f0b
Merge remote-tracking branch 'origin/develop' into feature/ui-spec-up…
BAyotte Feb 10, 2022
8d333df
Use affine.Affine instead of rasterio.Affine, and add affine module t…
jmilloy Feb 22, 2022
df41cd1
Update Coordinates.get_area_bounds to properly handle AffineCoordinat…
jmilloy Feb 23, 2022
e777a5d
Merge pull request #491 from creare-com/feature/affine_coordinates
jmilloy Feb 23, 2022
4bd19fd
ENH: Giving users access to WCS_KWARGS sent as additional query param…
mpu-creare Mar 3, 2022
bf4ef48
Committing all changes to test the deployment server
BAyotte Mar 4, 2022
d6916ac
ENH: OGC WCS node can now handle multi-band geotiffs.
mpu-creare Mar 4, 2022
cf1c562
Merge branch 'develop' into feature/ui-spec-updates
mpu-creare Mar 4, 2022
66fecbc
FIX: Fixing interpolation trait on OGC node.
mpu-creare Mar 7, 2022
1de0fb0
FIX: Botocore and Boto3 should be lazy_module since these are optiona…
mpu-creare Mar 8, 2022
0d6d5c4
FIX: Actually removing boto3 and botocore as a core dependency. But n…
mpu-creare Mar 8, 2022
da4a765
FIX: Typo.
mpu-creare Mar 8, 2022
ad77f8e
FIX: Removing botocore as a core dependency from the 'parallel' module.
mpu-creare Mar 8, 2022
5a6f876
FIX: AffineCoordinates.simplify() no longer fails for coordinates wit…
mpu-creare Mar 16, 2022
180585b
FIX: Affine coordinates should check for absolute value when determin…
mpu-creare Mar 23, 2022
3e11397
Merge remote-tracking branch 'origin/develop' into feature/ui-spec-up…
mpu-creare Mar 24, 2022
0d6e9dc
WIP: Mapping Instance(Node) --> NodeTrait for UI SPec.
mpu-creare Mar 29, 2022
1bb839f
FIX: Fixing coordinate transform bug.
mpu-creare Mar 30, 2022
78bb6a9
FIX: Another bug related to previous commit.
mpu-creare Mar 30, 2022
4e34a97
FIX: Specification of style on SinCoords.
mpu-creare Apr 5, 2022
cbe6c8a
FIX: When selecting 'output' from "outputs", fix error where one node…
mpu-creare Apr 5, 2022
0b161ee
FIX: Two bug fixes
mpu-creare Apr 19, 2022
09969d3
Merge branch 'feature/ui-spec-updates' into develop
mpu-creare Apr 26, 2022
73b8fbe
ENH: Passing through style information by default for Interpolation a…
Apr 28, 2022
7d809fa
FIX: Interpolation style should pass through only if source is not None.
mpu-creare Apr 29, 2022
d920c1d
FIX: Style's default units should not be 'm', changed to ''..
mpu-creare May 3, 2022
171794f
ENH: When creating a node from definition, the instance of the style …
mpu-creare May 12, 2022
8b58f9d
FIX: Rasterio node will no longer attempt to use overviews when no ov…
mpu-creare May 12, 2022
f832a13
ENH: Properly traiting Dict traits so that the trait of the key and v…
mpu-creare Jul 19, 2022
3a48827
ENH: Facilitating markdown processing of help text.
mpu-creare Jul 26, 2022
1b2372f
ENH: HTML parsing of numpy-style docstrings for get_ui_spec.
mpu-creare Jul 26, 2022
6baf3fc
Merge branch 'main' into develop
mpu-creare Dec 10, 2022
62086ec
MAINT: Bumping version.
mpu-creare Dec 10, 2022
574c621
FIX: Adding style to Interpolation node as part of Mixin.
mpu-creare Dec 13, 2022
282faa7
FIX: Fixing a few regressions caused by updates of dependencies.
mpu-creare Dec 14, 2022
9c14f14
BUG: Fix bug where lat/lon coordinates have floating point mismatch a…
mpu-creare Dec 14, 2022
41400cb
FIX: Multithreaded clashing of coordinates
mpu-creare Dec 14, 2022
378384c
ENH: Implemented xarray interpolation for dependent coordinates.
mpu-creare Dec 15, 2022
db2de68
FIX: Fixing geotransform shape transpose error
mpu-creare Dec 16, 2022
d727b88
FIX/TESTFIX: Adding fallback for subselecting coordinates (xarray reg…
mpu-creare Dec 16, 2022
854fd8f
FIX: numpy indexing with lists is deprecated.
mpu-creare Dec 16, 2022
bf56b7c
FIX: Fixed another tuple-list numpy index deprecation
mpu-creare Dec 16, 2022
3b529ed
FIX: Fixed dimension trait default on Reduce node.
mpu-creare Dec 16, 2022
3f8d918
FIX: More specialized fixes to some of the previous commits. Unit tes…
mpu-creare Dec 16, 2022
b6b99fe
TYPO: intex -> index
jmilloy Dec 26, 2022
ea3e0fc
black formatting
jmilloy Dec 26, 2022
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
65 changes: 0 additions & 65 deletions dist/aws/Dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions dist/aws/README.md

This file was deleted.

65 changes: 0 additions & 65 deletions dist/aws/_mk_dist.py

This file was deleted.

35 changes: 0 additions & 35 deletions dist/aws/build_lambda.sh

This file was deleted.

Loading