Releases: constellation-rs/amadeus
Releases · constellation-rs/amadeus
v0.3.1 - 2020-07-09
Changes:
- edf70b0 Merge pull request #82 from constellation-rs/tuple-fix
- bfb5773 spawn 3 processes by default
- a48bf30 reduce commoncrawl buffer sizes
- cea8f2b fix tuple
- c592c4a v0.3.1
- acc0de6 document sink semantics and fix tuple sink
- 4196ca5 Merge pull request #34 from constellation-rs/dependabot/cargo/snap-1.0
- 5190802 Update snap import
- 29d6d1e Update snap requirement from 0.2 to 1.0
This list of changes was auto generated.
v0.3.0 - 2020-07-06
Changes:
- f847ead Merge pull request #80 from constellation-rs/groupby2
- 33cd62f v0.3.0
- 0391e4e more clippy clean
- d8119f2 remove some dependences on unstable features
- bdd5949 bump CI nightly
- da35bfe refactor ParallelStream/Pipe/Sink to use Stream/Pipe/Sink traits directly
- ab890c9 spawn_pinned
- acc1fda avoid using some unstable features
- 09ee604 group by 2.0-alpha
This list of changes was auto generated.
v0.2.5 - 2020-06-26
Changes:
- 0ae116d Merge pull request #79 from constellation-rs/v0.2.5
- 9c4db2a v0.2.5
- f677319 Revert "temp workaround for rust-lang/rust#60363"
- d5de650 Update process.rs
- ac765b6 Update README.md
This list of changes was auto generated.
v0.2.4 - 2020-06-24
Changes:
- 9dc4cf9 Merge pull request #78 from constellation-rs/histogram
- 37cac09 v0.2.4
- 34e4f7f add histogram method
This list of changes was auto generated.
v0.2.3 - 2020-06-23
Changes:
- aa20a4a Merge pull request #77 from constellation-rs/groupby2
- fc538c3 fix doctests
- 035cac8 avoid infinite sized parquet schema/reader
- 7709b99 Revert due to causing other problems i'll deal with later: "Box Parquet Schema/Reader for List to avoid infinite types. Hopefully can revert in future"
- d5ef791 namespace postgres source support types and export
- 84f3ebb remove mods from prelude
- 4ea6447 Box Parquet Schema/Reader for List to avoid infinite types. Hopefully can revert in future
- 7cb4b7d fix serialization error
- e84d3f7 v0.2.3
- e8767fc avoid derive(Data) dependence on prelude
See More
- 350056f serialize as non-columnar. would probably prefer columnar but needs more thought
- 851f839 minor fixes
- db9112c ParallelPipe::pipe()
- 0dc7a38 minor improvements
- 3581c44 Merge pull request #76 from constellation-rs/examples
- 1c288b6 require features for readme doctests
- 1993c5f remove boxing of Value::List
- ccc236b fix example formatting
This list of changes was auto generated.
v0.2.2 - 2020-06-21
Changes:
- c0831dc Merge pull request #74 from constellation-rs/doc
- e527412 v0.2.2
- b91a64c Remove "doc" feature now it's no longer needed, and enable parquet on docs.rs
This list of changes was auto generated.
v0.2.1 - 2020-06-21
Changes:
- a2a24ba Merge pull request #70 from constellation-rs/groupby
- f75d44f Merge branch 'master' into groupby
- 6296f75 Update README.md
- ef608fb v0.2.1
- 46a85e2 test readme examples in CI
- 481e12b work around lack of List::iter
- 4dbc710 group_by/histogram example
- c0c58b0 fix when not using csv/json feature
- e17f47a add columnar test
- 20c2ec1 Add support for group_by+fold
See More
- 798cdb9 Merge pull request #58 from constellation-rs/dependabot/cargo/num-bigint-0.3
- 64393b8 Update num-bigint requirement from 0.2 to 0.3
- ef5af91 Merge pull request #60 from constellation-rs/cleanup
- 7770863 fix clippy
- d4fa8c0 improve .pipe_fork() ergonomics
- 9ed51c0 fix doc build and PathBuf on windows
- 08c5e82 rename files dist -> par
- 69d0279 bump parquet type_length_limit
- 4ceebc7 fix windows III
- 2d0f83e fix build
- 4fb168c fix windows redux
- a2398d7 fix windows
- 208aef0 don't build openssl on windows or mac
- 6bd3e4f multiple CI test matrices
- b144255 pin on old nightly till rust-lang/rust#73249 fixed
- 2c352de add windows and musl to CI
- 771a8d6 add parallel streams
This list of changes was auto generated.
v0.2.0 - 2020-06-11
Changes:
- ce5cdd4 Merge pull request #51 from constellation-rs/async
- 53e5cbc v0.2.0
- 3fd7305 fix future panic in process pool
- 072b795 refactor dist pipe and sink
- 4b244d6 get process pool working again
- 52c9e20 remove old thread pool
- f83d67a rename DistributedIterator -> DistributedStream
- bf91318 get postgres and parquet passing
- f40a990 refactor process/thread pool
- 909e769 make reducers async
See More
- 9c5d139 make consumers async
- e84fda5 Merge remote-tracking branch 'origin/dependabot/cargo/reqwest_resume-0.3' into bump
- c3d3cad Merge remote-tracking branch 'origin/dependabot/cargo/reqwest-0.10' into bump
- c96ff68 Update reqwest_resume requirement from 0.2 to 0.3
- 90c5cc2 Update reqwest requirement from 0.9 to 0.10
This list of changes was auto generated.
v0.1.7 - 2020-04-29
Changes:
- 790c1d1 Merge pull request #48 from constellation-rs/deny-lint
- 89ac692 temporarily disable musl on ci as catch_unwind seems to be broken?
- 3d21d10 fix ci image names
- 1a2202e v0.1.7
- a327452 update ci to latest rust
- 4fc8a3d relax forbid -> deny due to rust regression affecting serde_closure
- c6c558b Merge pull request #27 from constellation-rs/dynamic-predicates
- 022a2ff initial support for dynamic predicates
- a9bd6f8 add predicate to amadeus-derive
- 2c91b68 add Predicate associated type to ParquetData
This list of changes was auto generated.