Skip to content

Releases: afnanenayet/oars

v1.1.3

24 Jul 03:57
v1.1.3
f40dc15
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v1.1.2: Infrastructure changes

19 Jul 01:08
v1.1.2
2ee1ea6
Compare
Choose a tag to compare

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

03 Jul 02:06
v1.1.0
3525491
Compare
Choose a tag to compare
  • Add direct indexing for OA structs so you don't have to get values
    like oa.points[index] and you can just do oa[index]
  • Small documentation updates

Speed up parallel construction

02 Jul 05:20
v1.0.4
5cb7afe
Compare
Choose a tag to compare

Use a different method for parallel construction

Update dependencies

29 Jun 02:18
v1.0.3
2fa96bc
Compare
Choose a tag to compare

Update rand crate to latest minor version

Documentation fixes/improvements

24 Jun 23:42
v1.0.2
cf15f37
Compare
Choose a tag to compare

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

22 Jun 01:49
v1.0.1
8f6714c
Compare
Choose a tag to compare

Export errors and results from the root namespace as well as the prelude

Stateful types and refactored errors

22 Jun 01:44
v1.0.0
e41b227
Compare
Choose a tag to compare
  • 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

18 Jun 23:29
v0.4.1
e1006d8
Compare
Choose a tag to compare
  • Clean up documentation
  • Add new documentation pertaining to parallel features

Parallel constructors

18 Jun 23:15
v0.4.0
70442cf
Compare
Choose a tag to compare
  • Implement parallel construction methods for Bush/Bose
  • Create new traits for parallel construction
  • Create new crate-level feature for parallelization
    • rayon
    • nd-array parallel