Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.
The main changes here are under the hood: a big refactoring that should
have helped fixed some long-standing misfeatures.
In case of disaster, there is a new rollback point added (still not
using the new LaTeX rollback mechanism, though).
- Fixed a long-standing problem with labels and similar decoration
with equal signs and commas
- Fixed a typo in the manual (thanks to @muzimuzhi on GitHub)
- The Mother of All Code Refactoring: no real changes (modulo errors)
- Added a rollback point to 1.2.7
1.54
- \expanded primitive required
- \charge macro: a "=" forgotten in the input stream now removed
1.56
- centers of rings reachable with a tikz node
drawing (0.6.5) unstable; urgency=low
* fix unexplained regression of bottom panes responsiveness
* mitigation of the "very quick series of ctrl+b" bug
* disable importing or opening an image using drag-and-drop with flatpak (it was broken)
* fix printing (issue #20)
* more pertinent movements of the view when holding and moving the middle-click
* update several translations
3.00
This version has a new package pstricks-pdf which can be used instead
of pstricks if you want to run pdflatex with the --shell-escape option.
3.01
This version has a modified pstricks.tex|.pro for GhostScript versions > 9.52
Transparency is now only possible with the optional argument -dALLOWPSTRANSPARENCY.
All files should still work for older GS versions.
AnsiLove/C 4.1.5 (2021-02-14)
- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Remove dead increments for argc and argv
- Check strdup() return value when allocating output file name
* adapted to pdf version 2.0,
* adapted the luatex code to the current luatex primitives
* corrected a problem with the pdfversion setting when using xetex.
* added an uncompress option (for debugging)
* improved ghostscript detection on windows when a bash is used
* added direct pdf version support to xetex.
RMagick 4.2.1 (2021-02-08)
Bug Fixes:
* Fix compilation with optimization on glibc (#1263)
RMagick 4.2.0 (2021-02-05)
Improvements:
* Updated error messages if runtime ImageMagick version was not matched
with when installed rmagick (#1213)
* Improve Image#resize performance with ImageMagick 7 (#1240)
* Added new colorspaces (#1252)
Bug Fixes:
* Fix assertion failed in Magick::TextureFill.new with with unexpected
argument (#1216)
* Call with yield when there is a block arguments (#701)
* Avoid crash with monitor feature on Ruby 3.0 (#1253)
From Mike M. Volokhov in pkgsrc/wip
The package generates QR (Quick Response) codes in LaTeX,
without the need for PSTricks or any other graphical package.
Changes
Do not record pointer when selecting an area.
Fixed compilation on Sparc64.
Fixed a possible overflow in src/options.c.
Fixed a segfault with --multidisp option.
Fixed issues when file extension is more than 3 characters.
New feature: allow save thumbnail without extension.
New feature: retry to grab the keyboard for 1s in 50ms intervals if it is still being grabbed by the windows manager.
New option --class (-C): discriminate windows by class name.
Support various modes of drawing selection.
v3.3.4:
This release contains several critical bug-fixes:
Fix WebAgg initialization.
Fix parsing QT_API setting with mixed case.
Fix build with link-time optimization disabled in environment.
Fix test compatibility with NumPy 1.20.
Fix test compatibility with pytest 6.2.
Like package 'manipulate' does for static graphics, this package helps
to easily add controls like sliders, pickers, checkboxes, etc. that
can be used to modify the input data or the parameters of an
interactive chart created with package 'htmlwidgets'.
Box2D is a 2D physics engine for games.
Features:
Collision
Continuous collision detection
Contact callbacks: begin, end, pre-solve, post-solve
Convex polygons and circles
Multiple shapes per body
One-shot contact manifolds
Dynamic tree broadphase
Efficient pair management
Fast broadphase AABB queries
Collision groups and categories
Physics
Continuous physics with time of impact solver
Persistent body-joint-contact graph
Island solution and sleep management
Contact, friction, and restitution
Stable stacking with a linear-time solver
Revolute, prismatic, distance, pulley, gear, mouse joint,
and other joint types
Joint limits, motors, and friction
Momentum decoupled position correction
Fairly accurate reaction forces/impulses
System
Small block and stack allocators
Centralized tuning parameters
Highly portable C++ with no use of STL containers
Changelog:
fix writing ispe box in HEIFs
nclx output profile encoding parameters
change the way nclx profiles is written so that macOS can read them
API for listing file brands and checking file type
fix heif_image_handle_get_depth_image_representation_info()
pygraphviz-1.7
Drop Python 3.6 support
Add Python 3.9 support
Require Graphviz 2.42+, (Graphviz 2.46+ recommended)
Improve installation process and documentation
Switch from nose to pytest
Remove old Python 2 code
AGraph.eq includes attribute comparison
2.3.1:
Fixed
Fix potential integer overflow detected by oss-fuzz
Fix 615 using libraqm
Fix 303: gdlib.pc: use Requires instead of Libs
Fixed 472: Adjusting CMakeLists.txt
Fix 615: gdImageStringFT() fails for empty strings as of libgd 2.3.0
Fix typo but preserve BC
Compute average in gdGuessBackgroundColorFromCorners properly
CMakeLists.txt: zlib is enabled implicitly
src/config.h.cmake: replace #cmakedefine01 with #define in macro ENABLE_GD_FOORMATS
gdlib.pc: use prefixes for pkgconfig file
cmake: remove required host includes
Move initial declaration out of for loop
distribute getlib script
Make gd_nnquant.c less likely to introduce duplicate definitions
webp: support pkg-config file
gd_io: replace internal Putchar with gdPutC
gd_io: trim unused Putword function
Added
Add REQUIRED to FIND_PACKAGE(ZLIB)
README: add some libraries info
VMS/README.VMS: Add dropping support information
v4.2.0 - 2020-12-17
* Switched to meson build system
* Added HEIF backend
* Added rotate and flip commands
* Added colour support for overlay
* Added some missing command/config documentation
* Read directories in alphabetical order
* Fixed several memory leaks
* Improved compatibility with non glibc systems
* Fixed several window management bugs for Wayland
* Fixed bug when selecting first/last image
* Release v3.6.3
* Fix --start-at not handling URL-encoded file:/// paths properly. Notably,
this also fixes feh not displaying images with spaces or unicode
elements in their path when opened from a file manager.