Releases: JuliaManifolds/Manifolds.jl
Releases · JuliaManifolds/Manifolds.jl
v0.1.5
Manifolds v0.1.5
Closed issues:
- Add the simplex (#103)
Merged pull requests:
- Introduce the manifold of the probability simplex (#151) (@kellertuer)
- Simplify project! for Stiefel (#153) (@dahong67)
- Run JuliaFormatter, add JuliaFormatter workflow (#154) (@sethaxen)
- Allow nightly failures on GitHub Actions (#155) (@sethaxen)
- Reformat
@invoke_maker
calls (#156) (@sethaxen) - Upper-bound FiniteDifferences (#157) (@sethaxen)
v0.1.4
v0.1.3
Manifolds v0.1.3
Merged pull requests:
- generalize the sphere manifold to the complex case and to unit norm matrices (#139) (@kellertuer)
v0.1.2
Manifolds v0.1.2
Closed issues:
- Naming Scheme for project() and embed() (#121)
Merged pull requests:
v0.1.1
Manifolds v0.1.1
v0.1.0
Manifolds v0.1.0
Closed issues:
- An interface for Lie groups (#1)
- An idea for “lightweight” manifolds (#2)
- Random points and vectors. (#3)
- Naming Scheme(s) (#4)
- Metrics and pseudo-Riemannian manifolds (#9)
- Default constructors and dimension (#13)
- Multiple decorators (#14)
- Project name (#19)
- Ideas for a Logo (#21)
- Behavior of
is_manifold_point
(#24) - Setting up CI and code coverage (#26)
- Structure Code & References in Documentation (#32)
- Using
ProductArray
with large submanifold (#33) - How to access documentation (#36)
- ManifoldsBase (#43)
- Simplify
MetricManifold
to not useSimpleTraits
(#48) - Fix problems with SPD manifold and
MMatrix
(#50) - Model real and complex valued Manifolds (#51)
- Use concrete types for the field a manifold is build upon (#62)
- [RFC] Graph manifold (#65)
- Orthonormal bases and vectorized representations (#66)
- Syntax for equipping a manifold with structure (#69)
- Unify documentation (#74)
- Add the Lie-theoretic exponential map (#75)
- Add Lorentzian manifold (#80)
- Enhancements to group actions (#81)
- Forward more functions to decorated manifolds (#84)
- norm on complex Grassman is not Real on Julia nightly (#87)
- Invariant metrics on groups (#89)
- Add function for field dimension (#90)
- Representing and converting points on a
PowerManifold
. (#93) - Run JuliaFormatter on source files (#94)
- Travis CI is not running documentation stage (#99)
- Make equations more REPL-friendly (#101)
- Add ArbitraryBasis and ArbitraryOrthogonalBasis (#106)
- Some examples are not building in the docs (#108)
- Switch to UnitWeights (#116)
- Identity crisis (#122)
Merged pull requests:
- Tests, isapprox and some work on Sphere (#5) (@mateuszbaran)
- Scaling argument for exp and retract, docs, tangent vector tests (#7) (@mateuszbaran)
- Introduces ArrayManifolds (#8) (@kellertuer)
- [WIP] Early sketch of point-valued distributions (#11) (@mateuszbaran)
- [WIP] Implementation of metrics (#12) (@sethaxen)
- Decorator for Manifolds (#15) (@kellertuer)
- Initial pieces of support for AD (#16) (@mateuszbaran)
- Initial version of rotations manifold (#18) (@mateuszbaran)
- Renaming the project to Manifolds.jl (#20) (@mateuszbaran)
- [WIP] Product manifold (#22) (@mateuszbaran)
- Seed README.md (#23) (@mschauer)
- Introduce the manifold of symmetric positive definite matrices with two metrics (#27) (@kellertuer)
- Ensure log is defined at cutlocus (#30) (@sethaxen)
- [WIP] Taking vector bundles seriously (#31) (@mateuszbaran)
- Non-statically sized product arrays (#34) (@mateuszbaran)
- Remove deprecated julia kwarg to deploydocs. (#37) (@fredrikekre)
- Update README.md (#38) (@pkofod)
- Some fixes for mutating rand! (#39) (@mateuszbaran)
- [WIP] Power manifold (#40) (@mateuszbaran)
- Make OrdinaryDiffEq and ForwardDiff optional (#41) (@sethaxen)
- more docs for vector bundles (#45) (@mateuszbaran)
- Transition to ManifoldsBase.jl (#46) (@mateuszbaran)
- Fixed Rank and Stiefel (#49) (@kellertuer)
- A decorator for Metrics that works without SimpleTraits (#52) (@kellertuer)
- Update CholeskySpace.jl (#53) (@matbesancon)
- benchmarks updated for recent changes (#54) (@mateuszbaran)
- [WIP] Fixes for SPD manifold and MMatrix (#55) (@mateuszbaran)
- Grassmannian (#56) (@kellertuer)
- Introduce Median and Mean (#58) (@kellertuer)
- Build preview docs for PRs (#59) (@sethaxen)
- Add compat for Requires (#60) (@sethaxen)
- Add geodesic interpolation mean and higher moments (#61) (@sethaxen)
- Symmetric matrices (#63) (@manuelweisser)
- Add AD backend, defaulting to FiniteDifferences (#64) (@sethaxen)
- [WIP] Lie groups and actions (#68) (@mateuszbaran)
- introduce concrete Field type for Manifolds (#70) (@kellertuer)
- Introduces the Manifold Hyperbolic Space. (#71) (@kellertuer)
- Introduces the manifold of the Circle (#72) (@kellertuer)
- Use Hermitian inner product and reduce number of tests (#78) (@sethaxen)
- Add direct and semidirect product groups (#82) (@sethaxen)
- Unifies and refactors documentation (#83) (@kellertuer)
- Don't run Travis on feature branches (#85) (@sethaxen)
- Orthonormal basis support (#86) (@mateuszbaran)
- Add real_dimension and quaternion number system (#91) (@sethaxen)
- GraphManifold and Torus (#92) (@kellertuer)
- Add
group_exp
,group_log
, and invariant metrics (#96) (@sethaxen) - More reformatting, additional conventions (#97) (@sethaxen)
- Changes to PowerManifold (#98) (@mateuszbaran)
- Build documentation with Travis again (#100) (@sethaxen)
- Start testing Julia 1.4, stop testing Julia 1.2, and remove ODE support for Julia 1.0 (#102) (@sethaxen)
- UTF8 Documentation rework (#104) (@kellertuer)
- Add show methods (#105) (@sethaxen)
- Add LightGraph to dependencies in docs. (#109) (@kellertuer)
- Fixed nested power manifold with more than one index (#111) (@mateuszbaran)
- Install TagBot as a GitHub Action (#112) (@JuliaTagBot)
- Proposes a Logo (#113) (@kellertuer)
- Embedded manifolds and a global approach to transparent decorators (#114) (@kellertuer)
- Simplify the basis interface (#115) (@kellertuer)
- Fixes #116 (#117) (@sethaxen)
- Introduce the Generalized Stiefel manifold (#120) (@kellertuer)
- Introduce the generalized Grassmann manifold (#123) (@kellertuer)
- URL changes related to changing Github ORG (#124) (@mateuszbaran)
- Move EmbeddedManifold and adapt Bases (#127) (@kellertuer)