Skip to content

Commit

Permalink
[Breaking] Replace alloc with @alloc (#20)
Browse files Browse the repository at this point in the history
* Replace `alloc` with safer `@alloc` macro

* try using src for docstrings

* fix docstring display (kinda)

* remove `no_escape` functional, increase coverage

* fixes

* fix tests again

* add checkpoint_save and checkpoint_restore! functions

* experimental package -> package
  • Loading branch information
MasonProtter committed Oct 22, 2023
1 parent 8126213 commit c964717
Show file tree
Hide file tree
Showing 5 changed files with 683 additions and 188 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name = "Bumper"
uuid = "8ce10254-0962-460f-a3d8-1f77fea1446e"
authors = ["MasonProtter <[email protected]>"]
version = "0.3.2"
version = "0.4.0"

[deps]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"

[compat]
StrideArraysCore = "0.3, 0.4, 0.5"
MacroTools = "0.5"
julia = "1.6"

[extras]
Expand Down
Loading

2 comments on commit c964717

@MasonProtter
Copy link
Owner Author

Choose a reason for hiding this comment

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

@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/93905

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.4.0 -m "<description of version>" c964717d2fa3caf3f1c529d5a2d25de59ad58a4e
git push origin v0.4.0

Please sign in to comment.