Releases: JuliaHEP/AwkwardArray.jl
Releases · JuliaHEP/AwkwardArray.jl
v0.1.5
AwkwardArray v0.1.5
Merged pull requests:
- docs: add Documenter workflow (#82) (@ianna)
- docs: update make docs (#88) (@ianna)
- add docs badge to the README (#89) (@Moelf)
- docs: migrate from readme to docs (#90) (@ianna)
- chore(deps): bump actions/checkout from 2 to 4 (#91) (@dependabot[bot])
- chore(deps): bump julia-actions/setup-julia from 1 to 2 (#92) (@dependabot[bot])
- chore(deps): bump julia-actions/cache from 1 to 2 (#93) (@dependabot[bot])
- docs: refactor documentation (#95) (@ianna)
- docs: update references (#97) (@ianna)
- docs: add
getting started
guide (#98) (@ianna) - docs: add julia installation note (#99) (@ianna)
- docs: cleanup function reference guide (#100) (@ianna)
- docs: update README.md (#101) (@ianna)
- docs: julia installation instructions (#103) (@ianna)
- chore: add Julia recent release 1.10.4 and nightly (#104) (@ianna)
- docs: remove Julia conda installation note (#105) (@ianna)
- feat: form from type functions (#106) (@ianna)
- fix: json form fields and node counting (#107) (@ianna)
- chore: version 0.1.5 (#109) (@ianna)
Closed issues:
v0.1.4
AwkwardArray v0.1.4
Documentation
- docs: add structure and update the make script by @ianna
- docs: add documentation structure by @ianna
Other
Merged pull requests:
- docs: add documentation structure (#80) (@ianna)
- docs: add structure and update the make script (#81) (@ianna)
- chore: version 0.1.4 (#85) (@ianna)
- chore: set a [compat] Conda entry that is upper-bounded (#87) (@ianna)
Closed issues:
Version 0.1.3
New Features
- feat: functions needed to create a Form] by @ianna in #78
- feat: rename Tuple to SlotRecord by @ianna in #77
- feat: add content types by @ianna in #62
- feat: define conversion rules by @ianna in #59
- fix: add more tests by @ianna in 56
Bug Fixes and Performance
Other
- chore: update version to v0.1.3 by @ianna in #79
- chore: remove nightly Julia build by @ianna in #74
- docs: update README.md by @ianna in #73
- chore: add older Julia versions by @ianna in #70
- chore: add codecov token by @ianna in #64
- chore(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #63
- docs: update README.md by @ianna in #54
Version 0.1.2
New Features
Bug Fixes and Performance
Other
Version 0.1.1
New Features
- feat: move to PythonCall.jl and refactor testing by @Moelf in #48
- feat: add Python dependencies and tests in CI by @ianna in #44
Bug Fixes and Performance
- fix: rename and cleanup convert functions by @ianna in #49
- fix: rename and cleanup convert functions by @ianna in #47
- fix: remove global constants by @ianna in #46
Other
- chore: version 0.1.1 by @ianna in #51
- test: add more tests by @ianna in #50
Version 0.1.0
New Features
- feat: Julia helper functions using PyCall by @ianna in #42
- add from_table that uses Tables.jl interface by @Moelf in #39
- feat: to_buffers by @jpivarski in #28
- feat: from_buffers by @jpivarski in #27
- feat: to_vector and pretty-printing by @jpivarski in #25
- feat: from_iter!(layout, input) and maybe also from_iter(input) by @jpivarski in #19
- feat: push_dummy! function, needed for some push_null! implementations. by @jpivarski in #17
- feat: All of the Awkward layout types. by @jpivarski in #13
- feat: implemented RecordArray (along with Record scalar). by @jpivarski in #11
- feat: add parameters by @jpivarski in #9
- feat: PrimitiveStridedArray to add shape_strides over PrimitiveArray by @jpivarski in #7
- feat: many methods for PrimitiveArray and ListOffsetArray by @jpivarski in #2
Bug Fixes and Performance
- fix string cancatination op. and make tests report better by @Moelf in #37
- fix: check/fix return types and tighten argument types by @jpivarski in #22