Skip to content

Commit

Permalink
Update news
Browse files Browse the repository at this point in the history
  • Loading branch information
emmt committed Nov 8, 2022
1 parent 7a5fe7d commit 13ce505
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@


## Version 0.2.3
## Branch 0.2

### Version 0.2.5

* Make `set_val!` for sparse operators returns the same result as `setindex!`.

### Version 0.2.3

* Simplify and generalize `vfill!` and `vzero!` to be able to work with
`Unitful` elements.

* Automatically specialize `multiplier_type` for `Unitful.AbstractQuantity`.

## Version 0.2.2
### Version 0.2.2

* Improve `promote_multiplier` and make it easy to extend. The work done by
`promote_multiplier` is break in sevral functions: `multiplier_type(x)`
Expand All @@ -35,15 +42,14 @@
concrete floating-point type. The method `multiplier_type` is intended to be
extended by other packages.

## Version 0.2.1
### Version 0.2.1

* Replace `@assert` by `@certify`. Compared to `@assert`, the assertion made
by `@certify` may never be disabled whatever the optimization level.

* Provide default `vcreate` method for Gram operators.


## Version 0.2.0
### Version 0.2.0

* Sub-module `LazyAlgebra.Foundations` (previously
`LazyAlgebra.LazyAlgebraLowLevel`) exports types and methods needed to extend
Expand All @@ -62,8 +68,9 @@
available, use `Diff` instead (`Diff` was available as a shortcut in previous
releases).

## Branch 0.1

## Version 0.1.0
### Version 0.1.0

* New rules: `α/A -> α*inv(A)`.

Expand Down

2 comments on commit 13ce505

@emmt
Copy link
Owner Author

@emmt emmt commented on 13ce505 Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/71887

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.5 -m "<description of version>" 13ce5059dd3b5a049355ba496248afbaf086ab58
git push origin v0.2.5

Please sign in to comment.