Aften is an audio encoder which generates compressed audio streams based on
ATSC A/52 specification. This type of audio is also known as AC-3 or Dolby
Digital and is one of the audio codecs used in DVD-Video content.
[0.3.0] - 2021-09-10
Bug Fixes:
-Fix default regexes and references in docs (#7)
Documentation:
-Update installation instructions for Arch Linux
-Add badge for joining the Matrix chat
-Update example regexes
-Update the default regex in scoped config example
Features:
-Support parsing the missing scopes with default_scope (#8)
-Support generating a changelog scoped to a directory (#11)
Miscellaneous Tasks:
-Upgrade dependencies
0.7.5 - 2020-09-09
Added:
-Bash/Elvish: completions for z command.
Changed:
-Nushell: upgrade minimum supported version to v0.36.0.
-Nushell: easier installation instructions.
Fixed:
-Elvish: unable to z into directories by path.
-Elvish: don't show traceback when z or zi fails.
-Elvish: nested shells do not initialize correctly.
0.7.4 - 2020-08-15
Fixed:
-Compile error with clap v3.0.0-beta.4.
v2.14.6
-Support for arrow keys as well as Home & End. The help pane was updated to
reflect these changes.
-More readable information on how to delete or trash files in the mark pane.
v2.14.5
-Fix installation via cargo install dua-cli. Please note that it might break
again as it still depends on the unsable clap-3 beta 4. Even when pinning it
breakage is possible as its dependencies itself aren't pinned.
v1.6.3 - 2021-08-02
-hjson: fix bad parsing on tab before colon
-now checks all args of externals are set, doesn't use the raw {arg}
v1.6.2 - 2021-07-31
-broot reads now both the TERM and TERMINAL env variables to try determine
whether the terminal is Kitty
-using :toggle_device_id, you can display the device id of files (unix only)
-fix a few problems with filesystems analysis by upgrading lfs-core to 0.4.2 -
Fix#420
-a few minor rendering improvements
v1.6.1 - 2021-06-23
-fix compilation on freeBSD
-fix :filesystems view not listing disks whose mount point has a space character
-fix panic on searching cr/.* if a file starts with an empty line - Fix#406
-fix preview of linux pseudo-files
-identify "RAM" and "crypted" disks in :filesystems view
Added:
- Add support for Python 3.10
- Update issue templates
- Add support for positional junction characters and add "double_border"
table style
- Access properties instead of protected fields in _get_options()
- Use declarative metadata and support PyPy3
- Add auto index column
Changed:
- Refactor for readability and avoid merge conflicts
- Remove exclamation marks from exceptions
v102
----
- Add `BinaryenUpdateMaps` to the C API.
- Adds a TrapsNeverHappen mode (#4059). This has many of the benefits of
IgnoreImplicitTraps, but can be used safely in more cases. IgnoreImplicitTraps
is now deprecated.
- Adds type argument for BinaryenAddTable method (#4107). For the binaryen.js api
this parameter is optional and by default is set to funcref type.
- Replace `BinaryenExpressionGetSideEffects`'s features parameter with a module
parameter.
This release contains numerous bug fixes, and also the following
new features:
* The GNU Binutils sources now requires a C99 compiler and library to
build.
* Support for the arm-symbianelf format has been removed.
* Support for Realm Management Extension (RME) for AArch64 has been
added.
* A new linker option '-z report-relative-reloc' for x86 ELF targets
has been added to report dynamic relative relocations.
* A new linker option '-z start-stop-gc' has been added to disable
special treatment of __start_*/__stop_* references when
--gc-sections.
* A new linker options '-Bno-symbolic' has been added which will
cancel the '-Bsymbolic' and '-Bsymbolic-functions' options.
* The readelf tool has a new command line option which can be used to
specify how the numeric values of symbols are reported.
--sym-base=0|8|10|16 tells readelf to display the values in base 8,
base 10 or base 16. A sym base of 0 represents the default action
of displaying values under 10000 in base 10 and values above that in
base 16.
* A new format has been added to the nm program. Specifying
'--format=just-symbols' (or just using -j) will tell the program to
only display symbol names and nothing else.
* A new command line option '--keep-section-symbols' has been added to
objcopy and strip. This stops the removal of unused section symbols
when the file is copied. Removing these symbols saves space, but
sometimes they are needed by other tools.
* The '--weaken', '--weaken-symbol' and '--weaken-symbols' options
supported by objcopy now make undefined symbols weak on targets that
support weak symbols.
* Readelf and objdump can now display and use the contents of .debug_sup
sections.
* Readelf and objdump will now follow links to separate debug info
files by default. This behaviour can be stopped via the use of the
new '-wN' or '--debug-dump=no-follow-links' options for readelf and
the '-WN' or '--dwarf=no-follow-links' options for objdump. Also
the old behaviour can be restored by the use of the
'--enable-follow-debug-links=no' configure time option.
The semantics of the =follow-links option have also been slightly
changed. When enabled, the option allows for the loading of symbol
tables and string tables from the separate files which can be used
to enhance the information displayed when dumping other sections,
but it does not automatically imply that information from the
separate files should be displayed.
If other debug section display options are also enabled (eg
'--debug-dump=info') then the contents of matching sections in both
the main file and the separate debuginfo file *will* be displayed.
This is because in most cases the debug section will only be present
in one of the files.
If however non-debug section display options are enabled (eg
'--sections') then the contents of matching parts of the separate
debuginfo file will *not* be displayed. This is because in most
cases the user probably only wanted to load the symbol information
from the separate debuginfo file. In order to change this behaviour
a new command line option --process-links can be used. This will
allow di0pslay options to applied to both the main file and any
separate debuginfo files.
* Nm has a new command line option: '--quiet'. This suppresses "no
symbols" diagnostic.
Highlights of mold 0.9.5:
- In 0.9.4, we changed the mold's behavior on remaining weak undefined
symbols, so that they would be resolved to address zero if we were
creating a shared object file with the -z defs option. Now, such symbols
will be promoted to dynamic symbols so that they'll get another chance
to be resolved at run-time. This change fixes a regression of Firefox
build failure (#114), which depends on this particular linker behavior
to export symbols from libxul.so.
- mold can now be built on macOS. Note that mold is still able to produce
only ELF (Unix) files — so you can use it for cross compilation on
macOS for Linux, but you can't use mold for macOS native development.
- Relocation overflow are now reported as errors on AArch64 and
i386. Previously, such relocations were silently producing incorrect
output.
Highlights of mold 0.9.4:
- mold -run now intercepts invocations of ld, ld.lld and ld.gold wherever
they are in the directory hierarchy. Previously, they were intercepted
only if they were in /usr/bin. This change was made because it is not
uncommon to install a compiler toolchain into a directory other than
the system bin directory.
- AArch64 (Arm 64-bit) support has been significantly improved. mold
can now link many real-world programs including itself for AArch64.
- Fix an issue that relocation addends were not handled correctly
for i386.
- mold is now able to link LLVM compiler-rt's CRT files.
- Fix an issue that a dynamic relocation was created for a read-only
section if the relocation refers an unresolved weak symbol.
- Undefined weak symbols are now always resolved to address 0 instead
of being promoted to dynamic symbols.
# dplyr 1.0.7
* `across()` uses the formula environment when inlining them (#5886).
* `summarise.rowwise_df()` is quiet when the result is ungrouped (#5875).
* `c_across()` and `across()` key deparsing not confused by long calls (#5883).
* `across()` handles named selections (#5207).
Changes in version 1.1-2 (2021-06-07)
o Miwa(n) now also works for non-zero mean|delta; n <= 4097, not 4098 (from C code);
optional 'checkCorr=' argument; documentation, one NOTE less.
Minimal C code cleanup.
mvt() <-> probval() simplification.
Handles +/-Inf as +/-maxval for non-orthrant probabilities (with a warning).
o TVPACK() now also works when some (but not all) bounds are (-Inf, Inf).
o mvtnorm() and mvt() now also return an attribute "algorithm" and gain optional
argument 'keepAttr' to allow returning bare numbers.
Changes in version 1.1-1 (2020-06-09)
o allow to turn-off symmetry checks (patch contributed by Feng Li <feng.li_at_cufe.edu.cn>
Changes in version 1.1-0 (2020-02-24)
o replace MVPHI and MVPHNV by calls to R's {p,q}norm5, following
a suggestion by Benjamin Christoffersen <boennecd_at_gmail.com>
Changes in version 1.0-12 (2020-01-06)
o fix Rdiff issues
Changes in version 1.0-11 (2019-06-19)
o improve documentation and error messages
Changes in version 1.0-10 (2019-03-04)
o eliminate warning when calling qmvt with arg sigma = 1
Changes in version 1.0-9 (2019-02-28)
o adapt to recent changes in r-devel
Changes in version 1.0-8 (2018-05-31)
o pmvt(..., sigma = ) was ignored in the univariate case
(reported by Alec Stephenson)
o documentation updates
Changes in version 1.0-7 (2018-01-25)
o pmvt(..., df = ) is scalar only
Changes in version 1.0-6 (2017-03-01)
o use registered C routines
Changes in version 1.0-5 (2016-02-02)
o improvements in quantile estimation
Changes in version 1.0-4 (2016-01-19)
o a new algorithm for quantile estimation, again. Quantiles are
now computed by a stochastic root finding algorithm. Note
that f.quantile in the output of qmv{t,norm} is now (again)
the squared difference between the cdf evaluated at the
quantile and the level. The \code{interval} argument to the
quantile functions is used as a starting value for the
root finder when available.
o clean-ups in C and R code and documentation
Changes in version 1.0-3 (2015-07-21)
o new algorithm for quantile estimation. Quantiles are
now computed by minimising the squared distance between the
distribution function and the probability whereas previous versions
used uniroot(). The procedure is now performed multiple times with
difference random seeds in order to stabilise the results. The
\code{interval} argument to the quantile functions is IGNORED now.
Changes in version 1.0-2 (2014-12-16)
o start providing C interfaces to the underlying algorithms.
mvtnorm_C_mvtdst() directly calls Alan's FORTRAN code and
can be used in other packages via LinkingTo. See
mvtnorm/inst/C_API_Example for an example very much inspired
by the example provided in package xts.
o provide .C interfaces to the FORTRAN routines and allow switching
on/off of R' RNG.
Changes in version 1.0-1 (2014-11-11)
o replace internal MVCHNV FORTRAN FUNCTION with
R's sqrt(qchisq(p, n, FALSE, FALSE). This fixes a
problem where NaN was returned as reported by
David Charles Airey <airey_david_charles_at_lilly.com>
Changes in version 1.0-0 (2014-07-08)
o After 14 years, we now feel safe enough to publish mvtnorm 1.0-0.
Many packages depend, import, or suggest mvtnorm, so this version
change also indicates that the package is now stable and, to a very
large extent, the API is frozen. We will of course continue to fix
bugs or other problems but new features are unlikely to go into this
package.
o use Authors@R in DESCRIPTION
o switch to standard NEWS format
Changes in version 0.9-99992 (2014-05-03)
o cleanups by MM
Changes in version 0.9-99991 (2014-04-25)
o version 0.9-9999 introduced new bug in dmvnorm
Changes in version 0.9-9999 (2014-04-17)
o dmvnorm (again) returns NaN in case sigma is not decomposable
Changes in version 0.9-9998 (2014-03-21)
o faster code for dmvnorm by Matteo Fasiolo <mf364 at bath.ac.uk>
Changes in version 0.9-9997 (2014-01-17)
o T. Miwa fixed a runtime error in miwa.c reported by UB sanitizer
Changes in version 0.9-9996 (2013-09-16)
o documentation updates/corrections/examples by Marius Hofert
o df = Inf
o rmvt(): argument 'mean' not allowed anymore (prone to misuse)
o pmvnorm(lower=c(-Inf, 0, 0), upper=c(0, Inf, Inf),
mean=c(0, 0, 0), sigma=S, algorithm = Miwa())
returned NaN, fixed by Xuefei Mi
Changes in version 0.9-9995 (2013-05-29)
o update to version 2013-06-29 of mvtdst.f from Alan's website
(fixed a bug for 2-dim pmvt)
Changes in version 0.9-9994 (2012-12-06)
o set.seed(29)
rmvnorm(10, ...)
produces the same first ten rows as
set.seed(29)
rmvnorm(100, ...)
o as suggested by Paul Johnson <pauljohn_at_ku.edu>. There is a new
argument pre0.9_9993 for changing back to the `old' output. This
_DOES NOT_ apply to rmvt.
Changes in version 0.9-9993 (2012-10-22)
o sigma is called `scale' matrix of {dpq}mvt, thanks to
Richard Boys <Richard.Boys_at_ncl.ac.uk> for the hint
Changes in version 0.9-9992 (2012-01-19)
o qmvt(..., df = 0, ...) gave NaN
o R CMD check works on x64 with GCC 4.6.2 (Debian 4.6.2-11)
Changes in version 0.9-9991 (2011-06-10)
o tvpack wasn't working on 64bit machines. The reason
was that the wrapper SUBROUTINEs around the original
FUNCTIONs didn't return the appropriate double precision
for unknown reasons. Redefining TVTL and BVTL as FUNCTIONs
fixed the problem.
Changes in version 0.9-999 (2011-04-26)
o still problems in fix approx_interval (when !is.null(sigma));
disable for the time being
Changes in version 0.9-99 (2011-04-21)
o fix bug in approx_interval spotted by Ravi Varadhan
<rvaradhan_at_jhmi.edu>
Changes in version 0.9-98 (2011-04-19)
o allow ... to pass arguments to rmvnorm in rmvt
Changes in version 0.9-97 (2011-01-31)
o use check.attributes = FALSE in isSymmetric calls
(requested by Nick Sabbe <nick.sabbe_at_ugent.be>)
Changes in version 0.9-96 (2011-01-28)
o use fixed interval when sigma is specified in qmvt
Changes in version 0.9-95 (2010-11-18)
o q{mvt,mvnorm} shall always return a list, not a vector
checks for correlation matrices are less picky now
Changes in version 0.9-94 (2010-11-16)
o allow for two different noncentral t distributions (via type
argument)
o add support for one-dimensional quantiles (requested by Jerry Lewis
<jerry.lewis_at_biogenidec.com>)
o documentation fixes for problems spotted by
Jerry Lewis <jerry.lewis_at_biogenidec.com>
o interface to Alan's TVPACK algorithms for 2- and 3-d
probabilities by Bjoern Bornkamp added.
Changes in version 0.9-92 (2010-07-06)
o update to new mvtdstpack.f (7/10) by Alan. Fixes
potential bias problem in higher dimension.
Changes in version 0.9-91 (2010-04-13)
o better search interval for uniroot in qmv{t,norm} speeds up
quantile estimation; suggestion by Björn Bornkamp
<bornkamp_at_statistik.tu-dortmund.de>
Changes in version 0.9-9 (2010-01-27)
o document ... in pmvt.Rd
Changes in version 0.9-8 (2009-10-27)
o add citation entry
Changes in version 0.9-7 (2009-05-22)
o make sure `error' is not NA
Changes in version 0.9-6 (2009-03-25)
o update Alan's FORTRAN code
Changes in version 0.9-5 (2009-03-17)
o fix FORTRAN bug spotted by Alex Lenkoski
<lenkoski_at_stat.washington.edu>
Changes in version 0.9-3 (2008-12-22)
o update meta data
Changes in version 0.9-2 (2008-07-08)
o be a little more liberal (tol = sqrt(.Machine$double.eps))
when testing for symmetry of covariance matrices
(and make R CMD CHECK monomvn happy again)
Changes in version 0.9-1 (2008-07-02)
o better check for covariance matrices, suggested by
James Rogers <James.A.Rogers_at_pfizer.com>
Changes in version 0.9-0 (2008-04-01)
o add support for the multivariate normal distributions in small
dimensions by Miwa's method thanks to Tetsuhisa Miwa and Xuefei Mi;
both have been added as `authors'.
o new argument `algorithm' defaulting to `GenzBretz()' with
`Miwa()' being the alternative. Those two functions are now used
to specify hyper parameters such as `abseps'.
o internal function `mvt' is no longer exported.
Changes in version 0.8-3 (2008-02-19)
o make sure rmvnorm(1, sigma = matrix(0.5, 1, 1)) works
(reported by Kurt Hornik)
Changes in version 0.8-2 (2008-02-10)
o rmvnorm() now issues a warning for non-symmetric sigma and uses
the eigenvalue decomposition as default.
o make gfortran 4.3 happy
Changes in version 0.8-1 (2007-07-24)
o Orion Poplawski <orion_at_cora.nwra.com> spotted a meaningless check in
the regression tests
Changes in version 0.8-0 (2007-07-23)
o upgrade to 7/7 version of MVTDST (includes better support for
dimensions > 100). Thanks to Karen Conneely <conneely_at_umich.edu>
for motivating the update and for checking the new version.
o rmvnorm() now can also use a Cholesky decomposition to compute
the root of sigma (thanks to Fabian Scheipl)
Changes in version 0.7-5 (2006-09-15)
o fix problem reported by valgrind
Changes in version 0.7-4 (2006-09-08)
o add long requested `dmvt'
o call RNG functions only one time
o make sure unifrnd is double precision
Changes in version 0.7-3 (2006-08-23)
o make sure pmvnorm(lo=c(-Inf,-Inf), up=c(Inf,Inf), mean=c(0,0) == 0
Changes in version 0.7-2 (2005-08-29)
o make gfortran happy (a warning about unused variable NF remains)
Changes in version 0.7-1 (2004-11-18)
o use #!/bin/sh
Changes in version 0.7-0 (2004-10-14)
o a coding session with Frank produced `qmv{t,norm}'.
try to check if the support specified by `lower' and `upper' is
empty (problem spotted by Peter Thomson <peter_at_statsresearch.co.nz>)
Alan's fix prevents negative values to be returned.
o some cosmetics
Changes in version 0.6-8 (2004-06-03)
o EXIT statements are not supported by `f2c', Alan added GOTO
statements to `MVCHNC'
Changes in version 0.6-7 (2004-05-27)
o Alan's fix to MVCHNC solves problems with large degree of freedom
Changes in version 0.6-6 (2004-01-22)
o `La.eigen' is deprecated and `eigen' replaces it in R-1.9.0
Changes in version 0.6-5 (2003-11-14)
o check if covariance matrix is pd in rmvnorm (by Fritz Leisch)
Changes in version 0.6-4 (2003-10-06)
o use new base function `cov2cor'
Changes in version 0.6-3 (2003-07-21)
o Alans changes were restricted to N <= 100, now N <= 1000
are possible again
Changes in version 0.6-2 (2003-06-25)
o Alan's recent changes to `mvt.f' make `g77 -pedantic -Wall'
happy
Changes in version 0.6-1 (2003-06-18)
o pmvt(..., df = 0, ...) will return normal probabilities for both
the univariate and multvariate problem
Changes in version 0.6-0 (2003-06-17)
o Fortran code in `mvt.f' updated to recent version by Alan and Frank.
This fixes problems with `pmvt' and large degrees of freedom.
Changes in version 0.5-15 (2003-06-16)
o a note on one-sided probabilities in `pmvt'
correlation matrices in cats example a little bit nicer
Changes in version 0.5-14 (2003-05-06)
o the package owns a vignette based on the paper in RNews 1(2)
Changes in version 0.5-12 (2003-05-08)
o allow df=0 for pmvt
Changes in version 0.5-11 (2003-04-29)
o package npmc trys to use 'mvt' which is internal: export it anyway
Changes in version 0.5-10 (2003-04-23)
o mvtnorm is now in a NAMESPACE
Changes in version 0.5-9 (2003-02-13)
o log argument added to dmvnorm, thanks to
Jerome Asselin <jerome_at_hivnet.ubc.ca>
Changes in version 0.5-8 (2003-01-21)
o fixed bugreport PR#2478: sigma for univariate probabilities
Changes in version 0.5-7 (2002-11-27)
o use R's random number generator in the FORTRAN code:
set.seed has now has the desired impact.
Changes in version 0.5-6 (2002-10-07)
o rmvt added
Changes in version 0.5-5 (2002-07-03)
o use .Fortran(..., PACKAGE="mvtnorm")
Changes in version 0.5-4 (2002-04-09)
o correlation matrices for sigma with unequal variances incorrectly
computed, added `sig2corr' for that propose, tol argument removed,
fix by Alan to mvt.f
Changes in version 0.5-2 (2002-03-22)
o Frank added `tol' argument to MVTDST, now in mvtnorm
Changes in version 0.5-1 (2002-01-24)
o pmvt(0,1) works now
Changes in version 0.5-0 (2001-12-10)
o release for R-1.4.0
Changes in version 0.4-4 (2001-12-06)
o bugfix
Changes in version 0.4-3 (2001-12-05)
o the length of lower, upper and mean (delta) is now recycled to the
length of the largest, i.e. it is possible to say
pmvnorm(lower=-Inf, upper=1, mean=rep(1,10), corr=diag(10))
Changes in version 0.4-2 (2001-12-04)
o several typos, man-pages improved
Changes in version 0.4-1 (2001-12-04)
o interface changed: sigma (covariance matrix) can be specified as
well
o {rd}mvnorm added from package e1071 (thanks to Fritz!)
Changes to Version 3.0-11
o boxCox() function now allows the use of any of the usual graphics
parameters in the plot() function. If particuar boxCox(model,
main="my title") will add a title to the plot, and boxCox(model,
main="") will suppress it.
o car::Boot(object, method="residual") will work for
method="residual" only if the car package has been previously
attached via either library(car) or require(car).
o Added error checking with vcov. argument. Changed vcov.boot to
print a warning of bootstrap replicates that returned NA
o Introduced brief.tbl(), which simply calls print(), to cope with
changes to tibbles.
o qqPlot() fills (shades) confidence envelopes by default, and
smoothers for scatterplots fill variance (spread) envelopes by
default (suggestions of Michael Friendly).
o Fixed problem in infIndexPlot.influence.lme() (reported by Francis
L. Huang).
o New "polr" and "svyolr" methods for vif() (following report by
Abra Jeffers).
o Make linearHypothesis() and Anova() work with "svyolr" objects via
their default methods.
o Regularize handling of vcov. argument in Anova() and
linearHypothesis().
o vcov. argument now works with Anova() for models produced by
lme4::lmer() and glmer(), (fixing a bug reported by Amy MacDougall).
o New linearHypothesis.lmList() method.
o New "lm" method for symbox().
o New cex and pt.wts arguments for avPlot() "lm" and "glm" methods,
and for mcPlot.lm().
o Fix handling of imatrix argument to Anova.mlm() (suggestion of
Benedikt Langenberg).
o Remove influence.merMod() and related methods in favor of versions
of these methods in the lme4 package.
o Rewrite "embedding" vignette.
o Small fixes and improvements.
Provides medium to high level functions for 3D interactive graphics,
including functions modelled on base graphics (plot3d(), etc.) as well
as functions for constructing representations of geometric objects
(cube3d(), etc.). Output may be on screen using OpenGL, or to various
standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D
image formats, including PNG, Postscript, SVG, PGF.
Linear (or Longitudinal) Timecode (LTC) is an encoding of SMPTE timecode
data as a Manchester-Biphase encoded audio signal. The audio signal is
commonly recorded on a VTR track or other storage media.
libltc provides functionality to encode and decode LTC audio from/to SMPTE
or EBU timecode, including SMPTE date support.