Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
unit_list
utility functions by @Goju-Ryu in Add (unit) list utillity functions sharkdp/numbat#623combinatorics
functionality by @rben01 in Math functions sharkdp/numbat#645 Added fibonacci, lucas, and catalan sequences sharkdp/numbat#655Bugfixes
human
gives last minute in seconds #622unit_of
-related errors by @sharkdp, see unit_of is unsound sharkdp/numbat#521Changes
unit_of
error message by @Goju-Ryu in Add more descriptiveunit_of
error message sharkdp/numbat#652format_datetime
errors, including original jiff error by @rben01 in Improved formatting offormat_datetime
errors, including original jiff error sharkdp/numbat#630Other
String
withCompactString
by @rben01 in ReplaceString
withCompactString
sharkdp/numbat#620CompactString
by @rben01 in Clean up uses ofCompactString
sharkdp/numbat#641ast::Expression
+typed_ast::Expression
and reduced allocations inTransformer::transform_*
functions by @rben01 in Reduced allocations relating toast::Expression
+typed_ast::Expression
and reduced allocations inTransformer::transform_*
functions sharkdp/numbat#607RuntimeError
s by @rben01 in Boxed someRuntimeError
s sharkdp/numbat#642proper_function_call
static and movedget_proper_function_reference
toEnvironment
to prove to the compiler that mutable references don't overlap by @rben01 in Madeproper_function_call
static and movedget_proper_function_reference
toEnvironment
to prove to the compiler that mutable references don't overlap sharkdp/numbat#639Box<dyn Fn(Args) -> ...>
withfn(Args) -> ...
in ffi functions by @rben01 in ReplacedBox<dyn Fn(Args) -> ...>
withfn(Args) -> ...
in ffi functions sharkdp/numbat#643Full Changelog: sharkdp/numbat@v1.14.0...v1.15.0