Commit Graph

512 Commits

Author SHA1 Message Date
Sam Wilson 4fc6181b27
build: Support building on `wasm32-unknown-unknown` without default features
* Don't depend on a particular ahash rng

* chore: Use `getrandom/js` on `wasm32`

* ci: Run `cargo build` for `wasm32-unknown-unknown`

Co-authored-by: Dmitry Dygalo <dmitry@dygalo.dev>
2023-01-14 23:40:07 +01:00
Dmitry Dygalo 7699de0e9b
chore(python): Release 0.16.2 2023-01-14 22:55:54 +01:00
Dmitry Dygalo 6948253fa9 chore(python): Update dependencies 2023-01-14 22:36:02 +01:00
Dmitry Dygalo a15343802b test(python): Adjust integer sizes in tests to avoid unrelated failures on Python 3.11 2023-01-14 22:04:59 +01:00
Dmitry Dygalo 610d7436db build(python): Fix sdist 2023-01-14 22:04:59 +01:00
Dmitry Dygalo 73a4943d88 chore(python): Python 3.11 support 2023-01-14 22:04:59 +01:00
Dmitry Dygalo d61e1f464c chore(python): Bump dependencies 2023-01-14 22:04:59 +01:00
Dmitry Dygalo f44f195dc1 chore: Fix clippy 2022-11-21 14:10:33 +01:00
Daniel Bauman 75f050da25 chore: remove deprecated epsilon reference
See https://doc.rust-lang.org/std/f64/constant.EPSILON.html
Updated to https://doc.rust-lang.org/std/primitive.f64.html#associatedconstant.EPSILON
2022-11-21 10:12:19 +01:00
ermakov-oleg 002edce5b0
chore(python): Add .pyi "stub" file for type checkers support #391 2022-10-28 20:35:30 +02:00
Dmitry Dygalo df7452e904 chore(python): Update `Cargo.lock` 2022-10-27 20:17:31 +02:00
Dmitry Dygalo 40498fe120
chore(python): Release 0.16.1 2022-10-20 16:23:16 +02:00
Dmitry Dygalo ec4f35f63a
chore(rust): Release 0.16.1 2022-10-20 16:16:48 +02:00
Dmitry Dygalo 3a5b7e95c8 chore: Update dependencies 2022-10-20 16:09:41 +02:00
Dmitry Dygalo 8ee79c57b3 chore: Update `pyo3` to `0.17`
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2022-10-18 23:47:10 +02:00
Joel Natividad 06c7a31d23
chore: bump fraction from 0.10.0 to 0.11.0 (#381)
* bump fraction from 0.10.0 to 0.11.0

* Update dependencies, remove patch version no

Co-authored-by: Dmitry Dygalo <Stranger6667@users.noreply.github.com>
2022-10-18 23:34:08 +02:00
Expyron 07be2ffaf1
chore: Replace `structopt` with `clap` (#384) 2022-10-18 23:19:53 +02:00
Dmitry Dygalo 81e988e089 docs: Update changelog 2022-10-18 22:52:16 +02:00
Dmitry Dygalo f57357d021 perf(python): Avoid extra allocation when validating a dictionary with non-string keys 2022-10-18 22:52:16 +02:00
Dmitry Dygalo 54ff9b46a6 chore: Fix clippy 2022-10-18 22:52:16 +02:00
o.ermakov cc07bb2526 fix(python): Deleted unnecessary Debug derive attr 2022-10-18 22:13:10 +02:00
o.ermakov e40a35a983 fix(python): Review fixes 2022-10-18 22:13:10 +02:00
o.ermakov bbd0153de8 fix(python): Fix SystemError when non-str dict key provided #386 2022-10-18 22:13:10 +02:00
Pawel Iwan e174bd1332 docs: update changelog 2022-06-23 12:04:41 +02:00
Pawel Iwan 71a511d634 feat: optional unknown formats as compilation error 2022-06-23 12:04:41 +02:00
dependabot[bot] 5da86850ab build(deps): bump crossbeam-utils from 0.8.5 to 0.8.8 in /bench_helpers
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 01:01:13 +02:00
dependabot[bot] 555115fdaf build(deps): bump regex from 1.5.4 to 1.5.6 in /bench_helpers
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:39:18 +02:00
Dmitry Dygalo bfe69d393a
chore: Drop unused code
It got there by accident
2022-05-22 21:33:52 +02:00
Dmitry Dygalo ead0da16db
chore(python): Release 0.16.0 2022-05-12 17:39:40 +02:00
Dmitry Dygalo 9ab21a243f chore: Avoid some `Result` wrapping 2022-05-12 16:51:51 +02:00
Dmitry Dygalo 5feb0d2308 chore: Avoid usage of deprecated PyO3 traits 2022-05-12 16:51:51 +02:00
Dmitry Dygalo a5cd893363 chore: Update `fancy_regex` from `0.9.0` to `0.10.0` 2022-05-12 16:26:36 +02:00
Dmitry Dygalo fc779c8c39 chore: Update `pyo3` to `0.16` & drop Python 3.6 support 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 606b52c518 chore: Remove `Root` node 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 7d938106a3 chore: Next compilation step 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 6a99863780 chore: Cleanup compilation 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 125b8f75a8 chore: Add a few keywords 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 53acb03304 chore: Add ref resolving 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 73026c4bd8 chore: Resolver rewrite 2022-05-12 15:53:43 +02:00
Dmitry Dygalo 7544f7a2af fix(python): Compatibility with `pyo3-built` 2022-05-03 17:57:14 +02:00
Dmitry Dygalo c652816d23 build: Add Cargo cache 2022-05-03 17:35:06 +02:00
Dmitry Dygalo 6f4bc34d51 build: Add Python 3.10 2022-04-25 19:28:56 +02:00
Dmitry Dygalo 37955910cf refactor(test): Refactor Python tests 2022-04-25 19:28:56 +02:00
Joel Natividad 0ea012d422 chore: update dependencies
- fancy_regex from 0.8.0 to 0.9.0
- uuid from 0.8.2 to 1.0.0
2022-04-25 18:48:37 +02:00
Dmitry Dygalo 9e08193fed chore: Fix various clippy warnings 2022-04-25 12:24:37 +02:00
Dmitry Dygalo 10530eccdd
chore(rust): Release 0.16.0 2022-04-21 17:33:39 +02:00
Dmitry Dygalo bad741f771 build: Check feature combinations 2022-04-21 17:31:24 +02:00
Dmitry Dygalo 233e1a0a41 fix: Various compilation issues
Ref: #356 #358
2022-04-21 17:11:08 +02:00
Dmitry Dygalo e2d09aa932
chore(rust): Release 0.15.2 2022-04-10 23:32:39 +02:00
Dmitry Dygalo 4a07ba9a82
chore: Update to Rust 2021 edition in all crates 2022-04-10 23:31:34 +02:00