-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: JnyJny/bitvector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: JnyJny/bitvector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
2
contributors
Commits on Jul 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b3efbd0 - Browse repository at this point
Copy the full SHA b3efbd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cc9d2 - Browse repository at this point
Copy the full SHA 82cc9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50cd29c - Browse repository at this point
Copy the full SHA 50cd29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef82ef4 - Browse repository at this point
Copy the full SHA ef82ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf9f74 - Browse repository at this point
Copy the full SHA 0bf9f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for af0d3e9 - Browse repository at this point
Copy the full SHA af0d3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3924ea - Browse repository at this point
Copy the full SHA b3924eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfe8618 - Browse repository at this point
Copy the full SHA bfe8618View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b892a - Browse repository at this point
Copy the full SHA e5b892aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e083ac6 - Browse repository at this point
Copy the full SHA e083ac6View commit details
Commits on Jul 11, 2020
-
Switched out functools.partialmethod for real methods.
Using `function.partialmethod` to define BitVector methods was super convenient with the glaring exception that I couldn't set doc strings. I feel strongly that pydoc should provide human readable content, so I re-wrote all the methods as "real" methods with docstrings. Tests past and take roughly the same amount of time, but `pydoc bitvector` is now much less cryptic than it was.
Configuration menu - View commit details
-
Copy full SHA for b776c34 - Browse repository at this point
Copy the full SHA b776c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e85f6e - Browse repository at this point
Copy the full SHA 9e85f6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59eda7d - Browse repository at this point
Copy the full SHA 59eda7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee047b6 - Browse repository at this point
Copy the full SHA ee047b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a77432 - Browse repository at this point
Copy the full SHA 3a77432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bbba8 - Browse repository at this point
Copy the full SHA 28bbba8View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be1e497 - Browse repository at this point
Copy the full SHA be1e497View commit details -
Added bitvector.bitfield.ReadOnlyBitField
The ReadOnlyBitField data descriptor is a data descriptor whose __set__ method raises TypeError if the user attempts to assign a value with the descriptor.
Configuration menu - View commit details
-
Copy full SHA for 10841cd - Browse repository at this point
Copy the full SHA 10841cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82d62f5 - Browse repository at this point
Copy the full SHA 82d62f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0dd8cf - Browse repository at this point
Copy the full SHA c0dd8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b7df4 - Browse repository at this point
Copy the full SHA 29b7df4View commit details
Commits on Jan 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0d14d28 - Browse repository at this point
Copy the full SHA 0d14d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4171861 - Browse repository at this point
Copy the full SHA 4171861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a28f2 - Browse repository at this point
Copy the full SHA 73a28f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33864c4 - Browse repository at this point
Copy the full SHA 33864c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49d3fc - Browse repository at this point
Copy the full SHA c49d3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac81908 - Browse repository at this point
Copy the full SHA ac81908View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0bc30c - Browse repository at this point
Copy the full SHA e0bc30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d2cc5 - Browse repository at this point
Copy the full SHA 54d2cc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e51947 - Browse repository at this point
Copy the full SHA 6e51947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df48f1 - Browse repository at this point
Copy the full SHA 7df48f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e47dc - Browse repository at this point
Copy the full SHA 87e47dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ec268 - Browse repository at this point
Copy the full SHA 80ec268View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f6567 - Browse repository at this point
Copy the full SHA f4f6567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb48af - Browse repository at this point
Copy the full SHA 6fb48afView commit details
Commits on Jul 17, 2024
-
this fixes two issues when building a wheel using pyproject-build. The first issue ``` ERROR Missing dependencies: poetry>=0.12 ``` can be resolved by requiring poetry-core over poetry>=0.12 The second issue ``` ModuleNotFoundError: No module named 'poetry.masonry' ``` can be resolved by importing the correct module from poetry.core. see also https://pypi.org/project/poetry-core/
Configuration menu - View commit details
-
Copy full SHA for 5cb3ce3 - Browse repository at this point
Copy the full SHA 5cb3ce3View commit details -
Merge pull request #1 from helsinki-systems/fix/wheel
fix: building a wheel
Configuration menu - View commit details
-
Copy full SHA for 1188e3d - Browse repository at this point
Copy the full SHA 1188e3dView commit details
There are no files selected for viewing