Skip to content

Releases: cereja-project/cereja

v1.5.4

13 Aug 06:58
ef43f9c
Compare
Choose a tag to compare
Update __init__.py

v1.5.3

08 Aug 10:15
a43e969
Compare
Choose a tag to compare
v1.5.3 (#155)

* chore: add multiprocessing experimental

* chore: send n_proc

* fix: improves Path.list_dir

* fix: improves Path.list_files and fix usages

* fix: improves and add tests

* fixes: fixed clean_dir function

* fixes: remove tests of deprecated functions

* fixes: improves chunk function

* fixes: fix rescale_values up when send fill_with.

* fixes: improves rescale_values function
- you can choose type of filling when rescaling values pre, inner or post

v1.5.2

07 Aug 04:03
27b8734
Compare
Choose a tag to compare
V1.5.2 (#154)

* fix: fixed .json parser.

* release: final version

v1.5.1

02 Aug 15:56
d8a2aee
Compare
Choose a tag to compare
release: v1.5.1 (#153)

v1.5.0

31 Jul 07:03
5c86f4c
Compare
Choose a tag to compare
improves: zip file (#151)

v1.4.9

24 Jul 04:02
078fa0f
Compare
Choose a tag to compare
V1.4.9 (#149)

* fix: fix display colors and progress.

* docs: update display doc

* fixes: fix chunk function

* improves: add methods in utils.Source

v1.4.8

01 Jul 05:39
9cc8fee
Compare
Choose a tag to compare
release: v1.4.8 (#146)

* release: v1.4.8

* improves: Zip file improves

* improves: dict_append accept tuple obj

* fix: inverted_dict bug fixes
- add to_tuple, dict_to_tuple and list_to_tuple

* fix: imports fixed.

* tests: add tests

* fix: fixed base64 decode and added tests

v1.4.7

28 Jun 02:22
654ac62
Compare
Choose a tag to compare
V1.4.7 (#145)

* fix: file json indent
- indent param is `False` now.

* chore: add utils.sort_dict func

* chore: added utils.dict_append func

* fix: fix dict_append func documentation

v1.4.6

25 Jun 17:22
5e5ad5d
Compare
Choose a tag to compare
Update rescale_up and tests (#144)

* Corrige rescale_up

* Apaga print de debug

* Update rescale_values and tests

v1.4.5

25 Jun 15:23
f8c0b9d
Compare
Choose a tag to compare
v1.4.5 (#141)

* chore: add tempdir

* fix: fixed base64 util