Commit graph

267 commits

Author SHA1 Message Date
0a6072c478 feat: add bintols split to libpt-py
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-05-12 17:58:55 +02:00
20b8f7a582 refactor: rename split_numbers to split 2024-05-12 17:58:31 +02:00
33260726a1 chore: bump versions for v0.5.0 2024-05-12 17:58:02 +02:00
e3ac4c60ba Merge pull request 'feat/bintols/split-numbers-to-bytes' (#77) from feat/bintols/split-numbers-to-bytes into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m46s
Reviewed-on: #77
2024-05-12 17:41:11 +02:00
d7677e2363 Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-05-12 17:38:57 +02:00
c41328d093 ci install python
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m56s
2024-05-12 17:38:52 +02:00
492cedf5cc Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m30s
2024-05-12 17:36:41 +02:00
401faca4db ci install python
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m31s
2024-05-12 17:36:26 +02:00
810bbf85de Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 17:28:40 +02:00
7f45020511 add doctests to CI
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m23s
2024-05-12 17:26:06 +02:00
PlexSheep
75feb7b2b0 automatic cargo CI changes 2024-05-12 15:22:49 +00:00
73d291a477 fix: split-numbers test solutions were wrong #76
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m54s
2024-05-12 17:20:57 +02:00
9da3c584cd refactor: add doc comment for split numbers and change order to msb first #76 2024-05-12 17:20:54 +02:00
77d473e22c refactor: split-numbers generic by converting to u128 #76
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m42s
2024-05-12 02:47:59 +02:00
dc506de8aa test: split-numbers #76
test if splitting of numbers into Vec<u8> works correctly
2024-05-12 02:47:55 +02:00
0eb6490854 feat: split unsigned numbers into bytes #76
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m44s
2024-05-12 02:24:55 +02:00
c918fbf196
logger configuration throigh struct
All checks were successful
cargo devel CI / cargo CI (push) Successful in 56s
2024-03-10 19:38:51 +01:00
PlexSheep
ab9029fced automatic cargo CI changes 2024-03-03 17:20:44 +00:00
5a1550829e
Merge branch 'master' into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 56s
2024-03-03 18:19:44 +01:00
c95a919107
docs rs attribute 2024-03-03 18:19:40 +01:00
fc1ab46d8a
docs rs attribute 2024-03-03 18:19:36 +01:00
b374aa7e43
update deps
All checks were successful
cargo devel CI / cargo CI (push) Successful in 57s
2024-03-03 18:02:24 +01:00
3f4a092d8d
bump version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 53s
2024-03-03 17:31:50 +01:00
eba86d542d
fix github ci
All checks were successful
cargo devel CI / cargo CI (push) Successful in 54s
2024-03-03 17:29:27 +01:00
d58207cb5d
remove cucumber dependency from core
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m0s
2024-03-03 17:19:29 +01:00
97b8086624
fix bintolsdisplay
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m27s
2024-03-03 17:16:50 +01:00
5a7f980c92
ci install python
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m37s
2024-03-03 16:51:26 +01:00
c4921ec364
update cargo ci
Some checks failed
cargo devel CI / cargo CI (push) Failing after 2m7s
2024-03-03 14:02:19 +01:00
222d248fab
0.4.0 bump
All checks were successful
cargo devel CI / cargo CI (push) Successful in 4m50s
2024-03-03 13:42:39 +01:00
1bd84757fc
remove maturin CI
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m37s
2024-03-01 21:31:58 +01:00
ea9a15771b
Release 0.4.0-alpha.2
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m40s
libpt@0.4.0-alpha.2
libpt-bintols@0.4.0-alpha.2
libpt-core@0.4.0-alpha.2
libpt-log@0.4.0-alpha.2
libpt-py@0.4.0-alpha.2

Generated by cargo-workspaces
2024-03-01 21:29:00 +01:00
7150f0aefd
Release v0.4.0-alpha.1
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-03-01 21:28:24 +01:00
4e486fde80 Merge pull request 'devel' (#73) from devel into master
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
Reviewed-on: #73
2024-03-01 21:20:29 +01:00
be574d7efe
bump version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-03-01 21:18:05 +01:00
328d042199
independent version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m0s
2024-03-01 21:09:42 +01:00
19e1fd6c50
remove empty and unused modules
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-03-01 21:08:20 +01:00
PlexSheep
0afd0a96a3 automatic cargo CI changes 2024-03-01 19:47:54 +00:00
6d4e82b0b7
python bintols
All checks were successful
cargo devel CI / cargo CI (push) Successful in 3m40s
2024-03-01 20:44:14 +01:00
10ec77aef0
python interface for core and logging
All checks were successful
cargo devel CI / cargo CI (push) Successful in 4m59s
2024-03-01 20:15:16 +01:00
e8be5388b1
some python stuff
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m38s
2024-02-29 22:22:44 +01:00
c69d116c75
fix py feature
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m50s
2024-02-29 21:38:34 +01:00
faa4023f95
make clippy happier
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m8s
2024-02-28 16:54:34 +01:00
af2974d843
Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m9s
2024-02-28 16:42:37 +01:00
9ebfbd52e2
add python interface crate #57 2024-02-28 16:42:27 +01:00
cscherrNT
885b45abd1 automatic cargo CI changes 2024-02-28 15:32:28 +00:00
7930edc7e6
featurizing the library
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m55s
2024-02-28 16:30:32 +01:00
d6d751d0b5
Merge branch 'devel' of https://git.cscherr.de/PlexSheep/pt into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m25s
2024-02-21 23:16:09 +01:00
a4a01e45cd
fancier readme 2024-02-21 23:14:31 +01:00
2448cb52a0
fancier readme
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-02-21 23:13:23 +01:00
PlexSheep
a082200ea7 automatic cargo CI changes 2024-02-16 17:23:21 +00:00