Releases: afnanenayet/oars
Releases · afnanenayet/oars
v1.1.3
Changes:
This list of changes was auto generated.
v1.1.2: Infrastructure changes
Changes:
- 2ee1ea6 Bump version
- b3acbcf Update github connection info
- 2202176 Add automated github releases via pipelines
- 89cea39 Revert "Update pipeline config with releases"
- 69daed9 Update pipeline config with releases
- 25e9c63 Update badge
- 8fc2095 Add pretty names for each stage
- 44e2f7a Update macos version
- 0874936 Modify image for azure pipelines
- aef2691 Set up CI with Azure Pipelines
See more
- 9596b74 Fix path to readme
- 31cbc41 Add license for oars proc macro
- d401ee5 Add description and repo for pm crate
- 72e2be3 Add proper version for proc_macro crate
- 8313ab7 Update version in readme
- 890efb4 Bump version
- 89ac15d Move
profile
setup to root manifest - b20f570 Move oars into a separate folder
- 34aa07e Update constructors to use derive attribute
- e94fe8d Create root workspace module
- 11e8067 Create procedural macro crate
- d90e326 Move crate into directory
This list of changes was auto generated.
Direct indexing, documentation improvements
- Add direct indexing for OA structs so you don't have to get values
likeoa.points[index]
and you can just dooa[index]
- Small documentation updates
Speed up parallel construction
Use a different method for parallel construction
Update dependencies
Update rand
crate to latest minor version
Documentation fixes/improvements
Make small edits, fixes, and improvements to the documentation. In
particular, references to old error names that have since been
refactored have been corrected, and links have been added
Bugfix release
Export errors and results from the root namespace as well as the prelude
Stateful types and refactored errors
- Utilize a stateful typing system for verifying parameters
- Refactor the errors so they are more general purpose
- Add a lot more documentation
- Add more tests
Documentation updates
- Clean up documentation
- Add new documentation pertaining to parallel features
Parallel constructors
- Implement parallel construction methods for Bush/Bose
- Create new traits for parallel construction
- Create new crate-level feature for parallelization
- rayon
- nd-array parallel