-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Parent PR] Pyo3 bindings for omf-rust #7
Commits on Sep 11, 2024
-
Simple Python bindings for reading an OMF file via Rust
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b770df7 - Browse repository at this point
Copy the full SHA b770df7View commit details -
Add maturin github action to build cross platform artifacts
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 22f122b - Browse repository at this point
Copy the full SHA 22f122bView commit details -
Ant Brown committed
Sep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 5629788 - Browse repository at this point
Copy the full SHA 5629788View commit details -
Rename Python workflow to Python (instead ofCI)
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 8a0a7ea - Browse repository at this point
Copy the full SHA 8a0a7eaView commit details -
Need to add more instructions for other platforms (win/mac)
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for fe1cc36 - Browse repository at this point
Copy the full SHA fe1cc36View commit details -
Add testing-pyo3-bindings to branches to build Python bindings for
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e11235 - Browse repository at this point
Copy the full SHA 6e11235View commit details -
comment out release job for now
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ac4f83 - Browse repository at this point
Copy the full SHA 3ac4f83View commit details -
finish moving python bindings to its own directory
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 31ec161 - Browse repository at this point
Copy the full SHA 31ec161View commit details -
cargo formatting (cargo fmt --all)
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 90b259d - Browse repository at this point
Copy the full SHA 90b259dView commit details -
set default working directory for building python bindings
Ant Brown committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 50c0731 - Browse repository at this point
Copy the full SHA 50c0731View commit details
Commits on Sep 12, 2024
-
Start implementing Element, Geometry, PointSet and Project
Ant Brown committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e03cd0e - Browse repository at this point
Copy the full SHA e03cd0eView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 586468f - Browse repository at this point
Copy the full SHA 586468fView commit details -
Merge pull request #1 from david-drummond-bentley/CENPLAT-23813-speci…
…fic-builds Only build current required linux and windows targets
Configuration menu - View commit details
-
Copy full SHA for 526db50 - Browse repository at this point
Copy the full SHA 526db50View commit details -
Wrap detect_open so we can detect if file is OMFv1
Ant Brown committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for d81a949 - Browse repository at this point
Copy the full SHA d81a949View commit details -
Ant Brown committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 837ae56 - Browse repository at this point
Copy the full SHA 837ae56View commit details -
Ant Brown committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 6260e5e - Browse repository at this point
Copy the full SHA 6260e5eView commit details -
Ant Brown committed
Sep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 3cafe16 - Browse repository at this point
Copy the full SHA 3cafe16View commit details -
Add PyIOError to use statements
Ant Brown committedSep 13, 2024 Configuration menu - View commit details
-
Copy full SHA for cbbde31 - Browse repository at this point
Copy the full SHA cbbde31View commit details
Commits on Sep 16, 2024
-
Run python tests on CI. Currently just on linux build
Configuration menu - View commit details
-
Copy full SHA for 2a76a97 - Browse repository at this point
Copy the full SHA 2a76a97View commit details -
Split Reader up so it can raise a file io error separately
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for b6b9fa6 - Browse repository at this point
Copy the full SHA b6b9fa6View commit details -
Change function name to is_omf1()
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for a6d5a07 - Browse repository at this point
Copy the full SHA a6d5a07View commit details -
Merge pull request #4 from david-drummond-bentley/omf-detect-omf1
Omf detect omf1
Configuration menu - View commit details
-
Copy full SHA for e6c00c9 - Browse repository at this point
Copy the full SHA e6c00c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea497f - Browse repository at this point
Copy the full SHA cea497fView commit details -
Merge pull request #3 from david-drummond-bentley/CENPLAT-23813-add-p…
…ytest Add first python binding test
Configuration menu - View commit details
-
Copy full SHA for 679e878 - Browse repository at this point
Copy the full SHA 679e878View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 3434660 - Browse repository at this point
Copy the full SHA 3434660View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 25aab12 - Browse repository at this point
Copy the full SHA 25aab12View commit details -
Run python tests on CI. Currently just on linux build
Configuration menu - View commit details
-
Copy full SHA for ac6106b - Browse repository at this point
Copy the full SHA ac6106bView commit details -
Split Reader up so it can raise a file io error separately
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for d4098af - Browse repository at this point
Copy the full SHA d4098afView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47edeb - Browse repository at this point
Copy the full SHA c47edebView commit details -
Merge branch 'testing-pyo3-bindings' into CENPLAT-23913
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 95364e3 - Browse repository at this point
Copy the full SHA 95364e3View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 2208ea1 - Browse repository at this point
Copy the full SHA 2208ea1View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for ab8f4b0 - Browse repository at this point
Copy the full SHA ab8f4b0View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a5094a - Browse repository at this point
Copy the full SHA 0a5094aView commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 03bcc2f - Browse repository at this point
Copy the full SHA 03bcc2fView commit details -
Remove PyFileInfo, info is now available on Project
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for e0a00d2 - Browse repository at this point
Copy the full SHA e0a00d2View commit details -
Ant Brown committed
Sep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 47eadc2 - Browse repository at this point
Copy the full SHA 47eadc2View commit details -
Move method for reading array_vertices to Reader
Ant Brown committedSep 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 045f00b - Browse repository at this point
Copy the full SHA 045f00bView commit details
Commits on Sep 17, 2024
-
Temporarily return some data as json strings
Ant Brown committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for c7c6710 - Browse repository at this point
Copy the full SHA c7c6710View commit details -
Return AttributeData::Category and start implementing getters
Ant Brown committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 25527bc - Browse repository at this point
Copy the full SHA 25527bcView commit details -
Ant Brown committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for ece596d - Browse repository at this point
Copy the full SHA ece596dView commit details -
Start adding tests for pointsets
Ant Brown committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 698e84a - Browse repository at this point
Copy the full SHA 698e84aView commit details
Commits on Sep 18, 2024
-
Remove redundant into_iter for array_indices
Ant Brown committedSep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 742fdee - Browse repository at this point
Copy the full SHA 742fdeeView commit details -
Make errors on PyAttributeDataCategory more expressive
Ant Brown committedSep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 434b7b6 - Browse repository at this point
Copy the full SHA 434b7b6View commit details -
Ant Brown committed
Sep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a17ddc - Browse repository at this point
Copy the full SHA 2a17ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c269dc9 - Browse repository at this point
Copy the full SHA c269dc9View commit details -
CENPLAT-23915 Add PyArrayTriangle
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cac1fb - Browse repository at this point
Copy the full SHA 6cac1fbView commit details -
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c73cf3 - Browse repository at this point
Copy the full SHA 7c73cf3View commit details -
CENPLAT-23915 PyGeometry add PySurface to get_object
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28cde21 - Browse repository at this point
Copy the full SHA 28cde21View commit details -
CENPLAT-23925 Arrays add item_count
Add the item_count getter to PyArrayVertex, PyArrayIndex and PyArrayTriangle.
Configuration menu - View commit details
-
Copy full SHA for f771b15 - Browse repository at this point
Copy the full SHA f771b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd4117 - Browse repository at this point
Copy the full SHA 3dd4117View commit details -
CENPLAT-23915 test_geometry_surface fix class name
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5842b61 - Browse repository at this point
Copy the full SHA 5842b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34349b - Browse repository at this point
Copy the full SHA a34349bView commit details -
Test case for the Project class
Ant Brown committedSep 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 64b156a - Browse repository at this point
Copy the full SHA 64b156aView commit details -
Merge pull request #8 from seequent/project-unit-tests
Test case for the Project class
Configuration menu - View commit details
-
Copy full SHA for e7c9a50 - Browse repository at this point
Copy the full SHA e7c9a50View commit details -
Merge pull request #3 from seequent/CENPLAT-23915
CENPLAT 23915 Add Surfaces
Configuration menu - View commit details
-
Copy full SHA for 3a11b5d - Browse repository at this point
Copy the full SHA 3a11b5dView commit details -
CENPLAT-23915 Rename ArrayIndex to IndexArray
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c655145 - Browse repository at this point
Copy the full SHA c655145View commit details -
CENPLAT-23915 Rename ArrayVertex to VertexArray
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 004a6dc - Browse repository at this point
Copy the full SHA 004a6dcView commit details -
CENPLAT-23915 Rename ArrayTriangle to TriangleArray
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95b6255 - Browse repository at this point
Copy the full SHA 95b6255View commit details -
Merge remote-tracking branch 'origin/testing-pyo3-bindings' into CENP…
…LAT-23955-fix-windows-build-docs-script
Configuration menu - View commit details
-
Copy full SHA for b59ed5b - Browse repository at this point
Copy the full SHA b59ed5bView commit details -
Merge pull request #6 from seequent/CENPLAT-23955-fix-windows-build-d…
…ocs-script CENPLAT-23955, fixed build docs script for Windows.
Configuration menu - View commit details
-
Copy full SHA for 6f08ce5 - Browse repository at this point
Copy the full SHA 6f08ce5View commit details
Commits on Sep 19, 2024
-
Merge pull request #9 from seequent/CENPLAT-23915-rename-arrays
CENPLAT-23915 rename arrays
Configuration menu - View commit details
-
Copy full SHA for 7484ec6 - Browse repository at this point
Copy the full SHA 7484ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for efad4ae - Browse repository at this point
Copy the full SHA efad4aeView commit details -
omf-python: Convert single‐member structs into tuple structs
This doesn’t functionally change anything, but makes some of the code a bit conciser.
Configuration menu - View commit details
-
Copy full SHA for ed1c9dd - Browse repository at this point
Copy the full SHA ed1c9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5971e - Browse repository at this point
Copy the full SHA 6e5971eView commit details -
omf-python: Add tests for LineSet bindings
These are based on the existing tests for the PointSet bindings.
Configuration menu - View commit details
-
Copy full SHA for 04e2dc1 - Browse repository at this point
Copy the full SHA 04e2dc1View commit details -
omf-python: Simplify return types
We don’t need to return a PyResult if a method can’t throw an exception.
Configuration menu - View commit details
-
Copy full SHA for 5b3efbc - Browse repository at this point
Copy the full SHA 5b3efbcView commit details -
Merge pull request #4 from seequent/CENPLAT-23918-generate-docs
Add initial documentation generation using Sphinx
Configuration menu - View commit details
-
Copy full SHA for 6169eac - Browse repository at this point
Copy the full SHA 6169eacView commit details -
Merge pull request #5 from seequent/CENPLAT-23914
omf-python: Add bindings for LineSet
Configuration menu - View commit details
-
Copy full SHA for a1aa555 - Browse repository at this point
Copy the full SHA a1aa555View commit details -
CENPLAT-23915 Add support for element color
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0236ee7 - Browse repository at this point
Copy the full SHA 0236ee7View commit details -
CENPLAT-23915 Add support for Color attributes
Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8c8516 - Browse repository at this point
Copy the full SHA e8c8516View commit details -
Merge pull request #11 from seequent/CENPLAT-23915-color
Add support for Color attributes
Configuration menu - View commit details
-
Copy full SHA for 4de541c - Browse repository at this point
Copy the full SHA 4de541cView commit details -
Ant Brown committed
Sep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 35adc44 - Browse repository at this point
Copy the full SHA 35adc44View commit details -
Merge pull request #12 from seequent/CENPLAT-23913-test-pointset-attr…
…ibutes Add NameArray
Configuration menu - View commit details
-
Copy full SHA for 83eb0af - Browse repository at this point
Copy the full SHA 83eb0afView commit details -
Create omf1 submodule Rename is_omf1 to detect_open to match rust function name and move to omf1 submodule
Configuration menu - View commit details
-
Copy full SHA for 3faef30 - Browse repository at this point
Copy the full SHA 3faef30View commit details -
Merge pull request #2 from seequent/CENPLAT-23918-omf1-converter-bind…
…ings Add OMF1 converter bindings
Configuration menu - View commit details
-
Copy full SHA for 10e662a - Browse repository at this point
Copy the full SHA 10e662aView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7886ed0 - Browse repository at this point
Copy the full SHA 7886ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b216162 - Browse repository at this point
Copy the full SHA b216162View commit details -
Merge pull request #13 from seequent/CENPLAT-23918-omf1-converter-bin…
…dings-2 OMF1 Converter tweaks
Configuration menu - View commit details
-
Copy full SHA for d7e9a34 - Browse repository at this point
Copy the full SHA d7e9a34View commit details -
Generate python .pyi stub file with comments and typing information
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for 1e4ec7a - Browse repository at this point
Copy the full SHA 1e4ec7aView commit details -
Generate add pyo3 stub gen macros to functions and classes to generat…
…e type hints Add documentation for OMF1 converter
Configuration menu - View commit details
-
Copy full SHA for c7f312c - Browse repository at this point
Copy the full SHA c7f312cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e41b2 - Browse repository at this point
Copy the full SHA 73e41b2View commit details -
Move OMF1 converter and detect function into main library namespace
Had issues getting pyo3-stub-gen to generate working python type hinting for the omf1 submodule. Also that caused other issues with maturin (it starts detecting it as a mixed python project). It's easier to just move a few things into the main module. Rename convert_open() to just convert() Rename detect_open() to detect_omf1()
Configuration menu - View commit details
-
Copy full SHA for 32d9263 - Browse repository at this point
Copy the full SHA 32d9263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154f674 - Browse repository at this point
Copy the full SHA 154f674View commit details
Commits on Sep 22, 2024
-
Merge pull request #10 from seequent/CENPLAT-23918-python-stub-file
Generate python .pyi stub file on build using pyo3-stub-gen
Configuration menu - View commit details
-
Copy full SHA for 07c750a - Browse repository at this point
Copy the full SHA 07c750aView commit details -
CENPLAT-23913: Add gradient array, gradient reader, and split out cat…
…egory attribute test
Ant Brown committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 5641b72 - Browse repository at this point
Copy the full SHA 5641b72View commit details -
CENPLAT-23913: Remove extraneous comments
Ant Brown committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 1523e31 - Browse repository at this point
Copy the full SHA 1523e31View commit details -
CENPLAT-23913: Add comments for AttributeDataCategory
Ant Brown committedSep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 9118e03 - Browse repository at this point
Copy the full SHA 9118e03View commit details
Commits on Sep 23, 2024
-
CENPLAT-23913: Make test names reflect purpose of test
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for a96aa4c - Browse repository at this point
Copy the full SHA a96aa4cView commit details -
CENPLAT-23913: Add Reader doc strings
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 14e10ad - Browse repository at this point
Copy the full SHA 14e10adView commit details -
Merge pull request #15 from seequent/CENPLAT-23913-attributedata-cate…
…gory CENPLAT-23913: Add gradient array, gradient reader, and split out category attribute data tests
Configuration menu - View commit details
-
Copy full SHA for 8f1e1b4 - Browse repository at this point
Copy the full SHA 8f1e1b4View commit details -
CENPLAT-23915 Add support for MappedTexture attributes
Adds: Attribute MappedTexture Classes PyImageArray PyTextureCoordinatesArray PyAttributeDataMappedTexture Readers array_image array_texcoord Tests test_mapped_texture_attribute Signed-off-by: Gary Lockyer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33483f7 - Browse repository at this point
Copy the full SHA 33483f7View commit details -
Merge pull request #17 from seequent/CENPLAT-23915-textures
CENPLAT-23915 Add support for MappedTexture attributes
Configuration menu - View commit details
-
Copy full SHA for cda6689 - Browse repository at this point
Copy the full SHA cda6689View commit details -
CENPLAT-24001: Add docs to Attribute
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for aec25a7 - Browse repository at this point
Copy the full SHA aec25a7View commit details -
CENPLAT-24001: AttributeData::Number values
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a0a658 - Browse repository at this point
Copy the full SHA 7a0a658View commit details -
CENPLAT-24001: AttributeData::Vector values
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c24c92 - Browse repository at this point
Copy the full SHA 2c24c92View commit details -
CENPLAT-24001: Remove Category Attribute tests from PointSet
Ant Brown committedSep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ab9dc0 - Browse repository at this point
Copy the full SHA 1ab9dc0View commit details -
Ant Brown committed
Sep 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 2237f9a - Browse repository at this point
Copy the full SHA 2237f9aView commit details
Commits on Sep 24, 2024
-
Merge pull request #18 from seequent/CENPLAT-24001-attribute-data-var…
…iants Attribute data variants: Number & Vector
Configuration menu - View commit details
-
Copy full SHA for 559a4d0 - Browse repository at this point
Copy the full SHA 559a4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5713a0c - Browse repository at this point
Copy the full SHA 5713a0cView commit details -
Add binding for ProjectedTexture AttributeData varient
Add more documentation
Configuration menu - View commit details
-
Copy full SHA for 007dfad - Browse repository at this point
Copy the full SHA 007dfadView commit details -
Match name of array_texcoords() method in main library
Add documentation
Configuration menu - View commit details
-
Copy full SHA for 7fd5a22 - Browse repository at this point
Copy the full SHA 7fd5a22View commit details -
Merge pull request #16 from seequent/CENPLAT-24003-projected-texture
Add binding for ProjectedTexture AttributeData varient
Configuration menu - View commit details
-
Copy full SHA for 3da3d98 - Browse repository at this point
Copy the full SHA 3da3d98View commit details -
CENPLAT-24001: Add AttributeData::Text variant
Ant Brown committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 79644ce - Browse repository at this point
Copy the full SHA 79644ceView commit details -
CENPLAT-24001: Add AttributeData::Boolean variant
Ant Brown committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d257e3 - Browse repository at this point
Copy the full SHA 0d257e3View commit details -
CENPLAT-24001: Add tests for item_count getter
Ant Brown committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for bc301fb - Browse repository at this point
Copy the full SHA bc301fbView commit details -
Merge pull request #20 from seequent/CENPLAT-24001-attribute-data-var…
…iants CENPLAT-24001: Add AttributeData::{Boolean, Text} variants
Configuration menu - View commit details
-
Copy full SHA for ce19590 - Browse repository at this point
Copy the full SHA ce19590View commit details -
Make project() a method as it reads the project object from the OMF file
Return problems instead of printing them
Configuration menu - View commit details
-
Copy full SHA for eec93d9 - Browse repository at this point
Copy the full SHA eec93d9View commit details
Commits on Sep 25, 2024
-
Merge pull request #21 from seequent/CENPLAT-24064-project-method
Make project() a method as it reads the project object from the OMF file
Configuration menu - View commit details
-
Copy full SHA for 682d3ff - Browse repository at this point
Copy the full SHA 682d3ffView commit details -
Change elements() and attributes() to a methods instead of getters
This makes it clearer that this is doing work each time it is called and it is not giving you access to the internal vectors directly
Configuration menu - View commit details
-
Copy full SHA for 534962c - Browse repository at this point
Copy the full SHA 534962cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d4d31 - Browse repository at this point
Copy the full SHA e1d4d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7272374 - Browse repository at this point
Copy the full SHA 7272374View commit details -
Configuration menu - View commit details
-
Copy full SHA for d543413 - Browse repository at this point
Copy the full SHA d543413View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 706ae58 - Browse repository at this point
Copy the full SHA 706ae58View commit details -
Configuration menu - View commit details
-
Copy full SHA for b20ee03 - Browse repository at this point
Copy the full SHA b20ee03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f136a44 - Browse repository at this point
Copy the full SHA f136a44View commit details -
Merge pull request #23 from seequent/CENPLAT-24064-refactor-vecs-and-…
…documentation Change various getters to methods and fill in missing documentation
Configuration menu - View commit details
-
Copy full SHA for 06c143d - Browse repository at this point
Copy the full SHA 06c143dView commit details -
Use macro to define common array type implementation
Rename PyTextureCoordinateArray to PyTexcoordArray to match rust name Make item_count() a method
Configuration menu - View commit details
-
Copy full SHA for de2d4bc - Browse repository at this point
Copy the full SHA de2d4bcView commit details -
Merge pull request #24 from seequent/CENPLAT-24064-array-type-macro
Use macro to define common array type implementation
Configuration menu - View commit details
-
Copy full SHA for 76b4aa2 - Browse repository at this point
Copy the full SHA 76b4aa2View commit details -
CENPLAT-24001: Add NumberColormap:
- Continous & Discrete (no NumberRange yet) - Reader for array_boundaries
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for c335637 - Browse repository at this point
Copy the full SHA c335637View commit details -
CENPLAT-24001: Add test for empty colormap
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3f366a6 - Browse repository at this point
Copy the full SHA 3f366a6View commit details -
CENPLAT-24001: Add NumberRange for Continuous Colormaps
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for b0ff3d0 - Browse repository at this point
Copy the full SHA b0ff3d0View commit details -
CENPLAT-24001: Dereference variables before casting to PyObjects and …
…tidy test data function signatures
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for cc77815 - Browse repository at this point
Copy the full SHA cc77815View commit details -
CENPLAT-24001: Update Number attribute tests
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a66de0 - Browse repository at this point
Copy the full SHA 6a66de0View commit details -
Ant Brown committed
Sep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 4720e63 - Browse repository at this point
Copy the full SHA 4720e63View commit details -
CENPLAT-24001: Add item_count to BoundaryArray using macro
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 43a2efd - Browse repository at this point
Copy the full SHA 43a2efdView commit details -
CENPLAT-24001: Remove whitespace after comments
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 7152c6b - Browse repository at this point
Copy the full SHA 7152c6bView commit details -
CENPLAT-24001: Tidy dereferencing
Ant Brown committedSep 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d295a0 - Browse repository at this point
Copy the full SHA 3d295a0View commit details
Commits on Sep 27, 2024
-
CENPLAT-24001: Simplify number ranges into a dict of min/max
Ant Brown committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for b7c7d50 - Browse repository at this point
Copy the full SHA b7c7d50View commit details -
CENPLAT-24001: Return tuple of min/max instead of dict
Ant Brown committedSep 27, 2024 Configuration menu - View commit details
-
Copy full SHA for e4ae05f - Browse repository at this point
Copy the full SHA e4ae05fView commit details -
Merge pull request #22 from seequent/CENPLAT-24001-attribute-data-var…
…iant-number-colormap Add NumberColormap and Reader::array_boundaries
Configuration menu - View commit details
-
Copy full SHA for 1e625f8 - Browse repository at this point
Copy the full SHA 1e625f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b6e5e - Browse repository at this point
Copy the full SHA 26b6e5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b9672 - Browse repository at this point
Copy the full SHA a4b9672View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b0c18 - Browse repository at this point
Copy the full SHA 84b0c18View commit details -
Configuration menu - View commit details
-
Copy full SHA for efe111f - Browse repository at this point
Copy the full SHA efe111fView commit details
Commits on Sep 29, 2024
-
Make all exceptions thrown by the python bindings derive from OmfExce…
…ption Add additional OmfException types
Configuration menu - View commit details
-
Copy full SHA for cd02f1b - Browse repository at this point
Copy the full SHA cd02f1bView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for feea977 - Browse repository at this point
Copy the full SHA feea977View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a763e - Browse repository at this point
Copy the full SHA d3a763eView commit details -
Merge pull request #25 from seequent/CENPLAT-24064-omf-exception
Map rust exceptions to OmfException
Configuration menu - View commit details
-
Copy full SHA for 76de36d - Browse repository at this point
Copy the full SHA 76de36dView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f123dcf - Browse repository at this point
Copy the full SHA f123dcfView commit details -
Merge pull request #26 from seequent/CENPLAT-24064-omf-invalid-data-e…
…xception Add OmfInvalidDataException and test
Configuration menu - View commit details
-
Copy full SHA for 866ceda - Browse repository at this point
Copy the full SHA 866cedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24a883d - Browse repository at this point
Copy the full SHA 24a883dView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 372de2d - Browse repository at this point
Copy the full SHA 372de2dView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1469f7a - Browse repository at this point
Copy the full SHA 1469f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f0111 - Browse repository at this point
Copy the full SHA f6f0111View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef5931 - Browse repository at this point
Copy the full SHA eef5931View commit details
Commits on Oct 10, 2024
-
Merge pull request #27 from seequent/CENPLAT-24002
[CENPLAT-24002] Add Python bindings for GridSurface
Configuration menu - View commit details
-
Copy full SHA for 3578702 - Browse repository at this point
Copy the full SHA 3578702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a2a92 - Browse repository at this point
Copy the full SHA 96a2a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5b451 - Browse repository at this point
Copy the full SHA 8a5b451View commit details -
Merge pull request #28 from seequent/CENPLAT-23687-attribute-location…
…-enum Make attribute location in python bindings an enum
Configuration menu - View commit details
-
Copy full SHA for 4baebff - Browse repository at this point
Copy the full SHA 4baebffView commit details
Commits on Oct 16, 2024
-
Add python binding for element metadata
Use serde-pyobject to convert metadata to python Change attribute to also use this approach for metadata Remove unused data_json method
Configuration menu - View commit details
-
Copy full SHA for 1dcc0c9 - Browse repository at this point
Copy the full SHA 1dcc0c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 535735e - Browse repository at this point
Copy the full SHA 535735eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfba8a - Browse repository at this point
Copy the full SHA bbfba8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 461bfe3 - Browse repository at this point
Copy the full SHA 461bfe3View commit details
Commits on Oct 21, 2024
-
Merge pull request #30 from seequent/CENPLAT-24401-element-metadata
Add python binding for element metadata
Configuration menu - View commit details
-
Copy full SHA for 0c7e893 - Browse repository at this point
Copy the full SHA 0c7e893View commit details -
Add python bindings Block Model geometry type
Rename Grid2 python classes to distinguish from Grid3 classes
Configuration menu - View commit details
-
Copy full SHA for 688211a - Browse repository at this point
Copy the full SHA 688211aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0eca3e - Browse repository at this point
Copy the full SHA a0eca3eView commit details
Commits on Oct 22, 2024
-
Merge pull request #32 from seequent/CENPLAT-24423-python-block-model…
…-bindings Add python bindings Block Model geometry type
Configuration menu - View commit details
-
Copy full SHA for 940dc39 - Browse repository at this point
Copy the full SHA 940dc39View commit details