Skip to content

Commit

Permalink
Release 1.0.0 (#21)
Browse files Browse the repository at this point in the history
* Added a trials parameter that allows you to set an `trials` value to return the best partitions over `trials` executions

* Python unittests cicd (#19)

* This should actually run the python unit tests during the cicd process

* Up another directory?

* Semver ranges are not the same as floats and people need to stop acting like they are

* It's unclear if this will work; I'm trying to treat this run action as `bash` shell at all times, but I'm concerned the setup we did prior with activating the right python version for the OS will be stuck to cmd, not in bash.  So I have no idea if this will even work, but we'll try it and see, because that's how you write cicd - you do it live.

* Release 1.0.0

Release 0.1.0 was just as stable as 1.0.0, but we have just made a breaking change to the API and need to advance appropriately.  0.2.0 was yanked from PyPI
  • Loading branch information
Dax Pryce authored May 18, 2021
1 parent d778003 commit dc6e623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyo3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "graspologic_native"
version = "0.2.0"
version = "1.0.0"
authors = ["[email protected]"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit dc6e623

Please sign in to comment.