Skip to content

Remove InfiniteLinearAlgebra dependency #510

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 31, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jul 29, 2023

On master

julia> @time using ApproxFunBase
  9.775071 seconds (18.86 M allocations: 1.373 GiB, 4.41% gc time, 0.24% compilation time)

This PR

julia> @time using ApproxFunBase
  7.414797 seconds (14.78 M allocations: 1.039 GiB, 4.84% gc time, 0.24% compilation time)

@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release-0.9@12bc2c9). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff               @@
##             release-0.9     #510   +/-   ##
==============================================
  Coverage               ?   26.94%           
==============================================
  Files                  ?       81           
  Lines                  ?     8543           
  Branches               ?        0           
==============================================
  Hits                   ?     2302           
  Misses                 ?     6241           
  Partials               ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub changed the base branch from master to release-0.9 July 31, 2023 15:14
@jishnub jishnub merged commit e4b40a1 into JuliaApproximation:release-0.9 Jul 31, 2023
@jishnub jishnub deleted the removeInfLinAlg branch July 31, 2023 16:12
jishnub added a commit that referenced this pull request Aug 1, 2023
* Remove explicit dependency on InfiniteLinearAlgebra

* bump version to v0.8.46
jishnub added a commit that referenced this pull request Aug 1, 2023
* Drop support for Julia versions below v1.9 (#513)

* Remove Test as a dependency (#514)

* Remove InfiniteLinearAlgebra dependency (#510)

* Remove explicit dependency on InfiniteLinearAlgebra

* bump version to v0.8.46

* Make constant propagation unconditional (#515)

* Remove Vec (#517)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant