Gergő Jedlicska
f254defc6b
feat: add speckle automate package with some basic sanity tests
2023-09-19 20:11:32 +02:00
KatKatKateryna
948a56a07f
Merge pull request #300 from specklesystems/2.16_backwards-compatibility
...
add deprecated gis classes
2023-09-18 13:07:19 +01:00
KatKatKateryna
3eed9a60fa
add deprecated gis classes
2023-09-08 19:28:14 +01:00
Jedd Morgan
c169c4eeda
Merge pull request #299 from specklesystems/jrm/units/units-brep-fix
...
fix(objects)): Fixed issue where breps were incorrectly setting their…
2.16.2
2023-09-08 13:45:46 +01:00
Jedd Morgan
32b5ef88a1
fix(tests): fixed unit test for brep serialization
2023-09-08 13:43:50 +01:00
Jedd Morgan
3a979318ad
fix(objects)): Fixed issue where breps were incorrectly setting their units
2023-09-07 17:33:01 +01:00
Gergő Jedlicska
1e6321c7f1
Merge pull request #296 from specklesystems/gergo/abstract_transport_no_pydantic
...
fix(AbstractTransport-and-subclasses): abstract transport and its subclasses should not be pydantic models
2.16.1
2023-09-07 13:26:47 +02:00
Gergő Jedlicska
b5fb684864
Merge branch 'main' into gergo/abstract_transport_no_pydantic
2023-09-07 13:22:15 +02:00
Gergő Jedlicska
65048cd01b
Merge pull request #290 from specklesystems/gergo/allowUnsupportedUnits
...
allow string units
2023-09-07 13:19:25 +02:00
Jedd Morgan
9d2fd5bc42
Merge branch 'main' into gergo/allowUnsupportedUnits
2023-09-07 12:17:19 +01:00
Jedd Morgan
bd35fb59c3
Merge pull request #295 from specklesystems/jrm/unit-scale-factor
...
Unit scaling
2023-09-07 12:17:01 +01:00
Gergő Jedlicska
4931c95d7c
Merge pull request #291 from specklesystems/2.16
...
2.16 - add classes for Topography and Tables without geometry
2023-09-07 13:15:16 +02:00
Gergő Jedlicska
52d53db661
fix(AbstractTransport-and-subclasses): abstract transport and its subclasses should not be pydantic models
...
Pydantic is a validation and parsing library, its supposed to sit at the edge of apps, to make sure the data transferred in and out is valid. Its not meant to be a generic python base class.
2023-09-06 13:43:05 +02:00
Jedd Morgan
23ee28f851
Merge branch 'gergo/allowUnsupportedUnits' into jrm/unit-scale-factor
2023-09-06 12:39:35 +01:00
Jedd Morgan
791190a38c
Merge branch 'main' into gergo/allowUnsupportedUnits
2023-09-06 12:36:45 +01:00
Jedd Morgan
3c7feb0bec
Merge branch 'main' into jrm/unit-scale-factor
2023-09-06 12:36:03 +01:00
Jedd Morgan
2b583fd822
Added unit scaling functions in units.py
2023-09-06 12:34:16 +01:00
KatKatKateryna
8244e3ecc7
remove redundant units
2023-09-06 11:31:54 +01:00
KatKatKateryna
5ac9d80cbc
fix
2023-09-06 11:28:55 +01:00
KatKatKateryna
5e2fbaa7c2
replace init for GIS classes
2023-09-06 11:14:46 +01:00
KatKatKateryna
703ceaf369
naming
2023-09-05 15:02:47 +01:00
Gergő Jedlicska
a5096c41ca
Merge pull request #293 from specklesystems/metrics_rename
...
SDK Action metrics rename
2023-09-05 14:47:31 +02:00
Jedd Morgan
972339454d
Update base.py
2023-09-05 12:50:11 +01:00
KatKatKateryna
34c11d5931
SDK Action
2023-09-05 09:51:36 +01:00
Jedd Morgan
854ce9f77f
Merge branch 'main' into gergo/allowUnsupportedUnits
2023-09-04 21:02:54 +01:00
Jedd Morgan
7f926cf547
Merge pull request #292 from specklesystems/2.16-hotfixes
...
2.16 hotfixes
2023-09-04 21:02:37 +01:00
KatKatKateryna
5e8b54e3b7
import Core client by default
2023-09-04 20:09:57 +01:00
KatKatKateryna
8bd46e4e64
Revert "add metrics keyword for Connector Action"
...
This reverts commit 0cb6c7f682 .
2023-09-04 19:57:36 +01:00
KatKatKateryna
91edd4f85b
add metrics keyword for Connector Action
2023-09-04 19:57:16 +01:00
KatKatKateryna
0cb6c7f682
add metrics keyword for Connector Action
2023-09-04 16:17:48 +01:00
Gergő Jedlicska
125a4bbeed
Merge pull request #288 from specklesystems/jrm/graph-traversal
...
feat: Added graph traversal
2023-08-31 16:05:54 +02:00
Jedd Morgan
76c4074aed
Poetry lock
2023-08-31 15:05:19 +01:00
Jedd Morgan
16164a57da
Merge branch 'main' into jrm/graph-traversal
2023-08-31 15:04:29 +01:00
Jedd Morgan
3a225fa935
attrs class
2023-08-31 15:01:59 +01:00
Gergő Jedlicska
102850b894
allow string units
2023-08-30 15:56:34 +02:00
KatKatKateryna
5ac85c541b
add Topography class
2023-08-25 18:28:06 +01:00
Gergő Jedlicska
cca7b18119
Merge pull request #289 from specklesystems/gergo/pydantic2
...
gergo/pydantic2
2.16.0
2023-08-14 11:42:28 +02:00
Gergő Jedlicska
8a34b95128
remove deprecated user resources
2023-08-14 11:41:37 +02:00
Gergő Jedlicska
46d7abbaee
migrate away from deprecated pydantic method
2023-08-14 11:28:08 +02:00
Gergő Jedlicska
67e95caf5f
Merge pull request #286 from mortenengen/upgrade-to-pydantic2
...
chore: upgrade to pydantic 2.0
2023-08-14 11:13:30 +02:00
Morten Engen
04532ed645
Add defaults to optional model fields in core
2023-08-01 12:45:11 +02:00
Morten Engen
7df175d9bb
Replace deprecated model val methods in core
2023-08-01 12:44:11 +02:00
Morten Engen
3912fa8860
Merge branch 'main' into upgrade-to-pydantic2
2023-08-01 12:27:42 +02:00
KatKatKateryna
34de2928ae
non-geometry GIS class
2023-07-28 13:56:09 +01:00
KatKatKateryna
8a91260887
Merge pull request #287 from specklesystems/2.15-hotfix
...
fully separate core metrics
2.15.2
2023-07-26 16:19:04 +01:00
KatKatKateryna
88eea00787
duplicate _init_resources to non-core (so the resources will also follow sdk-metrics)
2023-07-26 13:16:07 +01:00
KatKatKateryna
c57d57c009
return user resource
2023-07-25 12:56:08 +01:00
KatKatKateryna
708e3329e3
reverted changes, user prop removed
2023-07-24 16:15:43 +01:00
KatKatKateryna
f0e68845c0
Revert "might or might not be a good way to warn about no more accessible 'user' methods"
...
This reverts commit 1ef9b91e82 .
2023-07-24 16:12:28 +01:00
KatKatKateryna
434a4376b3
Revert "redirect deprecated methods / methods with old variables set - to 'other_user'"
...
This reverts commit c99c25e848 .
2023-07-24 16:12:23 +01:00