Skip to content

Commit

Permalink
bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsariola committed May 5, 2024
1 parent 7d01c38 commit f7ac6b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.4.0] - 2024-05-05

### Added

- Parallel processing: mutations and their costs are computed on several
processes simultaneously. This results in approx. 2-3x faster packing of
files. Parameter `-q` controls the processing queue length; this is the
maximum number of solutions being explored simultaneously. Defaults to 12, but
you can increase if you have a lot of cores. `-P` controls the number of
parallel processes in a pool, defaults to number of cores and can be usually
left unchanged. `-q1 -P1` is identical to the old behavior.
you can try increasing it if you have a lot of cores. `-P` controls the number
of parallel processes in a pool, defaults to number of cores and can be
usually left unchanged. `-q1 -P1` is identical to the old behavior.
- Reading PNG-carts and writing fake PNG-like carts. The advantage of PNG-like
carts is that all data chunks can be compressed too, so can be useful for 512b
- 64k intros. The disadvantage is that additional 16-bytes of headers are
Expand Down Expand Up @@ -160,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Magic comments to allow reordering statements and trying alternative
expressions

[unreleased]: https://github.com/vsariola/pakettic/compare/v1.3.1...HEAD
[unreleased]: https://github.com/vsariola/pakettic/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/vsariola/pakettic/releases/tag/v1.4.0
[1.3.1]: https://github.com/vsariola/pakettic/releases/tag/v1.3.1
[1.3.0]: https://github.com/vsariola/pakettic/releases/tag/v1.3.0
[1.2.0]: https://github.com/vsariola/pakettic/releases/tag/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pakettic"
version = "1.4.0-dev"
version = "1.4.0"
description = "A tool for minifying and compressing TIC-80 fantasy console carts"
authors = ["Veikko Sariola <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f7ac6b7

Please sign in to comment.