-
Notifications
You must be signed in to change notification settings - Fork 113
File reading function moved to new parent class & pathlib support #348
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
Closed
Closed
Changes from all commits
Commits
Show all changes
121 commits
Select commit
Hold shift + click to select a range
9ee04dc
separate constructors from helpers
Licini e5167b7
Merge branch 'compas_rhino_constructors'
Licini dcd098a
move rhino modifiers and selectors
Licini 3d3dcaa
Update volmeshselector.py
Licini 42f6b9e
Update meshmodifier.py
Licini 31605ca
Merge remote-tracking branch 'upstream/master'
Licini 4f25091
adding change basis
romanarust d8dd4ed
update represent local/global with change_basis
romanarust a1484ff
small update on quaternion
romanarust cd0c496
File reading function moved to new parent class & pathlib support
tetov 4f1a6ae
re-adjusting selector and modifier wrappers
Licini e7cd0bb
deprecation warning for helper
Licini 71f6e0f
Merge remote-tracking branch 'upstream/master'
Licini 26e0c3d
Small spelling mistake in docstring
tetov ec909df
Merge pull request #351 from tetov/patch-1
gonzalocasas 4086c73
Keep BaseReader more private
tetov a83c0e8
fixed coloring bug in mesh face drawing
tomvanmele fc224b9
Merge branch 'master' of https://github.com/compas-dev/compas
tomvanmele 1e92bd0
return quaternion
romanarust 0ba2c02
returning vector from axis angle vector
romanarust 7ceaac3
adding unitized and scaled to vector
romanarust e240212
fixing returns and docstrings
romanarust 49fbf5b
added transform_frames, fix dehomogenize_numpy
romanarust 60a985f
adding correct_axis_vectors
romanarust 3f738bd
snalles --> smallest (sp)
tetov 508cd7a
Merge pull request #354 from tetov/patch-1
gonzalocasas 4400f34
Merge branch 'master' of https://github.com/compas-dev/compas
tomvanmele f6dbb9d
adding matrix_from_frame_to_frame and matrix_change_basis
romanarust 5b1e600
Update matrices.py
romanarust c7be7f4
represent_(frames\points\vectors)_in_(local\global)_coordinate_system…
romanarust a042b4b
adding python equivalent of local/global_coords_numpy
romanarust 8ac7680
change coordinates to coords
romanarust 6431f0d
moving methods from helpers into coordinate_systems
romanarust 5297d70
adding possiblility of passing another cs than worldXY
romanarust 1a7b68e
fixing examples
romanarust fe9c659
changing global/local_coords_numpy to use frame instead of origin, uvw
romanarust 4727666
removing unused local axes
romanarust 5fbc34f
fixing examples
romanarust bbc0daa
Update coordinate_systems.py
romanarust 1b49b4a
Update coordinate_systems.py
romanarust 794b891
fixing docstrings
romanarust c30cce2
fixes because running tests
romanarust 4310dc9
fix math backslash
romanarust 0a1b913
adding change basis
romanarust 8daa988
update represent local/global with change_basis
romanarust a42588b
small update on quaternion
romanarust 4032c79
return quaternion
romanarust 561a84e
returning vector from axis angle vector
romanarust eea3101
adding unitized and scaled to vector
romanarust b2461ec
fixing returns and docstrings
romanarust b1f4db4
added transform_frames, fix dehomogenize_numpy
romanarust ac8a20e
adding correct_axis_vectors
romanarust e9a42bf
adding matrix_from_frame_to_frame and matrix_change_basis
romanarust c95973e
Update matrices.py
romanarust 35cf920
represent_(frames\points\vectors)_in_(local\global)_coordinate_system…
romanarust afcf5b2
adding python equivalent of local/global_coords_numpy
romanarust b4fb2fb
change coordinates to coords
romanarust ab592a7
moving methods from helpers into coordinate_systems
romanarust e2f507a
adding possiblility of passing another cs than worldXY
romanarust 9fa984d
fixing examples
romanarust d5c283c
changing global/local_coords_numpy to use frame instead of origin, uvw
romanarust 3cbb689
removing unused local axes
romanarust 7137fb6
fixing examples
romanarust 26d8650
Update coordinate_systems.py
romanarust 0051ca3
Update coordinate_systems.py
romanarust fe1a906
fixing docstrings
romanarust 33556b1
fixes because running tests
romanarust 86b3431
fix math backslash
romanarust 8e0739e
removing local\global coords now found in coordinate_systems
romanarust 4130682
small update
romanarust ac29485
small fixes
romanarust 5dc10ac
Merge branch 'update-frame-and-transformation' of https://github.com/…
romanarust 1040fc4
Footnote fix and grammar in docstrings
tetov 988a423
adding matix_from_frame_to_frame and matrix_change_basis
romanarust aa36b19
removing helpers and coodinate_systems
romanarust c8791ee
removing duplicate change_basis
romanarust 45e99a5
adding stuff from helpers and coordinate_systems in transformations
romanarust 1e200e5
adding stuff from helpers and coordinate_systems in transformations_n…
romanarust 19fc662
fixing local/global_coords and adding static method local_to_local_co…
romanarust ae1279c
autopep8
romanarust 824e2ff
match to new frame method
romanarust a2ace6c
fix doctests
romanarust 28fd1ef
removed based on change previous in time
romanarust 887e2ee
note not needed anymore
romanarust 7bb7372
Update CHANGELOG.md
romanarust 2ed3c6c
Update CHANGELOG.md
romanarust 7aa3f1e
Update CHANGELOG.md
romanarust 4143676
fixed axis length check
romanarust 001dd36
typo
tomvanmele 05ed17c
Merge branch 'master' of https://github.com/compas-dev/compas
tomvanmele 16f3f6e
Merge pull request #356 from tetov/footnote-fix
tomvanmele 7e59be3
Merge pull request #337 from Licini/master
tomvanmele 9dd1fb2
r""" instead of """ at the start
romanarust 61583d9
adding close to basic
romanarust 0f59468
relink docs for rhino constructors
Licini 0a91c50
changing global_coords to world_coords
romanarust 807e68a
rename correct_axes to orthonormalize_axes
romanarust 58c63e4
Merge pull request #358 from Licini/constructor_doc
tomvanmele 8cd88f9
allowing axes autoscaling to be turned off
tomvanmele 4e12566
Merge branch 'master' of https://github.com/compas-dev/compas
tomvanmele 8e33aa2
Draft: need to check CI
tetov a2a1672
no ping based check of http server start
tomvanmele a72dada
better support for arrows
tomvanmele fbbfaea
change naming frame, world, local
romanarust ce8b53d
addind functions to __all__
romanarust 6ec660b
Merge pull request #357 from compas-dev/update-frame-and-transformation
tomvanmele 032a1f8
Bump version to 0.9.0
tomvanmele 27b5ebf
Prepare changelog for next release
tomvanmele cd4f4f9
Update changelog
gonzalocasas 9f963b0
fixed line point transformations
tomvanmele 839ea72
cleaning up unnecessary imports
tomvanmele 1a05357
Refactor and pathlib implemented, issues with ply and urllib in python2
tetov 6aae814
Removed test for binary ply-files & fixes
tetov a20d830
Removed test for binary ply-files & fixes 2
tetov f24cd26
File reading function moved to new parent class & pathlib support
tetov a4c07f0
Keep BaseReader more private
tetov 4f4a2fa
Draft: need to check CI
tetov 1a3d58c
Refactor and pathlib implemented, issues with ply and urllib in python2
tetov 8cae052
Removed test for binary ply-files & fixes
tetov 87d4070
Removed test for binary ply-files & fixes 2
tetov 477a12e
Merge branch 'pathlib_support' of github.com:tetov/compas into pathli…
tetov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,7 @@ nosetests.xml | |
| coverage.xml | ||
| *.cover | ||
| .hypothesis/ | ||
| .pytest_cache/ | ||
|
|
||
| # Translations | ||
| *.mo | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.